summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart5-24/+0
2018-09-03drm/omap: Remove omap_crtc_output global arrayLaurent Pinchart1-9/+3
2018-09-03drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart3-13/+29
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart5-15/+8
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
2018-09-03drm/omap: dss: Move connection checks to omapdss_device_(dis)connectLaurent Pinchart2-27/+3
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart24-432/+239
2018-09-03drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart5-92/+84
2018-09-03drm/omap: Create all planes before CRTCsLaurent Pinchart1-26/+19
2018-09-03drm/omap: Remove unneeded variable assignments in omap_modeset_initLaurent Pinchart1-13/+5
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart6-161/+72
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart8-39/+24
2018-09-03drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart2-0/+10
2018-09-03drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart2-9/+23
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart10-14/+120
2018-09-03drm/omap: dss: venc: Move initialization code from bind to probeLaurent Pinchart1-44/+60
2018-09-03drm/omap: dss: hdmi5: Move initialization code from bind to probeLaurent Pinchart1-95/+110
2018-09-03drm/omap: dss: hdmi4: Move initialization code from bind to probeLaurent Pinchart1-101/+117
2018-09-03drm/omap: dss: dsi: Move initialization code from bind to probeLaurent Pinchart1-140/+161
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart6-28/+19
2018-09-03drm/omap: displays: Don't cast dssdev to panel data unnecessarilyLaurent Pinchart2-6/+4
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart16-44/+44
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart22-16/+31
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart4-18/+11
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart6-33/+44
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart17-18/+27
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart21-66/+62
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart13-123/+31
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart13-1/+17
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 Pinchart3-4/+4
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart12-65/+20
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: displays: Remove input omap_dss_device from panel dataLaurent Pinchart14-447/+362
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart12-74/+25
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart14-14/+14
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart14-92/+12
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart17-31/+55
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart21-321/+256
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 Pinchart2-6/+0
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart15-30/+3
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart14-18/+18
2018-09-03drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart1-10/+0