summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Ripard1-0/+35
2022-07-13drm/bridge: panel: Introduce drmm_panel_bridge_addMaxime Ripard1-0/+39
2022-07-13drm/connector: Introduce drmm_connector_initMaxime Ripard1-0/+60
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 Ripard1-11/+64
2022-07-13drm/crtc: Introduce drmm_crtc_init_with_planesMaxime Ripard1-12/+82
2022-07-13drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard1-0/+1
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard1031-12202/+369726
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 Airlie1-4/+13
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
2022-07-13drm/nouveau/nvif: add wrapper for open-coded nvif_object_constructed()Ben Skeggs2-1/+7
2022-07-13Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie80-1343/+1282
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie373-2028/+3868
2022-07-12dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"Christian König1-1/+2
2022-07-12Merge tag 'mediatek-drm-next-5.20' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie15-119/+1213