summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-27/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-152-8/+20
|\
| * drm/omap: hdmi4_cec: Fix CEC clock handling for PMTony Lindgren2019-03-271-7/+19
| * drm/omap: fix typoMatteo Croce2019-03-271-1/+1
* | Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-03-291-5/+1Star
|\ \
| * | drm/omap: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-5/+1Star
| |/
* | drm/omap: panel-tpo-td028ttec1: add backlight supportAndreas Kemnade2019-03-181-0/+10
* | drm/omap: dsi: Fix PM for display blank with paired dss_pll callsTony Lindgren2019-03-181-29/+31
* | drm/omap: Remove panel-dpi driverLaurent Pinchart2019-03-184-207/+0Star
* | drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart2019-03-185-448/+0Star
* | drm/omap: Whitelist DT nodes to fixup with omapdss, prefixLaurent Pinchart2019-03-182-8/+33
* | drm/omap: Add support for drm_panelLaurent Pinchart2019-03-186-20/+65
* | drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-189-62/+145
* | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-1810-22/+29
* | drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-1825-20/+32
* | drm/omap: Refactor initialization sequenceLaurent Pinchart2019-03-181-67/+56Star
* | drm/omap: Simplify OF lookup of DSS devicesLaurent Pinchart2019-03-183-58/+10Star
* | drm/omap: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart2019-03-182-8/+7Star
* | drm/omap: venc: Use drm_display_mode nativelyLaurent Pinchart2019-03-181-46/+44Star
* | drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-189-48/+46Star
* | drm/omap: Factor out common mode validation codeLaurent Pinchart2019-03-183-45/+44Star
* | drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart2019-03-181-34/+34
* | drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart2019-03-183-12/+9Star
* | drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart2019-03-182-14/+1Star
* | drm/omap: Notify all devices in the pipeline of output disconnectionLaurent Pinchart2019-03-181-12/+16
* | drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart2019-03-181-26/+29
* | drm/omap: Don't store display pointer in omap_connector structureLaurent Pinchart2019-03-181-18/+13Star
* | drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart2019-03-184-6/+8
* | drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart2019-03-183-7/+3Star
* | drm/omap: venc: List both PAL and NTSC modesLaurent Pinchart2019-03-181-6/+19
* | drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart2019-03-1811-5/+16
* | drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart2019-03-183-27/+5Star
* | drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart2019-03-1812-61/+80
* | drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart2019-03-188-87/+36Star
* | drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart2019-03-182-5/+2Star
* | drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-1824-337/+171Star
* | drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart2019-03-1814-64/+25Star
* | drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart2019-03-186-35/+10Star
* | drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart2019-03-187-98/+7Star
* | drm/omap: Move common display enable/disable code to encoderLaurent Pinchart2019-03-1812-161/+32Star
* | drm/omap: Use atomic suspend/resume helpersLaurent Pinchart2019-03-182-51/+2Star
* | drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart2019-03-181-10/+1Star
* | drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart2019-03-181-2/+0Star
* | drm/omap: Remove declaration of nonexisting functionLaurent Pinchart2019-03-181-2/+0Star
|/
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-8/+19
|\
| * drm/omap: dsi: Hack-fix DSI bus flagsTomi Valkeinen2019-02-061-0/+11
| * drm/omap: dsi: Fix OF platform depopulateTomi Valkeinen2019-02-061-2/+2
| * drm/omap: dsi: Fix crash in DSI debug dumpsTomi Valkeinen2019-02-061-6/+6