aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2025-05-111-176/+349
|\
| * drm/amdgpu: fix pm notifier handlingAlex Deucher2025-05-071-13/+5
| * drm/amdgpu: Implement unrecoverable error message handling for VFsEllen Pan2025-05-071-0/+5
| * Revert "drm/amd: Stop evicting resources on APUs in suspend"Alex Deucher2025-05-071-9/+2
| * drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam2025-05-051-0/+5
| * drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav2025-04-301-6/+1
| * drm/amdgpu: rename enforce isolation variablesAlex Deucher2025-04-211-1/+1
| * drm/amdgpu/userq: handle system suspend and resumeAlex Deucher2025-04-211-1/+13
| * drm/amdgpu: adjust enforce_isolation handlingAlex Deucher2025-04-111-2/+20
| * drm/amdgpu: Replace tmp_adev with hive in amdgpu_pci_slot_resetCe Sun2025-04-111-3/+3
| * drm/amdgpu: fix warning of drm_mm_cleanZhenGuo Yin2025-04-111-1/+1
| * drm/amd/amdgpu: disable ASPM in some situationsKenneth Feng2025-04-111-0/+32
| * drm/amdgpu: store userq_managers in a list in adevAlex Deucher2025-04-081-0/+3
| * drm/amdgpu: Remove the MES self testArunpravin Paneer Selvam2025-04-081-3/+0
| * drm/amdgpu: Enable userq fence interrupt supportArunpravin Paneer Selvam2025-04-081-0/+2
| * drm/amd/amdgpu: decouple ASPM with pcie dpmKenneth Feng2025-04-081-2/+0
| * drm/amdgpu: cancel gfx idle work in device suspend for s0ixAlex Deucher2025-04-081-0/+7
| * drm/amdkfd: Drop workaround for GC v9.4.3 revID 0Apurv Mishra2025-04-071-1/+7
| * drm/amdgpu: add rebar parameterAlex Deucher2025-04-071-0/+3
| * drm/amdgpu: Multi-GPU DPC recovery supportCe Sun2025-04-071-55/+113
| * drm/amdgpu: refactor amdgpu_device_gpu_recoverCe Sun2025-04-071-90/+144
* | drm/amdgpu: fix warning of drm_mm_cleanZhenGuo Yin2025-04-161-1/+1
* | Merge tag 'amd-drm-fixes-6.15-2025-04-09' of https://gitlab.freedesktop.org/a...Dave Airlie2025-04-101-0/+7
|\ \
| * | drm/amdgpu: cancel gfx idle work in device suspend for s0ixAlex Deucher2025-04-091-0/+7
| |/
* | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-04-011-3/+3
|\ \ | |/ |/|
| * Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman2025-03-101-0/+7
| |\
| | * drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher2025-02-251-0/+7
| * | drm/amdgpu: Constify 'struct bin_attribute'Thomas Weißschuh2025-02-211-3/+3
| |/
* | drm/amdgpu: add isolation trace pointChristian König2025-03-211-0/+1
* | drm/amdgpu: rework how isolation is enforced v2Christian König2025-03-211-1/+97
* | drm/amdgpu: Enable amdgpu_ras_resume for gfx 9.5.0Ellen Pan2025-03-211-0/+1
* | drm/amdgpu: Skip pcie_replay_count sysfs creation for VFVictor Skvortsov2025-03-191-7/+20
* | drm/amdgpu/vcn: fix ref counting for ring based profile handlingAlex Deucher2025-03-191-0/+1
* | drm/amdgpu/gfx: fix ref counting for ring based profile handlingAlex Deucher2025-03-191-0/+1
* | drm/amdgpu: grab an additional reference on the gang fence v2Christian König2025-03-191-1/+9
* | drm/amdgpu: release xcp_mgr on exitFlora Cui2025-03-181-0/+3
* | drm/amdgpu: don't free conflicting apertures for non-display devicesAlex Deucher2025-03-181-4/+11
* | drm/amdgpu: Calculate IP specific xgmi bandwidthLijo Lazar2025-03-141-0/+3
* | Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie2025-03-091-4/+10
|\ \
| * | drm/amdgpu: Add support for CPERs on virtualizationTony Yi2025-03-051-4/+3
| * | drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher2025-02-251-0/+7
* | | Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/ag...Dave Airlie2025-02-261-31/+71
|\| |
| * | drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri2025-02-191-1/+2
| * | drm/amdgpu: Check aca enabled inside cper init/fini funcXiang Liu2025-02-191-4/+2
| * | drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Pri...Srinivasan Shanmugam2025-02-191-1/+1
| * | drm/amdgpu: add RAS CPER ring bufferTao Zhou2025-02-171-2/+4
| * | drm/amdgpu: Introduce funcs for populating CPERHawking Zhang2025-02-171-0/+4
| * | drm/amdgpu: Make VBIOS image read optionalLijo Lazar2025-02-131-0/+3
| * | drm/amdgpu: Add flag to make VBIOS read optionalLijo Lazar2025-02-131-20/+49
| * | drm/amdgpu: Add VBIOS flagsLijo Lazar2025-02-131-7/+13