summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart3-94/+0
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart2-9/+37
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart15-139/+32
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart12-66/+79
2018-09-03drm/omap: Don't store video mode internally for external encodersLaurent Pinchart3-15/+0
2018-09-03drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart2-38/+3
2018-09-03drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart13-28/+0
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart19-19/+19
2018-09-03drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handlerLaurent Pinchart1-2/+0
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2-12/+12
2018-09-03drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart3-30/+31
2018-09-03drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart3-16/+21
2018-09-03drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart3-42/+1
2018-09-03drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart3-9/+13
2018-09-03drm/omap: Get from CRTC to display device directlyLaurent Pinchart3-31/+4
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart6-77/+65
2018-09-03drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart3-18/+29
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart7-97/+35
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart5-40/+14
2018-09-03drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart4-69/+88
2018-09-03drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart4-18/+30
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 Pinchart21-137/+106
2018-09-03drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors APILaurent Pinchart1-38/+14
2018-09-03drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h headerLaurent Pinchart1-1/+0
2018-09-03drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors APILaurent Pinchart1-35/+21
2018-09-03drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors APILaurent Pinchart1-43/+11
2018-09-03drm/omap: encoder-tfp410: Convert to the GPIO descriptors APILaurent Pinchart1-38/+13
2018-09-03drm/omap: connector-hdmi: Convert to the GPIO descriptors APILaurent Pinchart1-37/+20
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 Pinchart2-9/+0
2018-09-03drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart2-26/+2
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 Pinchart9-92/+6
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart7-3/+18
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