summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-4/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart2020-02-263-71/+5
* drm/omap: dss: Remove unused omapdss_of_find_connected_device() functionLaurent Pinchart2020-02-263-32/+1
* drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart2020-02-263-13/+4
* drm/omap: Hardcode omap_connector type to DSILaurent Pinchart2020-02-263-53/+2
* drm/omap: sdi: Register a drm_bridgeLaurent Pinchart2020-02-261-59/+109
* drm/omap: sdi: Sort includes alphabeticallyLaurent Pinchart2020-02-261-4/+4
* drm/omap: dpi: Register a drm_bridgeLaurent Pinchart2020-02-261-93/+116
* drm/omap: dpi: Simplify clock setting APILaurent Pinchart2020-02-261-24/+8
* drm/omap: dpi: Reorder functions in sectionsLaurent Pinchart2020-02-261-67/+79
* drm/omap: dpi: Sort includes alphabeticallyLaurent Pinchart2020-02-261-5/+5
* drm/omap: hdmi5: Simplify EDID readLaurent Pinchart2020-02-261-51/+35
* drm/omap: hdmi4: Simplify EDID readLaurent Pinchart2020-02-261-56/+40
* drm/omap: venc: Remove omap_dss_device operationsLaurent Pinchart2020-02-261-45/+0
* drm/omap: hdmi: Remove omap_dss_device operationsLaurent Pinchart2020-02-263-37/+0
* drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart2020-02-266-310/+22
* drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart2020-02-2611-671/+11
* drm/omap: Create connector for bridgesLaurent Pinchart2020-02-261-12/+62
* drm/omap: venc: Register a drm_bridgeLaurent Pinchart2020-02-261-88/+154
* drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operationsLaurent Pinchart2020-02-262-29/+0
* drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operationLaurent Pinchart2020-02-261-0/+10
* drm/omap: hdmi5: Move mode set, enable and disable operations to bridgeLaurent Pinchart2020-02-261-98/+111
* drm/omap: hdmi4: Move mode set, enable and disable operations to bridgeLaurent Pinchart2020-02-261-95/+111
* drm/omap: hdmi5: Register a drm_bridge for EDID readLaurent Pinchart2020-02-261-6/+73
* drm/omap: hdmi4: Register a drm_bridge for EDID readLaurent Pinchart2020-02-262-6/+75
* drm/omap: hdmi5: Rework EDID read to isolate data readLaurent Pinchart2020-02-263-77/+65
* drm/omap: hdmi4: Rework EDID read to isolate data readLaurent Pinchart2020-02-263-84/+73
* drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart2020-02-264-27/+47
* drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart2020-02-264-16/+22
* drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart2020-02-269-12/+26
* drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart2020-02-2613-15/+14
* drm/omap: Use the drm_panel_bridge APILaurent Pinchart2020-02-265-47/+32
* drm/omap: Factor out display type to connector type conversionLaurent Pinchart2020-02-263-18/+25
* drm/omap: Simplify HDMI mode and infoframe configurationLaurent Pinchart2020-02-263-15/+1
* drm/omap: dss: Cleanup DSS ports on initialisation failureLaurent Pinchart2020-02-261-17/+26
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/omap: fix possible object reference leakWen Yang2020-02-111-1/+3
* drm/omap: dmm_tiler: Remove the dma_async_issue_pending() callPeter Ujfalusi2020-02-111-1/+0
* drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaroundPeter Ujfalusi2020-02-111-2/+1
* drm/omapdrm: Fix trivial spellingKieran Bingham2020-02-111-1/+1
* drm/omap: use true,false for bool variableZheng Bin2020-02-111-2/+2
* drm/omapdrm: use BUG_ON macro for error debugging.Wambui Karuga2020-01-081-2/+1
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-177-35/+16
|\
| * drm/panel: decouple connector from drm_panelSam Ravnborg2019-12-091-1/+2
| * drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon2019-12-092-3/+4
| * drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
| * drm/omapdrm: Drop dma_buf->k(un)mapDaniel Vetter2019-11-251-21/+0
| * drm/omap: Fix Kconfig indentationKrzysztof Kozlowski2019-11-202-9/+9
* | drm/omap: fix dma_addr refcountingTomi Valkeinen2019-12-041-0/+4
|/