summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+3
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+4
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen1-1/+4
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie7-12/+37
2018-05-07drm/omap: handle alloc failures in omap_connectorTomi Valkeinen1-0/+10
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen1-7/+7
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen1-0/+6
2018-05-07drm/omap: check return value from soc_device_matchTomi Valkeinen1-1/+6
2018-05-07drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen1-1/+5
2018-05-07drm/omap: fix uninitialized ret variableTomi Valkeinen2-2/+2
2018-05-07drm/omap: silence unititialized variable warningDan Carpenter1-1/+1
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-1/+4
2018-04-05drm/omap: fix crash if there's no video PLLTomi Valkeinen1-7/+8
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2-1/+4
2018-03-14drm/omap: fix compile error when DPI is disabledTomi Valkeinen1-1/+1
2018-03-14drm/omap: fix compile error when debugfs is disabledTomi Valkeinen1-14/+12
2018-03-02drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart1-3/+3
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen1-15/+44
2018-03-01drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2-40/+30
2018-03-01drm/omap: fix maximum sizesTomi Valkeinen1-4/+7
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen3-25/+35
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen1-4/+20
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen1-12/+16
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen1-5/+9
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen1-2/+6
2018-03-01drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2-10/+5
2018-03-01drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot1-0/+4
2018-03-01drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot1-1/+3
2018-03-01drm/omap: remove leftover enumsTomi Valkeinen1-15/+0
2018-03-01drm/omap: add HPD support to connector-dviTomi Valkeinen1-0/+118
2018-03-01drm/omap: Init fbdev emulation only when we have displaysPeter Ujfalusi1-0/+3
2018-03-01drm/omap: cleanup fbdev init/freeTomi Valkeinen3-20/+16
2018-03-01drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't calledTomi Valkeinen1-1/+2
2018-03-01drm/omap: fbdev: avoid double initializer entryTomi Valkeinen1-3/+9
2018-03-01drm/omap: fbdev: use 'screen_buffer' fieldTomi Valkeinen1-1/+1
2018-03-01drm/omap: acx565akm: use __be32 when reading statusTomi Valkeinen1-3/+3
2018-03-01drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen1-5/+5
2018-03-01drm: omapdrm: venc: Allocate the venc private data structure dynamicallyLaurent Pinchart1-204/+238
2018-03-01drm: omapdrm: sdi: Allocate the sdi private data structure dynamicallyLaurent Pinchart1-65/+86
2018-03-01drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart1-168/+196
2018-03-01drm: omapdrm: hdmi4: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart4-166/+200
2018-03-01drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart1-895/+1039
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart9-110/+133
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart15-196/+257
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart6-19/+14
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart5-12/+19
2018-03-01drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart5-40/+64
2018-03-01drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart8-124/+88
2018-03-01drm: omapdrm: dsi: Don't pass channel to dispc init/uninit functionsLaurent Pinchart1-11/+10