summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-21drm/amdgpu: remove gpu info firmware of green sardineHuang Rui1-1/+0
2021-01-14drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers1-1/+1
2021-01-06drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li1-2/+2
2020-12-23drm/amdgpu: Fix a copy-pasta commentAlex Deucher1-2/+1
2020-12-15drm/amdgpu: update amdgpu_device_supports_boco()Alex Deucher1-2/+2
2020-12-15drm/amdgpu: split BOCO and ATPX handlingAlex Deucher1-8/+25
2020-12-15drm/amdgpu: add judgement for suspend/resume sequenceLikun Gao1-3/+3
2020-11-24drm/amdgpu: only register VGA devices with the VGA arbiterAlex Deucher1-2/+4
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng1-2/+2
2020-11-13drm/amdgpu: update amdgpu device suspend/resume sequence for s0i3 supportPrike Liang1-4/+11
2020-11-10drm/amd/amdgpu/amdgpu_device: Provide documentation for 'reg_addr' paramsLee Jones1-0/+2
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher1-2/+0
2020-10-23amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab1-3/+5
2020-10-21drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab1-14/+14
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher1-7/+0
2020-10-16drm/amdgpu/display: enable display ip block for vangoghHuang Rui1-0/+1
2020-10-15drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan1-1/+1
2020-10-12drm/amdgpu: add DM block for dimgrey_cavefishTao Zhou1-0/+1
2020-10-12drm/amdgpu: remove gpu_info fw support for dimgrey_cavefishTao Zhou1-4/+1
2020-10-12drm/amdgpu: set asic family and ip blocks for dimgrey_cavefishTao Zhou1-0/+1
2020-10-12drm/amdgpu: add dimgrey_cavefish gpu info firmwareTao Zhou1-0/+4
2020-10-12drm/amdgpu: add dimgrey_cavefish asic typeTao Zhou1-0/+1
2020-10-07drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)Prike Liang1-1/+5
2020-10-07drm/amdgpu: prevent spurious warningAlex Deucher1-1/+3
2020-10-05drm/amdgpu: add van gogh support for gpu_info and ip block settingHuang Rui1-1/+9
2020-10-05drm/amdgpu: add van gogh asic_type enum (v2)Huang Rui1-0/+1
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang1-57/+38
2020-10-01drm/amdgpu: add helper function for indirect reg access (v3)Hawking Zhang1-0/+129
2020-09-25drm/amdgpu: stop data_exchange work thread before resetTiecheng Zhou1-0/+5
2020-09-25drm/amdgpu: Implement new guest side VF2PF message transaction (v2)Bokun Zhang1-1/+3
2020-09-25drm/amdgpu: store noretry parameter per driver instanceAlex Deucher1-0/+2
2020-09-25drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.Jiansong Chen1-8/+2
2020-09-17drm/amdgpu: unmap register bar on device init failureAlex Deucher1-2/+6
2020-09-17drm/amdgpu: No sysfs, not an error conditionLuben Tuikov1-3/+1
2020-09-15drm/amdgpu: Minor checkpatch fixAndrey Grodzovsky1-2/+4
2020-09-15drm/amdgpu: Disable DPC for XGMI for now.Andrey Grodzovsky1-0/+5
2020-09-15drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code.Andrey Grodzovsky1-61/+12
2020-09-15drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky1-3/+59
2020-09-15drm/amdgpu: Fix SMU error failureAndrey Grodzovsky1-2/+20
2020-09-15drm/amdgpu: Block all job scheduling activity during DPC recoveryAndrey Grodzovsky1-4/+53
2020-09-15drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky1-0/+38
2020-09-15drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky1-0/+161
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-103/+184
2020-09-03drm/amdgpu: Remove superfluous NULL checkLuben Tuikov1-3/+0
2020-09-03drm/amdgpu: block ring buffer access during GPU recoveryDennis Li1-4/+13
2020-08-28drm/amdgpu: fix compiler warningsNirmoy Das1-4/+4
2020-08-27drm/amdgpu: simplify hw status clear/set logicJiawei1-7/+6
2020-08-26drm/amdgpu: report DC not supported if virtual display is enabled (v2)Alex Deucher1-1/+1
2020-08-26drm/amdgpu: add a wrapper for atom asic_initAlex Deucher1-3/+17
2020-08-26drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov1-10/+5