aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-21/+38
5 daysMerge tag 'drm-next-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds44-456/+765
6 daysMerge tag 'drm-misc-fixes-2026-06-25' of https://gitlab.freedesktop.org/drm/m...Dave Airlie10-21/+38
6 daysMerge tag 'drm-intel-next-fixes-2026-06-25-1' of https://gitlab.freedesktop.o...Dave Airlie2-7/+35
7 daysdrm/i915/cdclk: Fix up CDCLK_FREQ_DECIMAL without a full PLL re-enableVille Syrjälä1-7/+34
8 daysdrm/i915/gem: Add missing nospec on parallel submit slotJoonas Lahtinen1-0/+1
9 daysdrm/sysfb: Avoid truncating maximum strideThomas Zimmermann1-1/+7
9 daysdrm/sysfb: Return errno code from drm_sysfb_get_visible_size()Thomas Zimmermann4-8/+9
9 daysdrm/sysfb: Avoid possible truncation with calculating visible sizeThomas Zimmermann1-1/+2
9 daysdrm/sysfb: Do not page-align visible size of the framebufferThomas Zimmermann1-1/+1
9 daysdrm/edid: fix OOB read in drm_parse_tiled_block()Xiang Mei1-0/+8
10 daysMerge tag 'amd-drm-fixes-7.2-2026-06-19' of https://gitlab.freedesktop.org/ag...Dave Airlie34-386/+618
10 daysMerge tag 'drm-xe-next-fixes-2026-06-17' of https://gitlab.freedesktop.org/dr...Dave Airlie13-201/+174
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
10 daysdrm/nouveau: fix reversed error cleanup order in ucopy functionsJunrui Luo2-4/+4
10 daysdrm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit()Wentao Liang1-0/+1
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
13 daysMerge tag 'media/v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-4/+4
14 daystreewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande1-1/+1
14 daysdrm/amdgpu: Use system unbound workqueue for soft IH ringTimur Kristóf1-1/+1
14 daysamdgpu/ih6.1: Fix minor versionTimur Kristóf1-1/+1
14 daysdrm/amdkfd: Use exclusive bounds for SVM split alignment checksGerhard Schwanzer1-4/+4
14 daysdrm/amdgpu/gfx9: Fix Ring and IB test fail after mode2Jiqian Chen1-0/+39
14 daysdrm/amdgpu/uvd: Fix forcing MSG, FB BOs into VCPU segment when it isn't at 0 ...Timur Kristóf1-9/+24
14 daysdrm/amdgpu/uvd: Place VCPU BO only in VRAM for UVD 4.x and olderTimur Kristóf1-6/+11
14 daysdrm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are both GTTTimur Kristóf1-0/+18
14 daysdrm/amdgpu: Respect placement requirements in amdgpu_gtt_mgr functionsTimur Kristóf1-2/+28
14 daysdrm/amdgpu: Fix context pstate override handlingTvrtko Ursulin1-29/+42
14 daysdrm/amdkfd: Use memdup_array_user to copy data from/to user space at kfd ioctlsXiaogang Chen1-34/+12
14 daysdrm/amdkfd: check find_first_zero_bit before __set_bit on kfd->doorbell_bitmapXiaogang Chen1-3/+5
14 daysdrm/amdkfd: Let driver decide buffer size at AMDKFD_IOC_GET_DMABUF_INFO ioctlXiaogang Chen3-13/+22
14 daysdrm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_formatMikhail Gavrilov1-89/+126
14 daysdrm/amdgpu: convert amdgpu_vm_lock_by_pasid() to drm_execMikhail Gavrilov2-35/+58
14 daysdrm/amdgpu: Don't use UTS_RELEASE directlyUwe Kleine-König (The Capable Hub)1-2/+2
14 daysdrm/amdkfd: Fix NULL deref during sysfs teardownGeoffrey McRae1-16/+24
14 daysdrm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1Mario Limonciello1-1/+5
14 daysdrm/amdgpu: check amdgpu_vm_bo_find() result in GET_MAPPING_INFOMario Limonciello1-0/+5
14 daysdrm/amdgpu: initialize irq.lock spinlock earlierThadeu Lima de Souza Cascardo2-2/+2
14 daysdrm/amdkfd: fix list_del corruption in kfd_criu_resume_svmMario Limonciello1-0/+1
14 daysdrm/radeon: fix r100_copy_blit for large BOsPavel Ondračka1-4/+9
14 daysdrm/amd/display: Fix mem_type change detection for async flipsMatthew Schwartz1-6/+4
14 daysdrm/amd/display: Add IN_FORMATS_ASYNC support for planesJames Lin1-0/+1
14 daysdrm/amdgpu/gfx: fix cleaner shader IB buffer overflowAsad Kamal1-5/+5
14 daysdrm/amdgpu: allocate lockdep mutex on the heap to fix stack overflowPrike Liang1-50/+53
14 daysdrm/amdkfd: Fix SMI event PID reporting for containersAndrew Martin5-56/+77
14 daysdrm/amd/display: Restore periodic detection for DCN35Ivan Lipski3-4/+2
14 daysdrm/amd/display: Skip PHY SSC reduction on some 8K panelsRoman Li1-3/+10
14 daysdrm/amdgpu: skip already suspended IP blocks in ip_suspend_phase2Yunxiang Li1-1/+1
14 daysdrm/amdkfd: Properly acquire queue buffers in CRIU restoreDavid Francis1-2/+10
14 daysdrm/amd/pm: re-enable MC access after PrepareMp1ForUnload on SMU V15 APUsShubhankar Milind Sardeshpande1-1/+6
14 daysdrm/amdgpu: initialize iter.start in amdgpu_devcoredump_formatQiang Yu1-0/+1
14 daysdrm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on freeYunxiang Li1-7/+9
14 daysMerge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-10/+41
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1740-27497/+236177
2026-06-16drm/xe: Add compact-PT and addr mask handling for page reclaimBrian Nguyen2-55/+82
2026-06-16drm/xe/guc: Fix buffer overflow in steered register list allocationTejas Upadhyay1-2/+8
2026-06-16drm/xe: Set TTM device beneficial_order to 9 (2M)Matthew Brost1-1/+2
2026-06-16drm/xe: Fix wa_oob codegen recipe for external module buildsThomas Hellström1-2/+2
2026-06-16drm/xe: fix job timeout recovery for unstarted jobs and kernel queuesRodrigo Vivi1-14/+35
2026-06-16drm/xe: fix refcount leak in xe_range_fence_insert()Wentao Liang1-0/+2
2026-06-16drm/xe: include all registered queues in TLB invalidationTangudu Tilak Tirumalesh1-4/+3
2026-06-16drm/xe/hw_error: Use HW_ERR prefix in logRaag Jadav1-6/+6
2026-06-16drm/xe/drm_ras: Add per node cleanup actionRaag Jadav1-35/+23
2026-06-16drm/xe/drm_ras: Make counter allocation drm managedRaag Jadav1-2/+1
2026-06-16drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
2026-06-16drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-16Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh3-77/+5
2026-06-16Revert "drm/xe/nvls: Define GuC firmware for NVL-S"Daniele Ceraolo Spurio1-1/+0
2026-06-16drm/i915/mtl+: Enable PPS before PLLImre Deak1-3/+8
2026-06-16drm/i915: clear CRTC color blob pointers after dropping refsGuangshuo Li1-0/+6
2026-06-16drm/i915/mst: Call intel_pfit_compute_config() for sharpness filterVille Syrjälä1-0/+4
2026-06-16Merge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-6/+40
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-12/+14
2026-06-16Merge tag 'fbdev-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2026-06-15drm/displayid: fix Tiled Display Topology ID sizeJani Nikula2-7/+7
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds5-24/+37
2026-06-15Merge tag 'thermal-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+3
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds5-12/+11
2026-06-14drm/bridge: anx7625: Add WQ_PERCPU add to alloc_workqueueMarco Crivellari1-1/+2
2026-06-12Merge tag 'drm-fixes-2026-06-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-113/+218
2026-06-13Merge tag 'drm-misc-fixes-2026-06-12' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-28/+88
2026-06-12Merge tag 'drm-xe-fixes-2026-06-11' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-63/+79
2026-06-12Merge tag 'drm-intel-fixes-2026-06-11' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-6/+24
2026-06-11Merge back earlier thermal control material for 7.2Rafael J. Wysocki1-2/+3
2026-06-11drm/xe: fix job timeout recovery for unstarted jobs and kernel queuesRodrigo Vivi1-14/+35
2026-06-11drm/xe: fix refcount leak in xe_range_fence_insert()Wentao Liang1-0/+2
2026-06-10drm/xe: include all registered queues in TLB invalidationTangudu Tilak Tirumalesh1-4/+3
2026-06-10drm/xe/hw_error: Use HW_ERR prefix in logRaag Jadav1-6/+6
2026-06-10drm/xe/drm_ras: Add per node cleanup actionRaag Jadav1-35/+23
2026-06-10drm/xe/drm_ras: Make counter allocation drm managedRaag Jadav1-2/+1
2026-06-10drm/xe/display: fix oops in suspend/shutdown without displayJani Nikula1-2/+9
2026-06-10drm/amd/display: use plane color_mgmt_changed to track colorop changesMelissa Wen1-1/+5
2026-06-10drm/atomic: track individual colorop updatesMelissa Wen1-13/+51
2026-06-10drm/colorop: make lut(1/3)d_interpolation props correctly behave as mutableMelissa Wen3-8/+20
2026-06-10drm/i915/gem: Fix phys BO pread/pwrite with offsetJoonas Lahtinen1-4/+15
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo2-3/+3
2026-06-09drm/vc4: fix krealloc() memory leakAlexander A. Klimov1-6/+7
2026-06-09Merge tag 'tegra-for-7.2-pmc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann6-10/+41
2026-06-09fbdev: Wrap fbcon updates from vga-switcheroo in helperThomas Zimmermann2-4/+4
2026-06-09drm/virtio: Fix driver removal with disabled KMSDmitry Osipenko1-1/+4
2026-06-09drm/i915/edp: Check supported link rates DPCD readNikita Zhandarovich1-2/+9
2026-06-09Merge tag 'drm-misc-next-fixes-2026-06-05' of https://gitlab.freedesktop.org/...Dave Airlie8-32/+39
2026-06-09gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda2-6/+5
2026-06-08drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait()Wentao Liang1-1/+3
2026-06-08Merge tag 'hyperv-fixes-signed-20260607' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-7/+13
2026-06-08Merge tag 'amd-drm-next-7.2-2026-06-04' of https://gitlab.freedesktop.org/agd...Dave Airlie39-309/+716
2026-06-08Merge tag 'amd-drm-fixes-7.1-2026-06-04' of https://gitlab.freedesktop.org/ag...Dave Airlie6-16/+27
2026-06-06drm/gem: Try to fix change_handle ioctl, attempt 4Simona Vetter2-40/+36
2026-06-06Merge tag 'drm-intel-fixes-2026-06-05' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-7/+39
2026-06-06Merge tag 'drm-misc-fixes-2026-06-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie5-15/+44
2026-06-05Revert "drm/i915/backlight: Remove try_vesa_interface"Suraj Kandpal1-7/+12
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo1-3/+3
2026-06-05Merge tag 'drm-rust-next-2026-06-04' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie62-1182/+5183
2026-06-05Merge tag 'drm-xe-fixes-2026-06-04' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-80/+10
2026-06-04drm/amd/display: Consult MCCS FreeSync cap only if requested & supportedMichel Dänzer1-8/+6
2026-06-04drm/amdkfd: Unwind debug trap enable on copy_to_user failureYongqiang Sun1-0/+6
2026-06-04drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTSSunday Clement1-0/+2
2026-06-04drm/amdgpu: restart the CS if some parts of the VM are still invalidatedChristian König1-1/+3
2026-06-04drm/amdgpu/userq: Fix reading timeline points in wait ioctlDavid Rosca1-4/+5
2026-06-04drm/amdkfd: fix SMI event cross-process information leakYongqiang Sun1-3/+5
2026-06-04drm/amdkfd: always resume_all after suspend_allAlex Deucher1-14/+6
2026-06-04drm/amdgpu/gfx: move fault and EOP IRQ get/put to hw_init/hw_finiYunxiang Li6-236/+314
2026-06-04drm/amd/display: Consult MCCS FreeSync cap only if requested & supportedMichel Dänzer1-8/+6
2026-06-04drm/amd/pm: Use strscpy in profile mode parsingLijo Lazar1-6/+5
2026-06-04drm/amdkfd: Fix infinite loop parsing CRAT with zero subtype lengthYongqiang Sun1-0/+8
2026-06-04drm/amdkfd: fix sysfs topology prop length on buffer truncationYongqiang Sun1-2/+1
2026-06-04drm/amdgpu: drop retry loop in amdgpu_hmm_range_get_pagesHonglei Huang1-8/+1
2026-06-04drm/amd/pm: bound OD parameter parsing to stack array sizeCandice Li1-0/+7
2026-06-04drm/amd/pm: Stop pp_od_clk_voltage emit at PAGE_SIZEAsad Kamal1-0/+2
2026-06-04drm/amdkfd: Unwind debug trap enable on copy_to_user failureYongqiang Sun1-0/+6
2026-06-04drm/amdgpu: validate the mes firmware version for gfx12.1Sunil Khatri1-0/+1
2026-06-04drm/amdgpu: validate the mes firmware version for gfx12Sunil Khatri1-0/+1
2026-06-04drm/amdgpu: compare MES firmware version ucode for gfx11Sunil Khatri3-0/+14
2026-06-04drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTSSunday Clement1-0/+2
2026-06-04drm/amdgpu: restart the CS if some parts of the VM are still invalidatedChristian König1-1/+3
2026-06-04drm/amd/display: use unsigned types for local pipe and REG_GET countersAurabindo Pillai2-3/+3
2026-06-04drm/amd/display: widen dc_hdmi_frl_flags.force_frl_rate to unsigned intAurabindo Pillai1-1/+1
2026-06-04drm/amdgpu/userq: Fix reading timeline points in wait ioctlDavid Rosca1-4/+5
2026-06-04drm/amdgpu/vcn5.0.0: enable secure submission on unified ring for VCN 5.3.0Jeevana Muthyala1-1/+38
2026-06-04drm/amdgpu: deprecate guilty handlingChristian König4-12/+24
2026-06-04drm/amdgpu: Add lockdep annotations for lock ordering validationVitaly Prosyak6-1/+242
2026-06-04drm/amdkfd: fix SMI event cross-process information leakYongqiang Sun1-3/+5
2026-06-04drm/amd/display: Add DCN42B to dml21_translation_helperMatthew Stewart1-0/+1
2026-06-04drm/amd/display: Fix DCN42B version detectionMatthew Stewart1-2/+2
2026-06-04drm/amdgpu: Fix user-triggerable BUG()/BUG_ON() callsCe Sun4-7/+18
2026-06-04drm/v3d: Fix global performance monitor reference countingMaíra Canal1-5/+19
2026-06-04drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
2026-06-04drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-04Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh3-77/+5
2026-06-04Merge tag 'amd-drm-next-7.2-2026-06-03' of https://gitlab.freedesktop.org/agd...Dave Airlie350-813/+101781
2026-06-04Merge tag 'drm-msm-next-2026-05-30' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie60-2944/+6982
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo35-145/+152
2026-06-03drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_rangePriya Hosur1-1/+2
2026-06-03drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systemsDonet Tom1-4/+8
2026-06-03drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroySunil Khatri2-4/+5
2026-06-03drm/amdgpu: improve the userq seq BO free bit lookupPrike Liang1-5/+6
2026-06-03drm/amdgpu/userq: remove the vital queue unmap loggingSunil Khatri3-10/+5
2026-06-03drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11Andrew Martin1-8/+41
2026-06-03drm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
2026-06-03drm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14)Vitaly Prosyak1-1/+1
2026-06-03drm/amdgpu/gfxhub: Program CRASH_ON_*_FAULT bits to 0 as neededTimur Kristóf9-56/+38
2026-06-03drm/amdgpu: fix waiting for all submissions for userptrsChristian König1-2/+4
2026-06-03drm/amdgpu: drm/amdgpu: Set correct DMA mask for gfx12.1Harish Kasiviswanathan1-4/+8
2026-06-03drm/amdgpu: Use asic specific pte_addr_maskHarish Kasiviswanathan9-1/+12
2026-06-03drm/amd/pm: zero unused SMU argument registersYang Wang1-2/+6
2026-06-03drm/amd/pm: mark metrics.energy_accumulator is invalid for smu 14.0.2Yang Wang1-1/+0
2026-06-03drm/amd/pm: fix smu13 power limit default/cap calculationYang Wang2-29/+35
2026-06-03drm/amd/pm: apply SMU 13.0.10 workaround during MP1 unloadYang Wang1-1/+9
2026-06-03drm/amdgpu: Align amdgpu_gtt_mgr entries to TLB size on all SITimur Kristóf1-1/+1
2026-06-03drm/amdgpu: unmap userq for evicting user queuePrike Liang1-2/+2
2026-06-03drm/amdgpu/sdma7.1: fix support for disable_kqAlex Deucher1-0/+1
2026-06-03drm/amdkfd: fix UAF race in destroy_queue_cpschAlysa Liu1-1/+7
2026-06-03drm/amd/display: Bound VBIOS record-chain walk loopsHarry Wentland3-14/+33
2026-06-03drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
2026-06-03drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()Harry Wentland1-2/+4
2026-06-03drm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-2/+2
2026-06-03drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfsHarry Wentland1-0/+5
2026-06-03drm/amd/display: Clamp VBIOS HDMI retimer register count to array sizeHarry Wentland1-16/+32
2026-06-03drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval()Harry Wentland1-1/+1
2026-06-03drm/amd/display: add missing CSC entries for BT.2020 for DCE IPsLeorize2-2/+18
2026-06-03drm/amd/pm: smu_v14_0_0: use SoftMin for gfxclk in set_soft_freq_limited_rangePriya Hosur1-1/+2
2026-06-03drm/amdgpu: Fix incorrect VRAM GART mappings on non-4K page size systemsDonet Tom1-4/+8
2026-06-03amd/amdkfd: Fix profiler lock init orderTvrtko Ursulin1-3/+3
2026-06-03drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irqYunxiang Li5-11/+53
2026-06-03drm/amdgpu: set sub_block_index for mca ras sub-blocksYunxiang Li1-0/+3
2026-06-03drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroySunil Khatri2-4/+5
2026-06-03drm/amd/ras: chunk UNIRAS CPER debugfs readsXiang Liu1-16/+33
2026-06-03drm/amdgpu: improve the userq seq BO free bit lookupPrike Liang1-5/+6
2026-06-03drm/amdgpu: Adjust _PR3 detectionMario Limonciello1-1/+1
2026-06-03drm/amdgpu: grow VF RAS bad page table with bounded dynamic allocChenglei Xie2-20/+93
2026-06-03drm/amdgpu/userq: remove the vital queue unmap loggingSunil Khatri3-10/+5
2026-06-03drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11Andrew Martin1-8/+41
2026-06-03drm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
2026-06-03drm/amd/display: widen FRL debug knobs to unsigned intAurabindo Pillai1-3/+3
2026-06-03drm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14)Vitaly Prosyak1-1/+1
2026-06-03drm/amdgpu/gfxhub: Program CRASH_ON_*_FAULT bits to 0 as neededTimur Kristóf9-56/+38
2026-06-03drm/amdgpu: fix waiting for all submissions for userptrsChristian König1-2/+4
2026-06-03drm/amdgpu: drm/amdgpu: Set correct DMA mask for gfx12.1Harish Kasiviswanathan1-4/+8