summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2026-02-06Merge tag 'amd-drm-fixes-6.19-2026-02-05' of https://gitlab.freedesktop.org/a...Dave Airlie-39/+62
2026-02-06Merge tag 'drm-xe-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-10/+19
2026-02-06Merge tag 'drm-misc-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-138/+207
2026-02-06drm: drop lib from header search path.Dave Airlie-1/+1
2026-02-06gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes-679/+760
2026-02-06gpu: Move DRM buddy allocator one level up (part one)Joel Fernandes-23/+16
2026-02-06Merge tag 'drm-intel-next-fixes-2026-02-05' of https://gitlab.freedesktop.org...Dave Airlie-24/+26
2026-02-05drm/xe: Add forcewake status to powergate_infoVinay Belgaumkar-6/+71
2026-02-05drm/xe: Add GSC to powergate_infoVinay Belgaumkar-0/+6
2026-02-05drm/amdgpu: Send applicable RMA CPERs at end of RAS initKent Russell-4/+27
2026-02-05drm/amd: Fix hang on amdgpu unload by using pci_dev_is_disconnected()Mario Limonciello-2/+2
2026-02-05drm/amdgpu: re-add the bad job to the pending list for ring resetsAlex Deucher-5/+8
2026-02-05drm/amdgpu: avoid sdma ring reset in sriovVictor Zhao-0/+3
2026-02-05drm/amdgpu: clean up the amdgpu_cs_parser_bosSunil Khatri-2/+4
2026-02-05drm/amdgpu: Use 5-level paging if gmc support 57-bit VAPhilip Yang-17/+0
2026-02-05drm/amd/display: expose plane blend LUT in HW with MCMMelissa Wen-1/+1
2026-02-05drm/amdgpu: Protect GPU register accesses in powergated state in some pathsYifan Zhang-3/+6
2026-02-05drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()Sunday Clement-0/+6
2026-02-05drm/amdgpu/sdma6: enable queue resets unconditionallyAlex Deucher-12/+3
2026-02-05drm/amdgpu/sdma5.2: enable queue resets unconditionallyAlex Deucher-19/+3
2026-02-05drm/amdgpu/sdma5: enable queue resets unconditionallyAlex Deucher-12/+3
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_ras_init()Zilin Guan-1/+1
2026-02-05drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()Zilin Guan-1/+1
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()Zilin Guan-1/+3
2026-02-05drm/amd/ras: statistic xgmi training error countStanley.Yang-1/+1
2026-02-05drm/xe: Add a wrapper for SLPC set/unset paramsVinay Belgaumkar-33/+70
2026-02-05drm/xe: Use FORCEWAKE_GT in xe_guc_pc_fini_hw()Vinay Belgaumkar-1/+1
2026-02-05drm/xe: Decouple GuC RC code from xe_guc_pcVinay Belgaumkar-64/+169
2026-02-05drm/xe/tests: Fix g2g_test_array indexingPallavi Mishra-2/+59
2026-02-05drm/xe: Mutual exclusivity between CCS-mode and PFNareshkumar Gollakoti-14/+28
2026-02-05drm/xe: Prevent VFs from exposing the CCS mode sysfs fileNareshkumar Gollakoti-1/+1
2026-02-05drm/xe/configfs: Fix 'parameter name omitted' errorsMichal Wajdeczko-4/+8
2026-02-05drm/xe: Drop unnecessary include from xe_tile.hMichal Wajdeczko-4/+4
2026-02-05drm/xe: Promote struct xe_tile definition to own fileMichal Wajdeczko-128/+142
2026-02-05drm/xe: Promote struct xe_mmio definition to own fileMichal Wajdeczko-45/+66
2026-02-05drm/xe: Move xe_root_tile_mmio() to xe_device.hMichal Wajdeczko-7/+8
2026-02-05drm/xe/pf: Fix sysfs initializationMichal Wajdeczko-28/+26
2026-02-05drm/vmwgfx: Return the correct value in vmw_translate_ptr functionsIan Forbes-2/+2
2026-02-05drm/vmwgfx: Set a unique ID for each submitted command bufferIan Forbes-0/+4
2026-02-05drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_releaseBrad Spengler-1/+8
2026-02-05drm/xe: Drop unnecessary goto in xe_device_createMatt Roper-12/+8
2026-02-05drm/komeda: fix integer overflow in AFBC framebuffer size checkAlexander Konyukhov-1/+5
2026-02-05drm/xe/pm: Disable D3Cold for BMG only on specific platformsKarthik Poosa-3/+10
2026-02-05drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_depShuicheng Lin-1/+1
2026-02-05drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_earlyShuicheng Lin-1/+1
2026-02-05drm/xe: Fix kerneldoc for xe_migrate_exec_queueShuicheng Lin-1/+1
2026-02-05drm/xe/query: Fix topology query pointer advanceShuicheng Lin-1/+1
2026-02-05drm/xe/guc: Fix kernel-doc warning in GuC scheduler ABI headerChaitanya Kumar Borah-1/+1
2026-02-05drm/xe/guc: Fix CFI violation in debugfs access.Daniele Ceraolo Spurio-3/+5
2026-02-05dma-buf: add dma_fence_was_initialized function v2Christian König-7/+8