aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29drm/amdgpu: Correct the position in patch_cond_execJiadong.Zhu1-1/+1
2022-09-29drm/amdgpu/gfx9: use common function to init cp fwLikun Gao1-88/+10
2022-09-27drm/amdgpu/gfx9: switch to amdgpu_gfx_rlc_init_microcodeHawking Zhang1-103/+3
2022-08-22drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Candice Li1-1/+2
2022-08-16drm/amdgpu: use sjt mec fw on aldebaran for sriovshaoyunl1-2/+12
2022-07-20drm/amdgpu: fix scratch register access method in SRIOVGavin Wan1-4/+4
2022-05-26drm/amdgpu/gfx: fix typos in commentsJulia Lawall1-1/+1
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai1-1/+1
2022-05-26drm/amdgpu: Clean up of initializing doorbells for gfx_v9 and gfx_v10Haohui Mai1-17/+0
2022-05-06drm/amdgpu: nuke dynamic gfx scratch reg allocationChristian König1-21/+5
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-13/+12
2022-04-11drm/amdgpu: Fix incorrect enum typeGrigory Vasilyev1-1/+1
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-04-07drm/amdgpu: Enable gfxoff quirk on MacBook ProTomasz Moń1-0/+2
2022-03-15drm/amdgpu: only allow secure submission on rings which support thatLang Yu1-0/+1
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-4/+0
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in gfx ras blockyipechai1-1/+1
2022-03-02drm/amdgpu: centrally calls the .ras_fini function of all ras blocksyipechai1-3/+0
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-1/+1
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-17drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai1-6/+0
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_gfx_ras_late_init/amdgpu_gfx_ras_fini function codeyipechai1-0/+6
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-2/+2
2022-02-09drm/amdgpu: fix gmc init fail in sriov modeYang Wang1-3/+3
2022-01-25drm/amdgpu: retire rlc callbacks sriov_rreg/wregHawking Zhang1-106/+0
2022-01-25drm/amdgpu: init rlcg_reg_access_ctrl for gfx9Hawking Zhang1-4/+26
2022-01-25drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx9Hawking Zhang1-29/+4
2022-01-18drm/amdgpu: Fix the code style warnings in gfxyipechai1-2/+2
2022-01-14drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai1-23/+42
2021-12-28drm/amdgpu: Modify indirect register access for gfx9 sriovVictor Skvortsov1-28/+89
2021-12-13drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-01drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-3/+4
2021-11-24drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Alex Deucher1-11/+35
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan1-0/+4
2021-11-05drm/amd/amdgpu: Fix csb.bo pin_count leak on gfx 9YuBiao Wang1-1/+3
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-36/+36
2021-10-04drm/amdgpu/gfx9.0: convert to IP version checkingAlex Deucher1-107/+120
2021-09-28drm/amdgpu: correct initial cp_hqd_quantum for gfx9Hawking Zhang1-1/+1
2021-08-05drm/amdgpu: Put MODE register in wave debug infoJoseph Greathouse1-0/+1
2021-08-02drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Yifan Zhang1-1/+20
2021-07-23drm/amdgpu: Change the imprecise function nameRoy Sun1-2/+2
2021-06-21Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."Yifan Zhang1-5/+1
2021-06-15drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.Yifan Zhang1-1/+5
2021-06-07drm/amdgpu: Fixing "Indirect register access for Navi12 sriov" for vega10Peng Ju Zhou1-1/+2
2021-05-21drm/amdgpu: Indirect register access for Navi12 sriovPeng Ju Zhou1-4/+5
2021-05-19drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hangChangfeng1-3/+7
2021-05-10drm/amdgpu: Enable TCP channel hashing for AldebaranMukul Joshi1-1/+2
2021-04-23drm/amdgpu: refine gprs init shaders to check coverageDennis Li1-3/+6
2021-04-15drm/amdgpu: Copy MEC FW version to MEC2 if we skipped loading MEC2Joseph Greathouse1-0/+3