summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-08drm/amdgpu/gmc9: print client id string for mmhubAlex Deucher1-9/+230
2020-09-08drm/amdgpu/gmc9: print client id string for gfxhubAlex Deucher1-4/+26
2020-09-03drm/amdgpu: block ring buffer access during GPU recoveryDennis Li1-4/+7
2020-08-27drm/amdgpu: add pre_asic_init callback for SOC15Alex Deucher1-18/+17
2020-08-27drm/amdgpu: fix up DCHUBBUB_SDPIF_MMIO_CNTRL_0 handlingAlex Deucher1-2/+5
2020-08-26drm/amdgpu: refine message print for devices of hiveDennis Li1-1/+1
2020-08-21drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-2/+2
2020-08-17drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-4/+3
2020-08-12drm/amdgpu: Use function pointer for some mmhub functionsOak Zeng1-35/+13
2020-08-06drm/amdgpu: fix system hang issue during GPU resetDennis Li1-3/+4
2020-08-06drm/amdgpu/gmc9: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-74/+38
2020-08-06drm/amdgpu: move keep stolen memory check into gmc coreAlex Deucher1-8/+3
2020-08-06drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher1-2/+2
2020-08-06drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher1-2/+2
2020-07-27Revert "drm/amdgpu: fix system hang issue during GPU reset"Candice Li1-4/+3
2020-07-24drm/amdgpu: fix system hang issue during GPU resetDennis Li1-3/+4
2020-07-08drm/amdgpu: use register distance member instead of hardcode in GMC9Huang Rui1-14/+25
2020-06-28drm/amdgpu: Let KFD use more VMIDs on ArcturusFelix Kuehling1-3/+8
2020-06-28drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling1-6/+1
2020-05-25drm/amdgpu: add apu flags (v2)Alex Deucher1-3/+2
2020-04-28drm/amdgpu/gmc: Use consistent variable on unlocksColin Ian King1-1/+1
2020-04-28drm/amdgpu: protect ring overrunYintian Tao1-1/+7
2020-04-07drm/amdgpu: Print UTCL2 client ID on a gpuvm faultOak Zeng1-0/+3
2020-03-13drm/amdgpu: update ras capability's query based on mem ecc configurationGuchun Chen1-24/+14
2020-03-05drm/amdgpu: add reset_ras_error_count function for MMHUBHawking Zhang1-0/+3
2020-02-25drm/amdgpu: Improve Vega20 XGMI TLB flush workaroundFelix Kuehling1-16/+52
2020-02-25amdgpu/gmc_v9: save/restore sdpif regs during S3Shirish S1-1/+36
2020-01-27drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling1-2/+2
2020-01-27drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling1-4/+4
2020-01-22drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra1-1/+2
2020-01-16drm/amdgpu: export function to flush TLB via pasidAlex Sierra1-0/+76
2020-01-14drm/amdgpu: Create generic DF struct in adevJoseph Greathouse1-3/+3
2020-01-07drm/amdgpu/gmc: move invaliation bitmap setup to common codeAlex Deucher1-31/+1
2020-01-07drm/amd/amdgpu: L1 Policy(3/5) - removed ECC interrupt from VFZhigang Luo1-7/+11
2020-01-07drm/amd/amdgpu: L1 Policy(2/5) - removed GC GRBM violations from gfxhubZhigang Luo1-1/+1
2020-01-07drm/amd/amdgpu: L1 Policy(1/5) - removed VM settings for mmhub and gfxhub fro...Zhigang Luo1-5/+6
2019-12-23drm/amdgpu: Added ASIC specific check in gmc v9.0 ECC interrupt programming s...John Clements1-0/+5
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter1-1/+13
2019-12-12drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9changzhu1-20/+24
2019-12-12drm/amdgpu: avoid using invalidate semaphore for picassochangzhu1-8/+20
2019-12-11drm/amdgpu: Added RAS UMC error query support for ArcturusJohn Clements1-1/+8
2019-12-11drm/amdgpu: avoid using invalidate semaphore for picassochangzhu1-8/+20
2019-11-22drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10drm-next-5.5-2019-11-22changzhu1-0/+57
2019-11-22drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10changzhu1-0/+57
2019-11-22drm/amdgpu: implement querying ras error count for mmhub9.4Dennis Li1-0/+3
2019-11-19drm/amdgpu: init umc functions for arcturus umc rasHawking Zhang1-0/+2
2019-10-10drm/amdgpu: Enable gfx cache probing on HDP write for arcturusOak Zeng1-0/+3
2019-10-10drm/amdgpu: Clean up gmc_v9_0_gart_enableOak Zeng1-41/+41
2019-10-07drm/amdgpu: Report vram vendor with sysfs (v3)Ori Messinger1-2/+4
2019-10-03drm/amd/amdgpu/sriov ip block setting of ArcturusJack Zhang1-4/+6