summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Merge drm/drm-next into drm-misc-nextSean Paul2019-10-231-1/+1
|\
| * Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-119-133/+140
| |\
| * \ Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-0322-2530/+50
| |\ \
| * | | drm/omap: fix max fclk divider for omap36xxTomi Valkeinen2019-10-031-1/+1
* | | | Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul2019-10-231-52/+2
* | | | drm/omap: Remove set but not used variable 'err' in hdmi4_audio_configzhengbin2019-10-141-2/+2
* | | | drm/omap: Remove set but not used variable 'err' in hdmi5_audio_configzhengbin2019-10-141-2/+2
* | | | drm/omap: Remove set but not used variable 'tclk_trail'zhengbin2019-10-141-2/+1
* | | | drm/omap: Remove set but not used variable 'plane'zhengbin2019-10-141-3/+0
* | | | drm/omap: add OMAP_BO flags to affect buffer allocationTomi Valkeinen2019-10-111-2/+52
* | | | drm/omap: add omap_gem_validate_flags()Tomi Valkeinen2019-10-111-5/+35
* | | | drm/omap: cleanup OMAP_BO_SCANOUT useTomi Valkeinen2019-10-111-4/+2
* | | | drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen2019-10-114-14/+14
* | | | drm/omap: accept NULL for dma_addr in omap_gem_pinTomi Valkeinen2019-10-111-2/+4
* | | | drm/omap: add omap_gem_unpin_locked()Tomi Valkeinen2019-10-111-7/+18
* | | | drm/omap: use refcount API to track the number of users of dma_addrJean-Jacques Hiblot2019-10-111-22/+22
| |_|/ |/| |
* | | drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen2019-10-041-2/+3