summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss
AgeCommit message (Expand)Author
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
2018-09-03drm/omap: dss: hdmi5: Move initialization code from bind to probeLaurent Pinchart
2018-09-03drm/omap: dss: hdmi4: Move initialization code from bind to probeLaurent Pinchart
2018-09-03drm/omap: dss: dsi: Move initialization code from bind to probeLaurent Pinchart
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart
2018-09-03drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart
2018-09-03drm/omap: dsi: Simplify debugfs implementationLaurent Pinchart
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart
2018-09-03drm/omap: dss: Rework output lookup by port nodeLaurent Pinchart
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart
2018-09-03drm/omap: dss: Rename omap_dss_device list field to output_listLaurent Pinchart
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart
2018-09-03drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart
2018-09-03drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart
2018-09-03drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha
2018-09-03drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi
2018-06-28drm/omap: fix email addressTomi Valkeinen
2018-06-28drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen
2018-05-07drm/omap: check return value from soc_device_matchTomi Valkeinen