summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2021-03-10drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das1-1/+1
2021-03-10drm/amd/display: Add a backlight module optionTakashi Iwai2-0/+5
2021-03-03drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang1-2/+2
2021-03-03drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher1-2/+0
2021-03-03drm/amdgpu:disable VCN for Navi12 SKUAsher.Song1-2/+4
2021-03-03drm/amdgpu: Only check for S0ix if AMD_PMC is configuredAlex Deucher1-1/+2
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang3-3/+18
2021-02-18drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher1-0/+2
2021-02-18drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák1-12/+10
2021-02-09drm/amdgpu: fix unnecessary NULL check warningsTian Tao1-2/+1
2021-02-09drm/amdgpu: extend MAX_KIQ_REG_TRY to 1000Jiawei Gu1-1/+1
2021-02-09drm/amdgpu: enable gpu recovery for dimgrey_cavefishTao Zhou1-0/+1
2021-02-09drm/amdgpu: reset runpm flag if device suspend failsAlex Deucher1-1/+3
2021-02-09drm/amdgpu: use runpm flag rather than fbcon for kfd runtime suspend (v2)Alex Deucher1-2/+2
2021-02-09drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher2-4/+0
2021-02-09drm/amdgpu/nv: add PCI reset supportAlex Deucher1-1/+6
2021-02-09drm/amdgpu/soc15: add PCI reset supportAlex Deucher1-10/+14
2021-02-09drm/amdgpu/si: add PCI reset supportAlex Deucher1-14/+23
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher3-3/+17
2021-02-09drm/amdgpu/vi: minor clean up of reset codeAlex Deucher1-22/+14
2021-02-09drm/amdgpu/cik: minor clean up of reset codeAlex Deucher1-22/+11
2021-02-09drm/amdgpu/si: minor clean up of reset codeAlex Deucher1-5/+2
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das2-2/+94
2021-02-09drm/amdgpu: Add otg vertical IRQ SourceWayne Lin1-0/+1
2021-02-09drm/amdgpu: optimize list operation in amdgpu_xgmiKevin Wang1-6/+4
2021-02-09drm/amdgpu: support rom clockgating related function for NV familyLikun Gao2-0/+40
2021-02-09drm/amdgpu: switch to use smuio callbacks for NV familyLikun Gao1-3/+15
2021-02-09drm/amdgpu: implement smuio v11_0_6 callbacksLikun Gao3-1/+73
2021-02-09drm/amdgpu: support ASPM for some specific ASICLikun Gao3-6/+124
2021-02-09drm/amd/pm: enable DCSKenneth Feng1-2/+6
2021-02-09drm/amdgpu/gmc9: fix mmhub client mapping for arcturusAlex Deucher1-34/+32
2021-02-09drm/amdgpu: enable gfx wave limiting for high priority compute jobsNirmoy Das1-0/+9
2021-02-09drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das3-2/+38
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das5-21/+15
2021-02-09drm/amdgpu: cleanup struct amdgpu_ringNirmoy Das2-11/+3
2021-02-02drm/amdgpu: enable freesync for A+A configsChristian König2-3/+7
2021-02-02drm/amdgpu/gfx10: update CGTS_TCC_DISABLE and CGTS_USER_TCC_DISABLE register ...chen gong1-2/+16
2021-02-02drm/amdgpu: Fix a false positive when pin non-VRAM memoryxinhui pan1-1/+2
2021-02-02drm/amdgpu: Limit the maximum size of contiguous VRAM that can be encapsulate...Ramesh Errabolu1-0/+3
2021-02-02drm/amdkfd: fix null pointer panic while free buffer in kfdHuang Rui1-10/+6
2021-02-02drm/amdgpu: fix the issue that retry constantly once the buffer is oversizeHuang Rui1-1/+1
2021-02-01amdgpu: Add Missing Sienna Cichlid DIDOri Messinger1-0/+1
2021-01-28drm/amd/amdkfd: adjust dummy functions' placementLang Yu2-106/+119
2021-01-28drm/amdgpu: disable gpu reset on Vangogh for nowAlex Deucher2-1/+4
2021-01-25drm/amdgpu: Fix masking binary not operator on two mask operationsColin Ian King1-2/+2
2021-01-25drm/amd/amdgpu: add error handling to amdgpu_virt_read_pf2vf_dataJingwen Chen1-1/+5
2021-01-25drm/amdgpu: race issue when jobs on 2 ring timeoutHorace Chen1-10/+59
2021-01-25drm/amdgpu: Make contiguous pinning optionalFelix Kuehling1-1/+6
2021-01-21drm/amdgpu: remove gpu info firmware of green sardineHuang Rui1-1/+0
2021-01-21drm/amdgpu:Add pcie gen5 support in pcie capability.Feifei Xu1-2/+14