summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-041-3/+29
|\
| * drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S2021-06-011-0/+24
| * drm/amd/amdgpu/amdgpu_device: Make local function staticLee Jones2021-05-271-1/+1
| * drm/amdgpu: add judgement for dc supportAsher Song2021-05-251-1/+3
| * drm/amdgpu: Indirect register access for Navi12 sriovPeng Ju Zhou2021-05-211-1/+1
* | drm/amdgpu: Fix clang warning: unused label 'exit'Andrey Grodzovsky2021-05-261-0/+2
* | drm/amdgpu: Rename flag which prevents HW accessAndrey Grodzovsky2021-05-251-3/+3
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-14/+29
|\|
| * drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu2021-05-191-1/+0
| * drm/amd/amdgpu: Enable DCN IP init for Beige GobyAurabindo Pillai2021-05-191-0/+1
| * drm/amd/amdgpu: Use IP discovery table for beige gobyChengming Gui2021-05-191-0/+1
| * drm/amd/amdgpu: set asic family and ip blocks for beige_gobyChengming Gui2021-05-191-0/+1
| * drm/amd/amdgpu: add beige_goby asic typeChengming Gui2021-05-191-0/+1
| * drm/amdgpu: switch to cached fw flags for gpu virt capHawking Zhang2021-05-191-1/+1
| * drm/amdgpu: add judgement when add ip blocks (v2)Likun GAO2021-05-191-1/+14
| * drm/amdgpu: Rename to ras_*_enabledLuben Tuikov2021-05-101-2/+2
| * drm/amdgpu: Remove redundant ras->supportedLuben Tuikov2021-05-101-2/+4
| * drm/amdgpu: change the default timeout for kernel compute queuesAlex Deucher2021-05-101-5/+3
| * drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng2021-05-101-15/+13
| * drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang2021-04-281-1/+1
| * drm/amd/amdgpu/amdgpu_device: Remove unused variable 'r'Lee Jones2021-04-201-3/+2
* | drm/amdgpu: Unmap all MMIO mappingsAndrey Grodzovsky2021-05-191-3/+23
* | drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky2021-05-191-1/+9
* | drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky2021-05-191-2/+2
* | drm/amdgpu: Add early fini callbackAndrey Grodzovsky2021-05-191-19/+40
* | drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky2021-05-191-8/+18
* | drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng2021-04-291-15/+13
|/
* drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang2021-04-091-5/+6
* drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou2021-04-091-1/+1
* drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou2021-04-091-0/+5
* drm/amdgpu: Reset error code for 'no handler' caseLijo Lazar2021-04-091-3/+8
* drm/amdgpu: Enable recovery on aldebaranLijo Lazar2021-04-091-0/+1
* drm/amdgpu: Make set PG/CG state functions publicLijo Lazar2021-04-091-3/+4
* drm/amdgpu: Add reset control handling to reset workflowLijo Lazar2021-04-091-30/+78
* drm/amd/amdgpu implement tdr advanced modeJack Zhang2021-04-091-0/+81
* drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao2021-04-091-4/+4
* drm/amdgpu: move vram recover into sriov full accessHorace Chen2021-04-091-1/+1
* drm/amdgpu: skip kfd suspend/resume for S0ixAlex Deucher2021-04-091-4/+7
* drm/amdgpu: drop S0ix checks around CG/PG in suspendAlex Deucher2021-04-091-4/+2
* drm/amdgpu: skip CG/PG for gfx during S0ixPratik Vishwakarma2021-04-091-0/+8
* drm/amdgpu: update comments about s0ix suspend/resumeAlex Deucher2021-04-091-3/+7
* drm/amdgpu/swsmu: skip gfx cgpg on s0ix suspendAlex Deucher2021-04-091-2/+1
* drm/amdgpu: re-enable suspend phase 2 for S0ixAlex Deucher2021-04-091-3/+9
* drm/amdgpu: move s0ix check into amdgpu_device_ip_suspend_phase2 (v3)Alex Deucher2021-04-091-4/+6
* drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher2021-04-091-84/+2
* drm/amdgpu: rework S3/S4/S0ix state handlingAlex Deucher2021-04-091-9/+3
* drm/amdgpu: fix the hibernation suspend with s0ixPrike Liang2021-04-091-2/+6
* drm/amdgpu: disentangle HG systems from vgaswitcherooAlex Deucher2021-04-091-22/+16
* Revert "drm/amdgpu: disable gpu reset on Vangogh for now"Xiaojian Du2021-04-091-0/+1
* drm/amdgpu: add codes to capture invalid hardware access when recoveryDennis Li2021-04-091-9/+38