summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-1/+0
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras b...yipechai1-1/+1
2022-02-24drm/amdgpu: config HDP_MISC_CNTL.READ_BUFFER_WATERMARKXiaogang Chen1-0/+3
2022-02-17drm/amdgpu: Remove redundant .ras_late_init initialization in some ras blocksyipechai1-1/+0
2022-02-17drm/amdgpu: Remove redundant calls of ras_late_init in hdp ras blockyipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_hdp_ras_late_init/amdgpu_hdp_ras_fini function codeyipechai1-0/+1
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-2/+4
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai1-3/+11
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-7/+7
2021-10-04drm/amdgpu/hdp4.0: convert to IP version checkingAlex Deucher1-7/+8
2021-05-10drm/amdgpu: retired reset_ras_error_count from hdp callbacksHawking Zhang1-1/+0
2021-05-10drm/amdgpu: implement hdp v4_0 ras functionsHawking Zhang1-2/+28
2021-03-23drm/amdgpu: bypass hdp read cache invalidation for aldebaran (v2)Hawking Zhang1-0/+3
2021-01-05drm/amdgpu: add hdp version 4 functionsLikun Gao1-0/+137