summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-03-12drm/amdgpu: Fix error handling in slot resetLijo Lazar1-7/+10
2026-03-12drm/amdgpu: Fix locking bugs in error pathsBart Van Assche1-5/+7
2026-03-12drm/amdgpu: Unlock a mutex before destroying itBart Van Assche1-0/+1
2026-03-12drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warningsTvrtko Ursulin1-4/+4
2026-03-12drm/client: Do not destroy NULL modesJonathan Cavitt1-1/+2
2026-03-12drm/xe/wa: Steer RMW of MCR registers while building default LRCMatt Roper2-12/+60
2026-03-12drm/bridge: synopsys: dw-dp: Check return value of devm_drm_bridge_add() in d...Chen Ni1-1/+3
2026-03-12drm/imx: parallel-display: check return value of devm_drm_bridge_add() in imx...Chen Ni1-1/+3
2026-03-12drm/tiny: sharp-memory: fix pointer error dereferenceEthan Tidmore1-2/+2
2026-03-12drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse()Felix Gu1-2/+2
2026-03-12drm/vmwgfx: Return the correct value in vmw_translate_ptr functionsIan Forbes1-2/+2
2026-03-12drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_releaseBrad Spengler1-1/+8
2026-03-04drm/amdgpu: Refactor amdgpu_gem_va_ioctl for Handling Last Fence Update and T...Srinivasan Shanmugam1-36/+37
2026-03-04drm/i915/wakeref: clean up INTEL_WAKEREF_PUT_* flag macrosJani Nikula2-10/+6
2026-03-04drm/amdgpu: keep vga memory on MacBooks with switchable graphicsAlex Deucher1-0/+10
2026-03-04drm/amd/display: Correct logic check error for fastbootCharlene Liu1-2/+2
2026-03-04drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao1-1/+6
2026-03-04drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notifyPierre-Eric Pelloux-Prayer1-1/+8
2026-03-04drm/amd/display: Increase DCN35 SR enter/exit latencyLeo Li2-10/+10
2026-03-04drm/i915/dp: Fix pipe BPP clamping due to HDRImre Deak1-3/+17
2026-03-04drm/i915/dp: Fail state computation for invalid DSC source input BPP valuesImre Deak1-7/+21
2026-03-04drm/i915/quirks: Fix device id for QUIRK_EDP_LIMIT_RATE_HBR2 entryAnkit Nautiyal1-1/+1
2026-03-04drm/amdgpu: Use 5-level paging if gmc support 57-bit VAPhilip Yang1-17/+0
2026-03-04drm/amdgpu: GPU vm support 5-level page tablePhilip Yang3-1/+23
2026-03-04drm/amdgpu: Protect GPU register accesses in powergated state in some pathsYifan Zhang1-3/+6
2026-03-04drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()Sunday Clement1-0/+6
2026-03-04drm/bridge: anx7625: Fix invalid EDID sizeLoic Poulain1-1/+1
2026-03-04drm/buddy: Prevent BUG_ON by validating rounded allocationSanjay Yadav1-0/+9
2026-03-04drm/tyr: fix register name in error printDirk Behme1-1/+1
2026-03-04drm/i915/psr: Don't enable Panel Replay on sink if globally disabledJouni Högander1-1/+6
2026-03-04drm/tegra: dsi: fix device leak on probeJohan Hovold1-4/+2
2026-03-04drm/xe: Fix ggtt fb alignmentTvrtko Ursulin1-1/+1
2026-03-04drm/tests: shmem: Hold reservation lock around purgeThomas Zimmermann2-1/+18
2026-03-04drm/tests: shmem: Hold reservation lock around madviseThomas Zimmermann2-4/+19
2026-03-04drm/tests: shmem: Hold reservation lock around vmap/vunmapThomas Zimmermann2-2/+37
2026-03-04drm/tests: shmem: Add clean-up action to unpin pagesThomas Zimmermann1-0/+6
2026-03-04drm/tests: shmem: Swap names of export testsThomas Zimmermann1-3/+3
2026-03-04drm/panthor: fix for dma-fence safe access rulesChia-I Wu1-0/+4
2026-03-04drm/amdgpu: avoid sdma ring reset in sriovVictor Zhao1-0/+3
2026-03-04drm/amd/display: Remove conditional for shaper 3DLUT power-onAlex Hung1-2/+1
2026-03-04drm/radeon: Add HAINAN clock adjustmentdecce61-0/+5
2026-03-04drm/amd/display: bypass post csc for additional color spaces in dalClay King3-6/+25
2026-03-04drm/amdgpu: Add HAINAN clock adjustmentdecce61-0/+5
2026-03-04drm/amd/display: set enable_legacy_fast_update to false for DCN36YiLing Chen1-1/+1
2026-03-04drm/amdgpu: Adjust usleep_range in fence waitCe Sun1-1/+1
2026-03-04drm/amdgpu: return when ras table checksum is errorGangliang Xie1-1/+3
2026-03-04drm/amd/display: Avoid updating surface with the same surface under MPOWayne Lin1-1/+1
2026-03-04drm/amd/display: Fix system resume lag issueTom Chung1-0/+10
2026-03-04drm/amdgpu: Skip vcn poison irq release on VFLijo Lazar1-1/+3
2026-03-04drm/amd/display: Fix writeback on DCN 3.2+Alex Hung1-4/+15