summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart2018-09-031-11/+1
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-037-45/+13
* drm/omap: Query timing information from analog TV encoderLaurent Pinchart2018-09-031-0/+12
* drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart2018-09-033-9/+6
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-036-6/+6
* drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2018-09-032-12/+12
* drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2018-09-032-0/+2
* drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart2018-09-031-2/+0
* drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart2018-09-031-3/+3
* drm/omap: dss: Add device operations flagsLaurent Pinchart2018-09-031-0/+13
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-035-53/+21
* drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart2018-09-032-2/+9
* drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart2018-09-031-3/+0
* drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart2018-09-031-3/+0
* drm/omap: dss: Remove unused omap_dss_driver operationsLaurent Pinchart2018-09-031-7/+0
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-038-77/+6
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-036-0/+18
* drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart2018-09-034-18/+0
* drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart2018-09-032-10/+0
* drm/omap: dss: Merge two disconnection helpersLaurent Pinchart2018-09-039-28/+2
OpenPOWER on IntegriCloud