summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart1-3/+0
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart3-6/+36
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart8-87/+36
2019-03-18drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart2-5/+2
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart9-66/+85
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart2-5/+5
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart7-98/+7
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart1-3/+0
2019-03-18drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart1-10/+1
2019-03-18drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart1-2/+0
2019-02-06drm/omap: dsi: Hack-fix DSI bus flagsTomi Valkeinen1-0/+11
2019-02-06drm/omap: dsi: Fix OF platform depopulateTomi Valkeinen1-2/+2
2019-02-06drm/omap: dsi: Fix crash in DSI debug dumpsTomi Valkeinen1-6/+6
2018-12-03drm/omap: populate DSI platform bus earlierSebastian Reichel1-10/+10
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen1-1/+1
2018-11-12drm/omap: dsi: Fix missing of_platform_depopulate()Tony Lindgren1-2/+6
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart4-68/+0
2018-11-12drm/omap: dsi: Ensure the device is active during probeLaurent Pinchart1-2/+5
2018-11-12drm/omap: hdmi4: Ensure the device is active during bindLaurent Pinchart1-1/+9
2018-11-12drm/omap: Populate DSS children in omapdss driverLaurent Pinchart1-1/+10
2018-10-02drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder1-16/+10
2018-10-02drm/omap: remove set but not used variable 'frame_height'YueHaibing1-6/+3
2018-10-02drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang1-1/+1
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart5-10/+0
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart6-16/+12
2018-09-03drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart1-15/+8
2018-09-03drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart1-15/+22
2018-09-03drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart5-13/+13
2018-09-03drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart1-13/+14
2018-09-03drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart1-11/+1
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart7-45/+13
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart1-0/+12
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart3-9/+6
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart6-6/+6
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2-12/+12
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2-0/+2
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart1-2/+0
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Add device operations flagsLaurent Pinchart1-0/+13
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart5-53/+21
2018-09-03drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart2-2/+9
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart1-3/+0
2018-09-03drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart1-3/+0
2018-09-03drm/omap: dss: Remove unused omap_dss_driver operationsLaurent Pinchart1-7/+0
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart8-77/+6
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart6-0/+18
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart4-18/+0
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart2-10/+0
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart9-28/+2
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart8-98/+72