summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amdgpu/gmc9: print client id string for mmhubAlex Deucher2020-09-031-9/+230
| * drm/amdgpu/gmc9: print client id string for gfxhubAlex Deucher2020-09-031-4/+26
| * drm/amdgpu: block ring buffer access during GPU recoveryDennis Li2020-09-031-4/+7
| * drm/amdgpu: add pre_asic_init callback for SOC15Alex Deucher2020-08-261-18/+17
| * drm/amdgpu: fix up DCHUBBUB_SDPIF_MMIO_CNTRL_0 handlingAlex Deucher2020-08-261-2/+5
| * drm/amdgpu: refine message print for devices of hiveDennis Li2020-08-241-1/+1
| * drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-2/+2
| * drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-4/+3
| * drm/amdgpu: Use function pointer for some mmhub functionsOak Zeng2020-08-141-35/+13
| * drm/amdgpu/gmc9: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher2020-08-041-74/+38
| * drm/amdgpu: move keep stolen memory check into gmc coreAlex Deucher2020-08-041-8/+3
| * drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher2020-08-041-2/+2
| * drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher2020-08-041-2/+2
| * drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-3/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* drm/amdgpu: use register distance member instead of hardcode in GMC9Huang Rui2020-07-081-14/+25
* drm/amdgpu: Let KFD use more VMIDs on ArcturusFelix Kuehling2020-07-021-3/+8
* drm/amdgpu: Clean up KFD VMID assignmentFelix Kuehling2020-07-021-6/+1
* drm/amdgpu: add apu flags (v2)Alex Deucher2020-05-221-3/+2
* drm/amdgpu/gmc: Use consistent variable on unlocksColin Ian King2020-04-241-1/+1
* drm/amdgpu: protect ring overrunYintian Tao2020-04-241-1/+7
* drm/amdgpu: Print UTCL2 client ID on a gpuvm faultOak Zeng2020-04-091-0/+3
* drm/amdgpu: update ras capability's query based on mem ecc configurationGuchun Chen2020-03-131-24/+14
* drm/amdgpu: add reset_ras_error_count function for MMHUBHawking Zhang2020-03-051-0/+3
* drm/amdgpu: Improve Vega20 XGMI TLB flush workaroundFelix Kuehling2020-02-251-16/+52
* amdgpu/gmc_v9: save/restore sdpif regs during S3Shirish S2020-02-251-1/+36
* drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling2020-01-271-2/+2
* drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling2020-01-271-4/+4
* drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra2020-01-221-1/+2
* drm/amdgpu: export function to flush TLB via pasidAlex Sierra2020-01-161-0/+76
* drm/amdgpu: Create generic DF struct in adevJoseph Greathouse2020-01-141-3/+3
* drm/amdgpu/gmc: move invaliation bitmap setup to common codeAlex Deucher2020-01-071-31/+1
* drm/amd/amdgpu: L1 Policy(3/5) - removed ECC interrupt from VFZhigang Luo2020-01-071-7/+11
* drm/amd/amdgpu: L1 Policy(2/5) - removed GC GRBM violations from gfxhubZhigang Luo2020-01-071-1/+1
* drm/amd/amdgpu: L1 Policy(1/5) - removed VM settings for mmhub and gfxhub fro...Zhigang Luo2020-01-071-5/+6
* drm/amdgpu: Added ASIC specific check in gmc v9.0 ECC interrupt programming s...John Clements2019-12-231-0/+5
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-171-1/+13
|\
| * drm/amdgpu: Added RAS UMC error query support for ArcturusJohn Clements2019-12-111-1/+8
| * drm/amdgpu: avoid using invalidate semaphore for picassochangzhu2019-12-111-8/+20
| * drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10changzhu2019-11-221-0/+57
| * drm/amdgpu: implement querying ras error count for mmhub9.4Dennis Li2019-11-221-0/+3
| * drm/amdgpu: init umc functions for arcturus umc rasHawking Zhang2019-11-191-0/+2
* | drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9changzhu2019-12-121-20/+24
* | drm/amdgpu: avoid using invalidate semaphore for picassochangzhu2019-12-121-8/+20
* | drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10changzhu2019-11-221-0/+57
|/
* drm/amdgpu: Enable gfx cache probing on HDP write for arcturusOak Zeng2019-10-101-0/+3
* drm/amdgpu: Clean up gmc_v9_0_gart_enableOak Zeng2019-10-101-41/+41
* drm/amdgpu: Report vram vendor with sysfs (v3)Ori Messinger2019-10-071-2/+4
* drm/amd/amdgpu/sriov ip block setting of ArcturusJack Zhang2019-10-031-4/+6
* drm/amdgpu: implement common gmc_ras_late_initTao Zhou2019-10-031-21/+1