summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-21drm/amdgpu: rename enforce isolation variablesAlex Deucher1-1/+1
2025-04-21drm/amdgpu/userq: handle system suspend and resumeAlex Deucher1-1/+13
2025-04-11drm/amdgpu: adjust enforce_isolation handlingAlex Deucher1-2/+20
2025-04-11drm/amdgpu: Replace tmp_adev with hive in amdgpu_pci_slot_resetCe Sun1-3/+3
2025-04-11drm/amdgpu: fix warning of drm_mm_cleanZhenGuo Yin1-1/+1
2025-04-11drm/amd/amdgpu: disable ASPM in some situationsKenneth Feng1-0/+32
2025-04-08drm/amdgpu: store userq_managers in a list in adevAlex Deucher1-0/+3
2025-04-08drm/amdgpu: Remove the MES self testArunpravin Paneer Selvam1-3/+0
2025-04-08drm/amdgpu: Enable userq fence interrupt supportArunpravin Paneer Selvam1-0/+2
2025-04-08drm/amd/amdgpu: decouple ASPM with pcie dpmKenneth Feng1-2/+0
2025-04-08drm/amdgpu: cancel gfx idle work in device suspend for s0ixAlex Deucher1-0/+7
2025-04-07drm/amdkfd: Drop workaround for GC v9.4.3 revID 0Apurv Mishra1-1/+7
2025-04-07drm/amdgpu: add rebar parameterAlex Deucher1-0/+3
2025-04-07drm/amdgpu: Multi-GPU DPC recovery supportCe Sun1-57/+115
2025-04-07drm/amdgpu: refactor amdgpu_device_gpu_recoverCe Sun1-90/+144
2025-03-21drm/amdgpu: add isolation trace pointChristian König1-0/+1
2025-03-21drm/amdgpu: rework how isolation is enforced v2Christian König1-1/+97
2025-03-21drm/amdgpu: Enable amdgpu_ras_resume for gfx 9.5.0Ellen Pan1-0/+1
2025-03-19drm/amdgpu: Skip pcie_replay_count sysfs creation for VFVictor Skvortsov1-7/+20
2025-03-19drm/amdgpu/vcn: fix ref counting for ring based profile handlingAlex Deucher1-0/+1
2025-03-19drm/amdgpu/gfx: fix ref counting for ring based profile handlingAlex Deucher1-0/+1
2025-03-19drm/amdgpu: grab an additional reference on the gang fence v2Christian König1-1/+9
2025-03-18drm/amdgpu: release xcp_mgr on exitFlora Cui1-0/+3
2025-03-18drm/amdgpu: don't free conflicting apertures for non-display devicesAlex Deucher1-4/+11
2025-03-14drm/amdgpu: Calculate IP specific xgmi bandwidthLijo Lazar1-0/+3
2025-03-10Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie1-4/+10
2025-03-05drm/amdgpu: Add support for CPERs on virtualizationTony Yi1-4/+3
2025-02-26Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/ag...Dave Airlie1-31/+71
2025-02-25drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher1-0/+7
2025-02-19drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri1-1/+2
2025-02-19drm/amdgpu: Check aca enabled inside cper init/fini funcXiang Liu1-4/+2
2025-02-19drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Pri...Srinivasan Shanmugam1-1/+1
2025-02-17drm/amdgpu: add RAS CPER ring bufferTao Zhou1-2/+4
2025-02-17drm/amdgpu: Introduce funcs for populating CPERHawking Zhang1-0/+4
2025-02-13drm/amdgpu: Use device wedged eventAndré Almeida1-0/+4
2025-02-13drm/amdgpu: Make VBIOS image read optionalLijo Lazar1-0/+3
2025-02-13drm/amdgpu: Add flag to make VBIOS read optionalLijo Lazar1-20/+49
2025-02-13drm/amdgpu: Add VBIOS flagsLijo Lazar1-7/+13
2025-02-13drm/amdgpu: Add wrapper for freeing vbios memoryLijo Lazar1-2/+1
2025-02-13drm/amdgpu: rework i2c init and finiAlex Deucher1-4/+2
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-6/+12
2025-01-24drm/amd/amdgpu: Prevent null pointer dereference in GPU bandwidth calculationSrinivasan Shanmugam1-2/+2
2025-01-24drm/amdgpu: cache gpu pcie link widthAlex Deucher1-32/+120
2025-01-24drm/amdgpu: Refine ip detection log messageLijo Lazar1-2/+2
2024-12-18drm/amd: Require CONFIG_HOTPLUG_PCI_PCIE for BOCOMario Limonciello1-0/+3
2024-12-12drm/amdgpu: Avoid VF for RAS recovery source checkLijo Lazar1-0/+1
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-0/+1
2024-12-10drm/amdgpu: add initial support for gfx950Le Ma1-0/+1
2024-12-10drm/amdgpu: device: fix spellos and punctuationRandy Dunlap1-15/+15
2024-12-10drm/amd: Add Suspend/Hibernate notification callback supportMario Limonciello1-1/+45