summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: Mark PCI AGP helpers as legacyThomas Zimmermann2021-05-104-18/+17
* drm/radeon: Move AGP data structures into radeonThomas Zimmermann2021-05-105-59/+86
* drm/radeon: Move AGP helpers into radeon driverThomas Zimmermann2021-05-103-8/+104
* drm/dp: Drop open-coded drm_dp_is_branch() in drm_dp_read_downstream_info()Lyude Paul2021-05-071-3/+1
* drm/dp: Handle zeroed port counts in drm_dp_read_downstream_info()Lyude Paul2021-05-071-0/+7
* video: fbdev: imxfb: Fix an error messageChristophe JAILLET2021-05-071-1/+1
* drm/vc4: hdmi: Signal the proper colorimetry info in the infoframeMaxime Ripard2021-05-071-2/+8
* drm/connector: Add a helper to attach the colorspace propertyMaxime Ripard2021-05-072-4/+22
* drm/vc4: Add HDR metadata property to the VC5 HDMI connectorsDave Stevenson2021-05-072-0/+56
* drm/connector: Add helper to compare HDR metadataMaxime Ripard2021-05-074-49/+32
* drm/connector: Create a helper to attach the hdr_output_metadata propertyMaxime Ripard2021-05-074-7/+24
* drm/gma500: update comment of psb_spank()Wan Jiabing2021-05-061-1/+1
* drm/nouveau: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-1/+0
* drm/msm/mdp4: Fix modifier support enablingDaniel Vetter2021-05-062-3/+7
* drm/msm/dpu1: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-5/+0
* drm/i915: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-2/+0
* drm/stm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-2/+0
* drm/arm/malidp: Always list modifiersDaniel Vetter2021-05-061-2/+7
* drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-052-2/+0
* drm: Use drm_mode_is_420_only() instead of open coding itVille Syrjälä2021-05-051-9/+4
* drm/bridge: fix LONTIUM_LT8912B dependenciesAdrien Grassein2021-05-051-0/+1
* drm/amdgpu: Add show_fdinfo() interfaceRoy Sun2021-05-0511-2/+288
* drm/scheduler: Change scheduled fence track v2Roy Sun2021-05-051-1/+8
* drm/bridge: ti-sn65dsi86: Remove __exit from GPIO sub-driver remove helperDouglas Anderson2021-05-041-1/+1
* drm/ttm: fix warning in new sys manChristian König2021-05-041-0/+2
* drm/panel: panel-simple: Cache the EDID as long as we retain powerDouglas Anderson2021-05-031-7/+10
* drm/panel: panel-simple: Power the panel when reading the EDIDDouglas Anderson2021-05-031-1/+7
* drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()Douglas Anderson2021-05-031-1/+0
* drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enableDouglas Anderson2021-05-031-35/+94
* drm/bridge: ti-sn65dsi86: Code motion of refclk management functionsDouglas Anderson2021-05-031-58/+58
* drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspendDouglas Anderson2021-05-031-6/+8
* drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg codeDouglas Anderson2021-05-031-19/+5
* drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-driversDouglas Anderson2021-05-032-53/+200
* drm/bridge: ti-sn65dsi86: Move all the chip-related init to the startDouglas Anderson2021-05-031-13/+13
* drm/bridge: ti-sn65dsi86: Cleanup managing of drvdataDouglas Anderson2021-05-031-6/+2
* drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probeDouglas Anderson2021-05-031-14/+12
* drm/bridge: ti-sn65dsi86: Clean debugfs codeDouglas Anderson2021-05-031-12/+21
* drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disableDouglas Anderson2021-05-031-5/+9
* drm/bridge: ti-sn65dsi86: More renames in prep for sub-devicesDouglas Anderson2021-05-031-42/+42
* drm/bridge: ti-sn65dsi86: Rename the main driver data structureDouglas Anderson2021-05-031-43/+43
* drm: Remove pdev field from struct drm_deviceThomas Zimmermann2021-05-031-1/+0
* drm/via: Remove references to drm_device.pdevThomas Zimmermann2021-05-032-7/+11
* drm/sis: Remove references to struct drm_device.pdevThomas Zimmermann2021-05-031-1/+2
* drm/savage: Remove references to struct drm_device.pdevThomas Zimmermann2021-05-031-12/+14
* drm/r128: Remove references to struct drm_device.pdevThomas Zimmermann2021-05-033-7/+11
* drm/mga: Remove references to struct drm_device.pdevThomas Zimmermann2021-05-032-7/+9
* drm/i810: Remove references to struct drm_device.pdevThomas Zimmermann2021-05-031-3/+5
* drm/ttm: properly allocate sys resource during swapoutChristian König2021-05-031-5/+7
* drm/ttm: always initialize the full ttm_resource v2Christian König2021-05-034-27/+16
* drm/ttm: add ttm_sys_manager v3Christian König2021-05-035-25/+47