summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-01-10drm/xe: Allow compressible surfaces to be 1-way coherentXin Wang7-14/+109
2026-01-09drm/bridge: dw-hdmi-qp: Add support for missing HPDChris Morgan1-4/+30
2026-01-09drm/rockchip: replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2026-01-09drm/rockchip: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-01-09drm/panfrost: Fix a page leak in panfrost_mmu_map_fault_addr() when THP is onBoris Brezillon1-15/+25
2026-01-09drm/gpuvm: fix name in kernel doc of drm_gpuvm_bo_obtain_locked()Alice Ryhl1-2/+2
2026-01-09drm/i915/guc: make 'guc_hw_reg_state' static as it isn't exportedBen Dooks1-1/+1
2026-01-09drm/xe: improve header checkJani Nikula1-1/+2
2026-01-09drm/xe/vm: fix xe_vm_validation_exec() kernel-docJani Nikula1-1/+1
2026-01-09drm/xe/xe_late_bind_fw: fix enum xe_late_bind_fw_id kernel-docJani Nikula1-1/+3
2026-01-09drm/xe/vf: fix struct xe_gt_sriov_vf_migration kernel-docJani Nikula1-2/+2
2026-01-09drm/xe/guc: fix struct guc_lfd_file_header kernel-docJani Nikula1-3/+2
2026-01-09drm/i915/cdclk: Incorporate Xe3_LPD changes for CD2X dividerGustavo Sousa1-6/+23
2026-01-09drm/gem: Fix a GEM leak in drm_gem_get_unmapped_area()Boris Brezillon1-4/+6
2026-01-09drm/rockchip: Drop ROCKCHIP_IOMMU depend for DRM_ROCKCHIPChaoyi Chen1-1/+2
2026-01-09drm/panic: Fix expected string for QR_CODE in drm_panic_type_mapNathan Chancellor1-2/+2
2026-01-09drm/panic: Ensure drm_panic_type is initialized to a valid valueNathan Chancellor1-2/+5
2026-01-09Merge tag 'drm-misc-next-2026-01-08' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie53-645/+1492
2026-01-09drm/xe: Add page reclamation related statsBrian Nguyen6-0/+20
2026-01-09drm/xe: Fix page reclaim entry handling for large pagesBrian Nguyen1-17/+47
2026-01-09drm/xe: Add explicit abort page reclaim listBrian Nguyen2-12/+28
2026-01-09drm/xe: Remove debug comment in page reclaimBrian Nguyen1-1/+0
2026-01-09drm/xe: fix WQ_MEM_RECLAIM passed as max_active to alloc_workqueue()Marco Crivellari1-1/+1
2026-01-09drm/xe: Add missing newlines to drm_warn messagesOsama Abdelkader1-7/+7
2026-01-09drm/xe/pf: Allow upon-any-hang wedged mode only in debug configLukasz Laguna1-1/+2
2026-01-09drm/xe/vf: Disallow setting wedged mode to upon-any-hangLukasz Laguna1-0/+5
2026-01-09drm/xe: Update wedged.mode only after successful reset policy changeLukasz Laguna4-20/+71
2026-01-09drm/xe: Validate wedged_mode parameter and define enum for modesLukasz Laguna9-20/+94
2026-01-08drm/xe/pm: Handle GT resume failureRaag Jadav1-4/+22
2026-01-08Revert duplicate "drm/amdgpu: disable peer-to-peer access for DCC-enabled GC1...Peter Colberg1-12/+0
2026-01-08drm/xe/nvls: Define GuC firmware for NVL-SMatt Roper1-0/+1
2026-01-08drm/rockchip: vop: Add support for rk3506Chaoyi Chen2-0/+71
2026-01-08drm/rockchip: dsi: Add support for rk3506Chaoyi Chen1-0/+20
2026-01-08drm/rockchip: vop2: Simplify format_mod_supportedDaniel Stone1-34/+22
2026-01-08drm/rockchip: vop2: Use drm_is_afbc helper functionDaniel Stone1-1/+1
2026-01-08drm/rockchip: vop2: Enforce AFBC transform stride align in plane_checkDaniel Stone1-3/+9
2026-01-08drm/rockchip: vop2: Enforce AFBC source alignment in plane_checkDaniel Stone1-5/+10
2026-01-08drm/rockchip: vop2: Enforce scaling workaround in plane_checkDaniel Stone1-10/+11
2026-01-08drm/rockchip: vop2: Fix Esmart test conditionDaniel Stone1-6/+4
2026-01-08drm/rockchip: vop2: Switch impossible pos conditional to WARN_ONDaniel Stone1-20/+8
2026-01-08drm/rockchip: vop2: Switch impossible format conditional to WARN_ONDaniel Stone1-1/+2
2026-01-08drm/gpuvm: use const for drm_gpuva_op_* ptrsAlice Ryhl1-3/+3
2026-01-08drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged modeAlice Ryhl6-9/+19
2026-01-08drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()Alice Ryhl2-31/+48
2026-01-08drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)1-0/+8
2026-01-08drm/radeon: convert UVD v1.0 logging to drm_* helpersMukesh Ogare1-13/+13
2026-01-08drm/amdgpu: Extend psp_skip_tmr for bare-metal and sriovHawking Zhang1-28/+12
2026-01-08drm/amdgpu: Add helper to alloc GART entriesPhilip Yang2-0/+54
2026-01-08drm/amd/pm: Return right size for gpuboard metricsLijo Lazar1-23/+22
2026-01-08drm/radeon: fix signed v unsigned print formatsBen Dooks1-3/+3