aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-04-01drm/msm/mdp5: drop workarounds specific to MDP5 1.0Dmitry Baryshkov1-7/+1
2026-04-01drm/msm/mdp5: drop single flush supportDmitry Baryshkov2-91/+0
2026-03-31drm/msm: Remove abuse of drm_exec internalsThomas Hellström2-1/+4
2026-04-01Merge tag 'drm-rust-next-2026-03-30' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie8-102/+142
2026-03-31drm/msm/adreno: Expose a PARAM to check AQE supportAkhil P Oommen3-0/+18
2026-03-31drm/msm/a6xx: Enable Preemption on X2-85Akhil P Oommen1-0/+42
2026-03-31drm/msm/a8xx: Preemption support for A840Akhil P Oommen8-80/+389
2026-03-31drm/msm/a8xx: Implement IFPC support for A840Akhil P Oommen2-3/+281
2026-03-31drm/msm/a6xx: Add SKU detection support for X2-85Akhil P Oommen1-1/+8
2026-03-31drm/msm/a6xx: Add soft fuse detection supportAkhil P Oommen5-12/+45
2026-03-31drm/msm/a8xx: Add SKU table for A840Akhil P Oommen1-0/+6
2026-03-31drm/msm/a6xx: Update HFI definitionsAkhil P Oommen2-5/+111
2026-03-31drm/msm/a6xx: Use packed structs for HFIAkhil P Oommen1-20/+20
2026-03-31drm/msm/a6xx: Add support for Debug HFI QAkhil P Oommen4-5/+17
2026-03-31drm/msm/a6xx: Fix gpu init from secure worldAkhil P Oommen3-74/+80
2026-03-31drm/msm/adreno: Implement gx_is_on() for A8xAkhil P Oommen5-8/+50
2026-03-31drm/msm/a6xx: Correct OOB usageAkhil P Oommen3-5/+12
2026-03-31drm/msm/a6xx: Switch to preemption safe AO counterAkhil P Oommen1-7/+7
2026-03-31drm/msm/a8xx: Fix the ticks used in submit tracesAkhil P Oommen8-44/+27
2026-03-31drm/msm/a6xx: Use barriers while updating HFI Q headersAkhil P Oommen1-4/+10
2026-03-31drm/msm/gem: fix error handling in msm_ioctl_gem_info_get_metadata()Yasuaki Torimaru1-1/+6
2026-03-31drm/msm/a6xx: Fix dumping A650+ debugbus blocksConnor Abbott1-6/+6
2026-03-31drm/msm/shrinker: Fix can_block() logicRob Clark1-3/+2
2026-03-31drm/msm/a6xx: Fix HLSQ register dumpingRob Clark1-1/+1
2026-03-31drm/msm: Fix VM_BIND UNMAP lockingRob Clark1-1/+1
2026-03-31drm/msm: Disallow foreign mapping of _NO_SHARERob Clark1-0/+6
2026-03-31drm/msm: Reject fb creation from _NO_SHARE objsRob Clark1-1/+6
2026-03-31drm/msm/a6xx: Add missing aperture_lock initRob Clark1-0/+1
2026-03-31drm/msm/vma: Avoid lock in VM_BIND fence signaling pathRob Clark2-3/+9
2026-03-31drm/msm/a8xx: Update GPU name with slice_maskRob Clark1-0/+10
2026-03-31drm/msm/adreno: Change chip_id formatRob Clark1-6/+2
2026-03-31drm/msm: always recover the gpuAnna Maniscalco1-22/+20
2026-03-31drm: gpu: msm: forbid mem reclaim from resetSergey Senozhatsky1-0/+11
2026-03-31drm/sysfb: Fix efidrm error handling and memory type mismatchChen Ni1-15/+31
2026-03-31Merge tag 'drm-intel-next-2026-03-30' of https://gitlab.freedesktop.org/drm/i...Dave Airlie40-670/+943
2026-03-31drm/i915/dp: Use crtc_state->enhanced_framing properly on ivb/hsw CPU eDPVille Syrjälä1-1/+1
2026-03-31drm/i915/cdclk: Do the full CDCLK dance for min_voltage_level changesVille Syrjälä1-0/+54
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds2-2/+2
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie18-119/+195
2026-03-30drm/amdgpu/uvd4.2: Don't initialize UVD 4.2 when DPM is disabledTimur Kristóf1-0/+5
2026-03-30drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii boardTimur Kristóf2-4/+27
2026-03-30drm/amd/pm/ci: Fill DW8 fields from SMCTimur Kristóf1-2/+1
2026-03-30drm/amd/pm/ci: Clear EnabledForActivity field for memory levelsTimur Kristóf1-1/+1
2026-03-30drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0Timur Kristóf1-1/+1
2026-03-30drm/amd/pm/smu7: Remove non-functional SMU7 voltage dependency on DALTimur Kristóf4-95/+0
2026-03-30drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clockTimur Kristóf2-3/+86
2026-03-30drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICsTimur Kristóf1-0/+15
2026-03-30drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabledTimur Kristóf1-0/+8
2026-03-30drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack ...Donet Tom1-3/+4
2026-03-30drm/amdgpu: Fix wait after reset sequence in S4Lijo Lazar2-3/+8