summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-13drm/vc4: dsi: Switch to devm_pm_runtime_enableMaxime Ripard1-4/+4
2022-07-13drm/vc4: dsi: Fix the driver structure lifetimeMaxime Ripard1-1/+37
2022-07-13drm/vc4: dsi: Switch to drmm_of_get_bridgeMaxime Ripard1-1/+1
2022-07-13drm/vc4: dsi: Switch to DRM-managed encoder initializationMaxime Ripard1-2/+7
2022-07-13drm/vc4: dsi: Embed DRM structures into the private structureMaxime Ripard1-36/+22
2022-07-13drm/vc4: dpi: Protect device resourcesMaxime Ripard1-0/+14
2022-07-13drm/vc4: dpi: Switch to drmm_of_get_bridgeMaxime Ripard1-1/+2
2022-07-13drm/vc4: dpi: Switch to DRM-managed encoder initializationMaxime Ripard1-15/+8
2022-07-13drm/vc4: dpi: Add action to disable the clockMaxime Ripard1-3/+11
2022-07-13drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove callMaxime Ripard1-2/+0
2022-07-13drm/vc4: dpi: Return an error if we can't enable our clockMaxime Ripard1-1/+4
2022-07-13drm/vc4: dpi: Switch to drmm_kzallocMaxime Ripard1-1/+2
2022-07-13drm/vc4: dpi: Embed DRM structures into the private structureMaxime Ripard1-33/+16
2022-07-13drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard2-8/+0
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard3-12/+6
2022-07-13drm/vc4: crtc: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard3-11/+12
2022-07-13drm/vc4: plane: Switch to drmm_universal_plane_alloc()Maxime Ripard2-16/+8
2022-07-13drm/vc4: crtc: Remove manual plane removal on errorMaxime Ripard1-10/+1
2022-07-13drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard3-10/+10
2022-07-13drm/vc4: hvs: Remove planes currently allocated before taking downMaxime Ripard1-0/+7
2022-07-13drm/vc4: hvs: Protect device resources after removalMaxime Ripard1-6/+93
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard2-8/+16
2022-07-13drm/vc4: drv: Use drm_dev_unplugMaxime Ripard1-2/+1
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard2-2/+13
2022-07-13drm/bridge: panel: Introduce drmm_of_get_bridgeMaxime Ripard2-0/+37
2022-07-13drm/bridge: panel: Introduce drmm_panel_bridge_addMaxime Ripard2-0/+41
2022-07-13drm/connector: Introduce drmm_connector_initMaxime Ripard2-0/+65
2022-07-13drm/connector: Check for destroy implementationMaxime Ripard1-0/+6
2022-07-13drm/connector: Consolidate Connector InitializationMaxime Ripard1-31/+34
2022-07-13drm/connector: Clarify when drm_connector_unregister is neededMaxime Ripard1-3/+5
2022-07-13drm/connector: Mention the cleanup after drm_connector_initMaxime Ripard1-0/+8
2022-07-13drm/connector: Reorder headersMaxime Ripard1-3/+3
2022-07-13drm/encoder: Introduce drmm_encoder_initMaxime Ripard2-11/+70
2022-07-13drm/crtc: Introduce drmm_crtc_init_with_planesMaxime Ripard2-12/+91
2022-07-13drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard1-0/+1
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard1708-19096/+382264
2022-07-13Merge tag 'topic/nouveau-misc-2022-07-13-1' of git://anongit.freedesktop.org/...Dave Airlie34-556/+112
2022-07-13Merge tag 'exynos-drm-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie11-13/+17
2022-07-13drm/nouveau/kms/nv50-: remove unused functionsBen Skeggs3-30/+0
2022-07-13drm/nouveau/flcn: remove unused functionsBen Skeggs3-45/+0
2022-07-13drm/nouveau: remove double WFI when destroying channelsBen Skeggs1-4/+2
2022-07-13drm/nouveau/ce/gv100-: move method buffer to ce ctxBen Skeggs8-29/+85
2022-07-13drm/nouveau/fifo: remove rd32/wr32 accessors from channelsBen Skeggs3-37/+3
2022-07-13drm/nouveau/fifo: rip out cevent, never usedBen Skeggs4-33/+0
2022-07-13drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clkBen Skeggs7-48/+11
2022-07-13drm/nouveau/nvkm: remove unused headerBen Skeggs2-67/+0
2022-07-13drm/nouveau/nvkm: zero out engine pointer for subdev-provided classesBen Skeggs1-0/+1
2022-07-13drm/nouveau/nvkm: use list_add_tail() when building object treeBen Skeggs1-1/+1
2022-07-13drm/nouveau/nvkm: rip out event uapiBen Skeggs3-261/+2