summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-26drm/omap: hdmi4: Move mode set, enable and disable operations to bridgeLaurent Pinchart1-95/+111
2020-02-26drm/omap: hdmi5: Register a drm_bridge for EDID readLaurent Pinchart1-6/+73
2020-02-26drm/omap: hdmi4: Register a drm_bridge for EDID readLaurent Pinchart2-6/+75
2020-02-26drm/omap: hdmi5: Rework EDID read to isolate data readLaurent Pinchart3-77/+65
2020-02-26drm/omap: hdmi4: Rework EDID read to isolate data readLaurent Pinchart3-84/+73
2020-02-26drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart4-27/+47
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart4-16/+22
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart9-12/+26
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart13-15/+14
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart5-47/+32
2020-02-26drm/omap: Factor out display type to connector type conversionLaurent Pinchart3-18/+25
2020-02-26drm/omap: Simplify HDMI mode and infoframe configurationLaurent Pinchart3-15/+1
2020-02-26drm/omap: dss: Cleanup DSS ports on initialisation failureLaurent Pinchart1-17/+26
2020-02-26drm: Add helper to create a connector for a chain of bridgesLaurent Pinchart3-1/+387
2020-02-26drm/bridge: tfp410: Allow operation without drm_connectorLaurent Pinchart1-4/+2
2020-02-26drm/bridge: tfp410: Replace manual connector handling with bridgeLaurent Pinchart1-141/+75
2020-02-26drm/bridge: panel: Implement bridge connector operationsLaurent Pinchart1-4/+13
2020-02-26drm/bridge: Add driver for the TI TPD12S015 HDMI level shifterLaurent Pinchart3-0/+220
2020-02-26drm/bridge: Add bridge driver for display connectorsLaurent Pinchart3-0/+307
2020-02-26drm/bridge: simple-bridge: Add support for the TI OPA362Laurent Pinchart1-0/+5
2020-02-26drm/bridge: simple-bridge: Add support for enable GPIOLaurent Pinchart1-4/+18
2020-02-26drm/bridge: simple-bridge: Add support for non-VGA bridgesLaurent Pinchart1-12/+29
2020-02-26drm/bridge: dumb-vga-dac: Rename driver to simple-bridgeLaurent Pinchart3-10/+10
2020-02-26drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridgeLaurent Pinchart1-77/+77
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart59-76/+214
2020-02-26drm/bridge: Add connector-related bridge operations and dataLaurent Pinchart1-1/+200
2020-02-26drm/bridge: Improve overview documentationLaurent Pinchart1-25/+76
2020-02-26drm/edid: Add flag to drm_display_info to identify HDMI sinksLaurent Pinchart1-0/+6
2020-02-26drm/connector: Add helper to get a connector type nameLaurent Pinchart1-0/+15
2020-02-26video: hdmi: Change return type of hdmi_avi_infoframe_init() to voidLaurent Pinchart2-13/+3
2020-02-25drm/panfrost: Add support for multiple power domainsNicolas Boichat3-8/+102
2020-02-25drm/panfrost: Add support for multiple regulatorsNicolas Boichat3-18/+51
2020-02-25drm/panfrost: Improve error reporting in panfrost_gpu_power_onNicolas Boichat1-4/+7
2020-02-25drm/bridge: panel: Propagate bus format/flagsBoris Brezillon1-0/+4
2020-02-25drm/bridge: lvds-codec: Constify the drm_bridge_funcs structureLaurent Pinchart1-1/+1
2020-02-25drm/bridge: lvds-codec: Add to_lvds_codec() functionLaurent Pinchart1-6/+8
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh3-16/+16
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh3-0/+13
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh3-20/+21
2020-02-25drm/virtio: use consistent names for drm_filesGurchetan Singh1-10/+10
2020-02-22drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDsMarek Szyprowski1-0/+6
2020-02-22drm/panel: simple: fix osd070t1718_19ts sync drive edgeTomi Valkeinen1-1/+2
2020-02-21drm/sun4i: tcon: Support LVDS on the A33Maxime Ripard1-0/+1
2020-02-21drm/bridge: analogix-anx6345: Avoid duplicate -supply suffixTorsten Duwe1-2/+2
2020-02-21drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removalTorsten Duwe1-3/+2
2020-02-20drm/sun4i: tcon: Support LVDS output on Allwinner A20Andrey Lebedev2-1/+46
2020-02-20drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20Andrey Lebedev1-0/+2
2020-02-20drm/sun4i: tcon: Introduce LVDS setup routine settingAndrey Lebedev2-32/+38
2020-02-19drm/sun4i: dsi: Avoid hotplug race with DRM driver bindSamuel Holland1-1/+1
2020-02-18drm/bridge: Fix the bridge kernel docBoris Brezillon1-2/+3