aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01drm/amdgpu: move apu flags initialization to the start of device initHuang Rui1-0/+36
2021-06-30drm/amd/amdgpu: enable gpu recovery for beige_gobyChengming Gui1-0/+1
2021-06-15drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das1-2/+3
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-2/+38
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2021-06-04drm/amdgpu: Add DC support and display block for Yellow CarpNicholas Kazlauskas1-0/+1
2021-06-04drm/amdgpu: add yellow carp support for gpu_info and ip block settingAaron Liu1-0/+7
2021-06-04drm/amdgpu: add yellow carp asic_type enumAaron Liu1-0/+1
2021-06-04drm/amdgpu: Don't flush/invalidate HDP for APUs and A+AEric Huang1-2/+29
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie1-3/+29
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-3/+3
2021-06-01drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S1-0/+24
2021-05-27drm/amd/amdgpu/amdgpu_device: Make local function staticLee Jones1-1/+1
2021-05-26drm/amdgpu: Fix clang warning: unused label 'exit'Andrey Grodzovsky1-0/+2
2021-05-25drm/amdgpu: add judgement for dc supportAsher Song1-1/+3
2021-05-25drm/amdgpu: Rename flag which prevents HW accessAndrey Grodzovsky1-3/+3
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-14/+29
2021-05-21drm/amdgpu: Indirect register access for Navi12 sriovPeng Ju Zhou1-1/+1
2021-05-19drm/amdgpu: Unmap all MMIO mappingsAndrey Grodzovsky1-3/+23
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky1-1/+9
2021-05-19drm/amdgpu: Handle IOMMU enabled case.Andrey Grodzovsky1-2/+2
2021-05-19drm/amdgpu: Add early fini callbackAndrey Grodzovsky1-19/+40
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky1-8/+18
2021-05-19drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu1-1/+0
2021-05-19drm/amd/amdgpu: Enable DCN IP init for Beige GobyAurabindo Pillai1-0/+1
2021-05-19drm/amd/amdgpu: Use IP discovery table for beige gobyChengming Gui1-0/+1
2021-05-19drm/amd/amdgpu: set asic family and ip blocks for beige_gobyChengming Gui1-0/+1
2021-05-19drm/amd/amdgpu: add beige_goby asic typeChengming Gui1-0/+1
2021-05-19drm/amdgpu: switch to cached fw flags for gpu virt capHawking Zhang1-1/+1
2021-05-19drm/amdgpu: add judgement when add ip blocks (v2)Likun GAO1-1/+14
2021-05-10drm/amdgpu: Rename to ras_*_enabledLuben Tuikov1-2/+2
2021-05-10drm/amdgpu: Remove redundant ras->supportedLuben Tuikov1-2/+4
2021-05-10drm/amdgpu: change the default timeout for kernel compute queuesAlex Deucher1-5/+3
2021-05-10drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng1-15/+13
2021-04-29drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng1-15/+13
2021-04-28drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang1-1/+1
2021-04-20drm/amd/amdgpu/amdgpu_device: Remove unused variable 'r'Lee Jones1-3/+2
2021-04-09drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang1-5/+6
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou1-1/+1
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou1-0/+5
2021-04-09drm/amdgpu: Reset error code for 'no handler' caseLijo Lazar1-3/+8
2021-04-09drm/amdgpu: Enable recovery on aldebaranLijo Lazar1-0/+1
2021-04-09drm/amdgpu: Make set PG/CG state functions publicLijo Lazar1-3/+4
2021-04-09drm/amdgpu: Add reset control handling to reset workflowLijo Lazar1-30/+78
2021-04-09drm/amd/amdgpu implement tdr advanced modeJack Zhang1-0/+81
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-4/+4
2021-04-09drm/amdgpu: move vram recover into sriov full accessHorace Chen1-1/+1
2021-04-09drm/amdgpu: skip kfd suspend/resume for S0ixAlex Deucher1-4/+7
2021-04-09drm/amdgpu: drop S0ix checks around CG/PG in suspendAlex Deucher1-4/+2
2021-04-09drm/amdgpu: skip CG/PG for gfx during S0ixPratik Vishwakarma1-0/+8