summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss
AgeCommit message (Expand)Author
2019-03-27drm/omap: hdmi4_cec: Fix CEC clock handling for PMTony Lindgren
2019-03-27drm/omap: fix typoMatteo Croce
2019-02-06drm/omap: dsi: Hack-fix DSI bus flagsTomi Valkeinen
2019-02-06drm/omap: dsi: Fix OF platform depopulateTomi Valkeinen
2019-02-06drm/omap: dsi: Fix crash in DSI debug dumpsTomi Valkeinen
2018-12-03drm/omap: populate DSI platform bus earlierSebastian Reichel
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen
2018-11-12drm/omap: dsi: Fix missing of_platform_depopulate()Tony Lindgren
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart
2018-11-12drm/omap: dsi: Ensure the device is active during probeLaurent Pinchart
2018-11-12drm/omap: hdmi4: Ensure the device is active during bindLaurent Pinchart
2018-11-12drm/omap: Populate DSS children in omapdss driverLaurent Pinchart
2018-10-02drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder
2018-10-02drm/omap: remove set but not used variable 'frame_height'YueHaibing
2018-10-02drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart
2018-09-03drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart
2018-09-03drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart
2018-09-03drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart
2018-09-03drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart
2018-09-03drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart
2018-09-03drm/omap: dss: Add device operations flagsLaurent Pinchart
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart
2018-09-03drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart
2018-09-03drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart
2018-09-03drm/omap: dss: Remove unused omap_dss_driver operationsLaurent Pinchart
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart
2018-09-03drm/omap: dss: Move connection checks to omapdss_device_(dis)connectLaurent Pinchart
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart
2018-09-03drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart
2018-09-03drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: venc: Move initialization code from bind to probeLaurent Pinchart