summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07drm/amdgpu: Update HDP 4.4.2 clock gating flagsLijo Lazar1-0/+5
2023-11-10drm/amdgpu: Do not program PF-only regs in hdp_v4_0.c under SRIOV (v2)Victor Lu1-0/+4
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-9/+9
2023-03-14drm/amdgpu: Move hdp ras block init to ras sw_initHawking Zhang1-5/+0
2023-03-07drm/amdgpu: skip hdp invalidation for HDP 4.4.2Le Ma1-1/+2
2022-04-09drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-03drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-1/+0
2022-03-03drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras b...yipechai1-1/+1
2022-02-25drm/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-15drm/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-11drm/amdgpu: retired reset_ras_error_count from hdp callbacksHawking Zhang1-1/+0
2021-05-11drm/amdgpu: implement hdp v4_0 ras functionsHawking Zhang1-2/+28
2021-03-24drm/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