summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2021-02-26drm/amdgpu: reserve backup pages for bad page retirmentDennis Li-15/+118
2021-02-25Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+18
2021-02-25drm/amdgpu/ttm: constify static vm_operations_structRikard Falkeborn-1/+1
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang-3/+18
2021-02-24drm/amdgpu: Remove unnecessary conversion to boolJiapeng Chong-4/+2
2021-02-24drm/amdgpu/vcn3.0: add wptr/rptr reset/update for share memorySonny Jiang-3/+34
2021-02-24drm/amdgpu: disable mec2 fw bin loadingJohn Clements-19/+27
2021-02-24drm/amdgpu: fix wrong executable setting for dimgrey_cavefish_reg_init.cTao Zhou-0/+0
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang-3/+18
2021-02-24drm/amdgpu/sdma5.2: Remove unnecessary conversion to boolJiapeng Chong-2/+2
2021-02-22drm/amdgpu: remove unused variable from struct amdgpu_boNirmoy Das-1/+0
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1465/+3248
2021-02-18drm/amdgpu: mark local function as staticNirmoy Das-1/+1
2021-02-18drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher-0/+2
2021-02-18drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das-215/+177
2021-02-18drm/amd/pm: do not use drm middle layer for debugfsNirmoy Das-5/+1
2021-02-18drm/amd/display: do not use drm middle layer for debugfsNirmoy Das-4/+2
2021-02-18drm/amdgpu: remove CONFIG_DRM_AMDGPU_GART_DEBUGFSNirmoy Das-94/+0
2021-02-18drm/amdgpu: do not keep debugfs dentryNirmoy Das-95/+51
2021-02-18drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák-12/+10
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus-12/+8
2021-02-15Merge branches 'acpi-misc', 'acpi-cppc', 'acpi-docs', 'acpi-config' and 'acpi...Rafael J. Wysocki-2/+2
2021-02-09drm/amdgpu: fix unnecessary NULL check warningsTian Tao-2/+1
2021-02-09drm/amdgpu: extend MAX_KIQ_REG_TRY to 1000Jiawei Gu-1/+1
2021-02-09drm/amdgpu: enable gpu recovery for dimgrey_cavefishTao Zhou-0/+1
2021-02-09drm/amdgpu: reset runpm flag if device suspend failsAlex Deucher-1/+3
2021-02-09drm/amdgpu: use runpm flag rather than fbcon for kfd runtime suspend (v2)Alex Deucher-2/+2
2021-02-09drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher-4/+0
2021-02-09drm/amdgpu/nv: add PCI reset supportAlex Deucher-1/+6
2021-02-09drm/amdgpu/soc15: add PCI reset supportAlex Deucher-10/+14
2021-02-09drm/amdgpu/si: add PCI reset supportAlex Deucher-14/+23
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher-3/+17
2021-02-09drm/amdgpu/vi: minor clean up of reset codeAlex Deucher-22/+14
2021-02-09drm/amdgpu/cik: minor clean up of reset codeAlex Deucher-22/+11
2021-02-09drm/amdgpu/si: minor clean up of reset codeAlex Deucher-5/+2
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das-2/+94
2021-02-09drm/amdgpu: Add otg vertical IRQ SourceWayne Lin-0/+1
2021-02-09drm/amdgpu: optimize list operation in amdgpu_xgmiKevin Wang-6/+4
2021-02-09drm/amdgpu: support rom clockgating related function for NV familyLikun Gao-0/+40
2021-02-09drm/amdgpu: switch to use smuio callbacks for NV familyLikun Gao-3/+15
2021-02-09drm/amdgpu: implement smuio v11_0_6 callbacksLikun Gao-1/+73
2021-02-09drm/amdgpu: support ASPM for some specific ASICLikun Gao-6/+124
2021-02-09drm/amd/pm: enable DCSKenneth Feng-2/+6
2021-02-09drm/amdgpu/gmc9: fix mmhub client mapping for arcturusAlex Deucher-34/+32
2021-02-09drm/amdgpu: enable gfx wave limiting for high priority compute jobsNirmoy Das-0/+9
2021-02-09drm/amdgpu: add wave limit functionality for gfx8,9Nirmoy Das-2/+38
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das-21/+15
2021-02-09drm/amdgpu: cleanup struct amdgpu_ringNirmoy Das-11/+3
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König-10/+14
2021-02-05drm/scheduler: provide scheduler score externallyChristian König-1/+1