summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-4/+2
2020-03-18drm/omap: remove checks for return value of drm_debugfs functionsWambui Karuga1-20/+7
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-4/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2020-02-26drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart3-71/+5
2020-02-26drm/omap: dss: Remove unused omapdss_of_find_connected_device() functionLaurent Pinchart3-32/+1
2020-02-26drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart3-13/+4
2020-02-26drm/omap: Hardcode omap_connector type to DSILaurent Pinchart3-53/+2
2020-02-26drm/omap: sdi: Register a drm_bridgeLaurent Pinchart1-59/+109
2020-02-26drm/omap: sdi: Sort includes alphabeticallyLaurent Pinchart1-4/+4
2020-02-26drm/omap: dpi: Register a drm_bridgeLaurent Pinchart1-93/+116
2020-02-26drm/omap: dpi: Simplify clock setting APILaurent Pinchart1-24/+8
2020-02-26drm/omap: dpi: Reorder functions in sectionsLaurent Pinchart1-67/+79
2020-02-26drm/omap: dpi: Sort includes alphabeticallyLaurent Pinchart1-5/+5
2020-02-26drm/omap: hdmi5: Simplify EDID readLaurent Pinchart1-51/+35
2020-02-26drm/omap: hdmi4: Simplify EDID readLaurent Pinchart1-56/+40
2020-02-26drm/omap: venc: Remove omap_dss_device operationsLaurent Pinchart1-45/+0
2020-02-26drm/omap: hdmi: Remove omap_dss_device operationsLaurent Pinchart3-37/+0
2020-02-26drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart6-310/+22
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart11-671/+11
2020-02-26drm/omap: Create connector for bridgesLaurent Pinchart1-12/+62
2020-02-26drm/omap: venc: Register a drm_bridgeLaurent Pinchart1-88/+154
2020-02-26drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operationsLaurent Pinchart2-29/+0
2020-02-26drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operationLaurent Pinchart1-0/+10
2020-02-26drm/omap: hdmi5: Move mode set, enable and disable operations to bridgeLaurent Pinchart1-98/+111
2020-02-26drm/omap: hdmi4: Move mode set, enable and disable operations to bridgeLaurent Pinchart1-95/+111
2020-02-26drm/omap: hdmi5: Register a drm_bridge for EDID readLaurent Pinchart1-6/+73
2020-02-26drm/omap: hdmi4: Register a drm_bridge for EDID readLaurent Pinchart2-6/+75
2020-02-26drm/omap: hdmi5: Rework EDID read to isolate data readLaurent Pinchart3-77/+65
2020-02-26drm/omap: hdmi4: Rework EDID read to isolate data readLaurent Pinchart3-84/+73
2020-02-26drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart4-27/+47
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart4-16/+22
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart9-12/+26
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart13-15/+14
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart5-47/+32
2020-02-26drm/omap: Factor out display type to connector type conversionLaurent Pinchart3-18/+25
2020-02-26drm/omap: Simplify HDMI mode and infoframe configurationLaurent Pinchart3-15/+1
2020-02-26drm/omap: dss: Cleanup DSS ports on initialisation failureLaurent Pinchart1-17/+26
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-02-11drm/omap: fix possible object reference leakWen Yang1-1/+3
2020-02-11drm/omap: dmm_tiler: Remove the dma_async_issue_pending() callPeter Ujfalusi1-1/+0
2020-02-11drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaroundPeter Ujfalusi1-2/+1
2020-02-11drm/omapdrm: Fix trivial spellingKieran Bingham1-1/+1
2020-02-11drm/omap: use true,false for bool variableZheng Bin1-2/+2
2020-01-08drm/omapdrm: use BUG_ON macro for error debugging.Wambui Karuga1-2/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter7-35/+16
2019-12-10drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+2
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon2-3/+4
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-12-04drm/omap: fix dma_addr refcountingTomi Valkeinen1-0/+4