aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-11-21drm/xe/pf: Check for fence error on VRAM save/restoreMichał Winiarski1-0/+9
2025-11-21drm/xe/pf: Drop the VF VRAM BO reference on successful restoreMichał Winiarski1-0/+2
2025-11-21drm/xe/pf: Fix kernel-doc warning in migration_save_consumeMichał Winiarski1-2/+0
2025-11-21Merge tag 'drm-msm-next-2025-11-18' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie63-2245/+6695
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie47-140/+315
2025-11-20drm/xe/oa: Fix potential UAF in xe_oa_add_config_ioctl()Sanjay Yadav1-3/+5
2025-11-20Merge tag 'drm-rust-next-2025-11-18' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie3-91/+211
2025-11-19drm/amdgpu: Add sriov vf check for VCN per queue reset support.Shikang Fan2-2/+4
2025-11-19drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flagsSrinivasan Shanmugam1-1/+1
2025-11-19drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flagTimur Kristóf1-2/+2
2025-11-19drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabledYifan Zha1-2/+2
2025-11-19drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-19drm/mediatek: Fix device node reference leak in mtk_dp_dt_parse()Miaoqian Lin1-0/+1
2025-11-19drm/amdgpu: Add sriov vf check for VCN per queue reset support.Shikang Fan2-2/+4
2025-11-19drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flagsSrinivasan Shanmugam1-1/+1
2025-11-19drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flagTimur Kristóf1-2/+2
2025-11-19drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabledYifan Zha1-2/+2
2025-11-19drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-19drm/xe/debugfs: Use scope-based runtime PMMatt Roper6-35/+15
2025-11-19drm/xe/sysfs: Use scope-based runtime power managementMatt Roper4-54/+31
2025-11-19drm/xe/tests: Use scope-based runtime PMMatt Roper4-26/+7
2025-11-19drm/xe/sriov: Use scope-based runtime PMMatt Roper5-29/+11
2025-11-19drm/xe/hwmon: Use scope-based runtime PMMatt Roper1-38/+14
2025-11-19drm/xe/ggtt: Use scope-based runtime pmMatt Roper1-2/+1
2025-11-19drm/xe/bo: Use scope-based runtime PMMatt Roper1-6/+2
2025-11-19drm/xe/vram: Use scope-based forcewakeMatt Roper1-4/+2
2025-11-19drm/xe/reg_sr: Use scope-based forcewakeMatt Roper1-12/+5
2025-11-19drm/xe/query: Use scope-based forcewakeMatt Roper1-10/+6
2025-11-19drm/xe/huc: Use scope-based forcewakeMatt Roper1-5/+2
2025-11-19drm/xe/gt_debugfs: Use scope-based cleanupMatt Roper1-21/+8
2025-11-19drm/xe/drm_client: Use scope-based cleanupMatt Roper1-21/+16
2025-11-19drm/xe: Return forcewake reference type from force_wake_get_any_engine()Matt Roper1-19/+19
2025-11-19drm/xe/display: Use scoped-cleanupMatt Roper2-36/+18
2025-11-19drm/xe/devcoredump: Use scope-based cleanupMatt Roper1-18/+12
2025-11-19drm/xe/device: Use scope-based cleanupMatt Roper1-22/+11
2025-11-19drm/xe/gsc: Use scope-based cleanupMatt Roper2-25/+13
2025-11-19drm/xe/pxp: Use scope-based cleanupMatt Roper1-37/+18
2025-11-19drm/xe/pat: Use scope-based forcewakeMatt Roper1-24/+12
2025-11-19drm/xe/mocs: Use scope-based cleanupMatt Roper2-23/+12
2025-11-19drm/xe/guc_pc: Use scope-based cleanupMatt Roper1-45/+17
2025-11-19drm/xe/guc: Use scope-based cleanupMatt Roper4-26/+12
2025-11-19drm/xe/gt_idle: Use scope-based cleanupMatt Roper1-29/+12
2025-11-19drm/xe/gt: Use scope-based cleanupMatt Roper1-89/+41
2025-11-19drm/xe/pm: Add scope-based cleanup helper for runtime PMMatt Roper2-0/+38
2025-11-19drm/xe/forcewake: Add scope-based cleanup for forcewakeMatt Roper2-0/+47
2025-11-19drm/plane: Fix create_in_format_blob() return valueVille Syrjälä1-2/+2
2025-11-19drm/xe/rps: build RPS as part of xeJani Nikula2-21/+1
2025-11-19drm/i915: add .fence_priority_display to parent interfaceJani Nikula5-16/+17
2025-11-19drm/i915/rps: postpone i915 fence check to boostJani Nikula2-5/+6
2025-11-19drm/i915/rps: call RPS functions via the parent interfaceJani Nikula6-11/+78