summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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
* | 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-181-1/+0
* | drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart2019-03-181-2/+0
* | drm/omap: Whitelist DT nodes to fixup with omapdss, prefixLaurent Pinchart2019-03-182-8/+33
* | drm/omap: Add support for drm_panelLaurent Pinchart2019-03-183-6/+14
* | drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-183-9/+40
* | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-182-4/+4
* | drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-189-13/+17
* | drm/omap: Simplify OF lookup of DSS devicesLaurent Pinchart2019-03-183-58/+10
* | drm/omap: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart2019-03-182-8/+7
* | drm/omap: venc: Use drm_display_mode nativelyLaurent Pinchart2019-03-181-46/+44
* | drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-186-38/+39
* | drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart2019-03-181-34/+34
* | drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart2019-03-182-14/+1
* | drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart2019-03-182-4/+0
* | 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-182-1/+4
* | drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart2019-03-181-3/+0
* | drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart2019-03-183-6/+36
* | drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart2019-03-188-87/+36
* | drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart2019-03-182-5/+2
* | drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-189-66/+85
* | drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart2019-03-182-5/+5
* | drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart2019-03-187-98/+7
* | drm/omap: Use atomic suspend/resume helpersLaurent Pinchart2019-03-181-3/+0
* | drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart2019-03-181-10/+1
* | drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart2019-03-181-2/+0
|/
* 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
* drm/omap: populate DSI platform bus earlierSebastian Reichel2018-12-031-10/+10
* drm/omap: fix bus_flags for panel-dpiTomi Valkeinen2018-12-031-1/+1
* drm/omap: dsi: Fix missing of_platform_depopulate()Tony Lindgren2018-11-121-2/+6
* drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart2018-11-124-68/+0
* drm/omap: dsi: Ensure the device is active during probeLaurent Pinchart2018-11-121-2/+5
* drm/omap: hdmi4: Ensure the device is active during bindLaurent Pinchart2018-11-121-1/+9
* drm/omap: Populate DSS children in omapdss driverLaurent Pinchart2018-11-121-1/+10
* drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder2018-10-021-16/+10
* drm/omap: remove set but not used variable 'frame_height'YueHaibing2018-10-021-6/+3
* drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang2018-10-021-1/+1
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-035-10/+0
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-036-16/+12
* drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+8
* drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+22
* drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart2018-09-035-13/+13
* drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart2018-09-031-13/+14