summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-03-07drm/vkms: Allow to attach encoders and CRTCsJosé Expósito-20/+265
2025-03-07drm/vkms: Allow to configure multiple encodersJosé Expósito-0/+194
2025-03-07drm/vkms: Allow to attach planes and CRTCsJosé Expósito-36/+453
2025-03-07drm/vkms: Allow to configure multiple CRTCsJosé Expósito-5/+221
2025-03-07drm/vkms: Allow to configure multiple planesJosé Expósito-36/+369
2025-03-07drm/vkms: Add a validation function for VKMS configurationLouis Chauvet-0/+21
2025-03-07drm/vkms: Set device name from vkms_configJosé Expósito-5/+40
2025-03-07drm/vkms: Move default_config creation to its own functionJosé Expósito-5/+71
2025-03-07drm/vkms: Extract vkms_config headerJosé Expósito-42/+121
2025-03-07drm/vkms: Add KUnit test scaffoldingJosé Expósito-0/+42
2025-03-07drm/vkms: Create vkms_connector structJosé Expósito-7/+16
2025-03-07drm/vkms: Extract vkms_connector headerJosé Expósito-38/+73
2025-03-07drm/i915/plane: convert intel_atomic_plane.[ch] to struct intel_displayJani Nikula-40/+38
2025-03-07drm/xe/compat: refactor compat i915_drv.hJani Nikula-8/+32
2025-03-07drm: pl111: fix inconsistent indenting warningCharles Han-1/+1
2025-03-07drm/gma500: Remove unused mrst_clock_funcsDr. David Alan Gilbert-7/+0
2025-03-07drm/xe: Release guc ids before cancelling workTejas Upadhyay-1/+1
2025-03-07drm/imx: legacy-bridge: fix inconsistent indenting warningCharles Han-3/+3
2025-03-07drm/msm/dpu: Remove duplicate dpu_hw_cwb.h headerJiapeng Chong-1/+0
2025-03-07drm/msm/dpu: Adjust CDM_MUX to support CWB PINGPONGJessica Zhang-1/+3
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1853/+6780
2025-03-07Merge tag 'amd-drm-fixes-6.14-2025-03-06' of https://gitlab.freedesktop.org/a...Dave Airlie-17/+24
2025-03-07Merge tag 'drm-xe-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-141/+289
2025-03-07Merge tag 'drm-intel-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/...Dave Airlie-1/+2
2025-03-07Merge tag 'drm-misc-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-38/+141
2025-03-06drm/xe: Add always_migrate_to_vram modparamMatthew Brost-0/+7
2025-03-06drm/xe: Add modparam for SVM notifier sizeMatthew Brost-1/+8
2025-03-06drm/xe: Add SVM debugMatthew Brost-7/+92
2025-03-06drm/xe: Basic SVM BO evictionMatthew Brost-1/+48
2025-03-06drm/xe: Add SVM VRAM migrationMatthew Brost-4/+98
2025-03-06drm/xe: Add Xe SVM devmem_release GPU SVM vfuncMatthew Brost-0/+9
2025-03-06drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfuncMatthew Brost-0/+40
2025-03-06drm/xe: Add GPUSVM device memory copy vfunc functionsMatthew Brost-0/+152
2025-03-06drm/xe: Add drm_pagemap ops to SVMThomas Hellström-0/+63
2025-03-06drm/xe: Add drm_gpusvm_devmem to xe_boMatthew Brost-0/+4
2025-03-06drm/xe: Add SVM device memory mirroringMatthew Brost-2/+91
2025-03-06drm/xe: Add migrate layer functions for SVM supportMatthew Brost-0/+185
2025-03-06drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRRORMatthew Brost-1/+4
2025-03-06drm/xe: Enable CPU address mirror uAPIMatthew Brost-7/+2
2025-03-06drm/xe: Do not allow CPU address mirror VMA unbind ifMatthew Brost-0/+39
2025-03-06drm/xe: Add unbind to SVM garbage collectorMatthew Brost-18/+176
2025-03-06drm/xe: Add SVM garbage collectorMatthew Brost-2/+116
2025-03-06drm/xe: Add (re)bind to SVM page fault handlerMatthew Brost-20/+340
2025-03-06drm/xe: Add SVM range invalidation and page faultMatthew Brost-6/+328
2025-03-06drm/xe: Nuke VM's mapping upon closeMatthew Brost-0/+73
2025-03-06drm/xe: Add dma_addr res cursorThomas Hellström-2/+125
2025-03-06drm/xe: Add SVM init / close / fini to faulting VMsMatthew Brost-0/+128
2025-03-06drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRRORMatthew Brost-74/+158
2025-03-06drm/xe: Select DRM_GPUSVM KconfigMatthew Brost-0/+1
2025-03-06drm/gpusvm: Add support for GPU Shared Virtual MemoryMatthew Brost-0/+2246