summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/amdkfd: Handle GPU reset and drain retry fault racePhilip Yang1-1/+6
2026-03-04drm/amdgpu: fix NULL pointer issue buffer funcsLikun Gao1-1/+2
2026-03-04gpu/panel-edp: add AUO panel entry for B140HAN06.4Alexey Klimov1-0/+1
2026-03-04drm/display/dp_mst: Add protection against 0 vcpiSuraj Kandpal1-1/+2
2026-03-04drm/amd/display: Use same max plane scaling limits for all 64 bpp formatsMario Kleiner1-0/+5
2026-03-04drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper1-10/+8
2026-03-04drm/xe/xe2_hpg: Add set of workaroundsShekhar Chauhan2-21/+29
2026-03-04drm/xe/ptl: Apply Wa_13011645652Vinay Belgaumkar1-0/+1
2026-03-04drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin1-5/+5
2026-03-04drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gtMatt Roper3-88/+126
2026-03-04drm/xe: Adjust mmio code to pass VF substructure to SRIOV codeMatt Roper2-0/+13
2026-03-04drm/xe: Add xe_tile backpointer to xe_mmioMatt Roper3-0/+8
2026-03-04drm/xe: Switch mmio_ext to use 'struct xe_mmio'Matt Roper2-8/+2
2026-03-04drm/xe: Populate GT's mmio iomap from tile during initMatt Roper1-0/+4
2026-03-04drm/xe: Move GSI offset adjustment fields into 'struct xe_mmio'Matt Roper6-13/+12
2026-03-04drm/xe: Clarify size of MMIO regionMatt Roper2-4/+16
2026-03-04drm/xe: Create dedicated xe_mmio structureMatt Roper1-7/+17
2026-03-04drm/xe: Move forcewake to 'gt.pm' substructureMatt Roper3-8/+18
2026-03-04drm/amd/display: Fix out-of-bounds stream encoder index v3Srinivasan Shanmugam6-24/+24
2026-03-04drm/amd/display: Reject cursor plane on DCE when scaled differently than primaryTimur Kristóf1-3/+8
2026-03-04drm/amdkfd: Fix watch_id bounds checking in debug address watch v2Srinivasan Shanmugam1-8/+12
2026-03-04drm/i915/acpi: free _DSM package when no connectorsKaushlendra Kumar1-0/+1
2026-03-04drm/amdgpu: Fix memory leak in amdgpu_ras_init()Zilin Guan1-1/+1
2026-03-04drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()Zilin Guan1-1/+1
2026-03-04drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()Zilin Guan1-1/+3
2026-03-04drm/xe: Unregister drm device on probe errorShuicheng Lin1-0/+1
2026-03-04drm/buddy: release free_trees array on buddy mm teardownMichał Grzelak1-0/+1
2026-03-04drm/msm/a2xx: fix pixel shader start on A225Dmitry Baryshkov1-1/+4
2026-03-04drm/msm/dpu: fix CMD panels on DPU 1.x - 3.xDmitry Baryshkov1-3/+4
2026-03-04drm/msm/disp: set num_planes to 1 for interleaved YUV formatsDmitry Baryshkov1-4/+4
2026-03-04drm/msm/dpu: fix WD timer handling on DPU 8.xDmitry Baryshkov5-13/+57
2026-03-04drm/msm/dpu: Set vsync source irrespective of mdp top supportTeguh Sobirin1-8/+8
2026-03-04drm/msm/disp/dpu: add merge3d support for sc7280Mahadevan P1-2/+12
2026-03-04drm/amdgpu: Use explicit VCN instance 0 in SR-IOV initSrinivasan Shanmugam1-22/+23
2026-03-04drm/amdkfd: Fix signal_eviction_fence() bool return valueSrinivasan Shanmugam1-1/+1
2026-03-04drm/amd: Drop "amdgpu kernel modesetting enabled" messageMario Limonciello (AMD)1-1/+0
2026-03-04drm/panthor: Evict groups before VM terminationKetil Johnsen3-0/+19
2026-03-04drm/panel: sw43408: Remove manual invocation of unprepare at removeDavid Heidelberg1-4/+0
2026-03-04drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2026-03-04drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2026-03-04drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2026-03-04drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31
2026-03-04drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2026-03-04drm/panthor: Recover from panthor_gpu_flush_caches() failuresBoris Brezillon1-7/+12
2026-02-19drm/amd/display: remove assert around dpp_base replacementMelissa Wen1-1/+0
2026-02-19drm/amd/display: extend delta clamping logic to CM3 LUT helperMelissa Wen5-25/+49
2026-02-19drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not usedBrahmajit Das2-4/+4
2026-02-11drm/xe/pm: Disable D3Cold for BMG only on specific platformsKarthik Poosa1-3/+10
2026-02-11drm/xe/pm: Also avoid missing outer rpm warning on system suspendRodrigo Vivi1-1/+3
2026-02-11drm/xe/query: Fix topology query pointer advanceShuicheng Lin1-1/+1