summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+3
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-062-1/+4
|\
| * Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-187-12/+37
| |\
| * \ Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-302-1/+4
| |\ \
| | * | drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2018-03-282-1/+4
* | | | drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen2018-05-241-1/+4
| |_|/ |/| |
* | | drm/omap: handle alloc failures in omap_connectorTomi Valkeinen2018-05-071-0/+10
* | | drm/omap: add missing linefeeds to printsTomi Valkeinen2018-05-071-7/+7
* | | drm/omap: handle error if scale coefs are not foundTomi Valkeinen2018-05-071-0/+6
* | | drm/omap: check return value from soc_device_matchTomi Valkeinen2018-05-071-1/+6
* | | drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen2018-05-071-1/+5
* | | drm/omap: fix uninitialized ret variableTomi Valkeinen2018-05-072-2/+2
* | | drm/omap: silence unititialized variable warningDan Carpenter2018-05-071-1/+1
|/ /
* | drm/omap: fix crash if there's no video PLLTomi Valkeinen2018-04-051-7/+8
|/
* drm/omap: fix compile error when DPI is disabledTomi Valkeinen2018-03-141-1/+1
* drm/omap: fix compile error when debugfs is disabledTomi Valkeinen2018-03-141-14/+12
* drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart2018-03-021-3/+3
* drm/omap: cleanup color space conversionTomi Valkeinen2018-03-011-15/+44
* drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2018-03-012-40/+30
* drm/omap: fix maximum sizesTomi Valkeinen2018-03-011-4/+7
* drm/omap: add writeback funcs to dispc_opsTomi Valkeinen2018-03-013-25/+35
* drm/omap: fix scaling limits for WBTomi Valkeinen2018-03-011-4/+20
* drm/omap: fix WB height with interlaceTomi Valkeinen2018-03-011-12/+16
* drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen2018-03-011-5/+9
* drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen2018-03-011-2/+6
* drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2018-03-012-10/+5
* drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot2018-03-011-0/+4
* drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot2018-03-011-1/+3
* drm/omap: remove leftover enumsTomi Valkeinen2018-03-011-15/+0
* drm/omap: add HPD support to connector-dviTomi Valkeinen2018-03-011-0/+118
* drm/omap: Init fbdev emulation only when we have displaysPeter Ujfalusi2018-03-011-0/+3
* drm/omap: cleanup fbdev init/freeTomi Valkeinen2018-03-013-20/+16
* drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't calledTomi Valkeinen2018-03-011-1/+2
* drm/omap: fbdev: avoid double initializer entryTomi Valkeinen2018-03-011-3/+9
* drm/omap: fbdev: use 'screen_buffer' fieldTomi Valkeinen2018-03-011-1/+1
* drm/omap: acx565akm: use __be32 when reading statusTomi Valkeinen2018-03-011-3/+3
* drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen2018-03-011-5/+5
* drm: omapdrm: venc: Allocate the venc private data structure dynamicallyLaurent Pinchart2018-03-011-204/+238
* drm: omapdrm: sdi: Allocate the sdi private data structure dynamicallyLaurent Pinchart2018-03-011-65/+86
* drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart2018-03-011-168/+196
* drm: omapdrm: hdmi4: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart2018-03-014-166/+200
* drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart2018-03-011-895/+1039
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-019-110/+133
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-0115-196/+257
* drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-016-19/+14
* drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart2018-03-015-12/+19
* drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart2018-03-015-40/+64
* drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-018-124/+88
* drm: omapdrm: dsi: Don't pass channel to dispc init/uninit functionsLaurent Pinchart2018-03-011-11/+10
OpenPOWER on IntegriCloud