aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart2-8/+8
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart8-14/+17
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart3-14/+10
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart3-27/+38
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart2-3/+12
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart4-31/+27
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart2-26/+0
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart2-1/+6
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart3-51/+56
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart2-2/+2
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart9-46/+14
2018-09-03drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart3-39/+9
2018-09-03drm/omap: dsi: Simplify debugfs implementationLaurent Pinchart1-49/+14
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart9-43/+25
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart1-0/+12
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart2-0/+24
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart7-129/+68
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart4-16/+16
2018-09-03drm/omap: dss: Rework output lookup by port nodeLaurent Pinchart3-39/+23
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart4-37/+19
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart4-9/+46
2018-09-03drm/omap: dss: Rename omap_dss_device list field to output_listLaurent Pinchart2-6/+6
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart1-5/+0
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart1-2/+0
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart1-10/+0
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart6-63/+0
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart2-47/+0
2018-09-03drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart1-3/+10
2018-09-03drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha3-24/+17
2018-09-03drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart1-1/+2
2018-09-03drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi2-14/+3
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi2-0/+3
2018-06-28drm/omap: fix email addressTomi Valkeinen9-10/+10
2018-06-28drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela3-10/+67
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen1-1/+4
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen1-7/+7
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen1-0/+6
2018-05-07drm/omap: check return value from soc_device_matchTomi Valkeinen1-1/+6
2018-05-07drm/omap: fix uninitialized ret variableTomi Valkeinen2-2/+2
2018-04-05drm/omap: fix crash if there's no video PLLTomi Valkeinen1-7/+8
2018-03-14drm/omap: fix compile error when DPI is disabledTomi Valkeinen1-1/+1
2018-03-14drm/omap: fix compile error when debugfs is disabledTomi Valkeinen1-14/+12
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen1-15/+44
2018-03-01drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2-40/+30
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen3-25/+35
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen1-4/+20
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen1-12/+16
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen1-5/+9
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen1-2/+6