AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/14] drm/amdgpu: add nbio set_reg_remap helper
@ 2024-05-06 18:45 Alex Deucher
  2024-05-06 18:45 ` [PATCH 02/14] drm/amdgpu: add set_reg_remap callback for NBIO 6.1 Alex Deucher
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Alex Deucher @ 2024-05-06 18:45 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher, Felix Kuehling

Will be used to consolidate reg remap settings and fix HDP
flushes on systems with non-4K pages.

Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
index 7b8c03be1d9e7..f61d117b0cafe 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
@@ -102,6 +102,7 @@ struct amdgpu_nbio_funcs {
 	u32 (*get_memory_partition_mode)(struct amdgpu_device *adev,
 					 u32 *supp_modes);
 	u64 (*get_pcie_replay_count)(struct amdgpu_device *adev);
+	void (*set_reg_remap)(struct amdgpu_device *adev);
 };
 
 struct amdgpu_nbio {
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-05-29  8:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 18:45 [PATCH 01/14] drm/amdgpu: add nbio set_reg_remap helper Alex Deucher
2024-05-06 18:45 ` [PATCH 02/14] drm/amdgpu: add set_reg_remap callback for NBIO 6.1 Alex Deucher
2024-05-06 18:45 ` [PATCH 03/14] drm/amdgpu: add set_reg_remap callback for NBIO 7.0 Alex Deucher
2024-05-06 18:45 ` [PATCH 04/14] drm/amdgpu: add set_reg_remap callback for NBIO 7.4 Alex Deucher
2024-05-06 18:45 ` [PATCH 05/14] drm/amdgpu: add set_reg_remap callback for NBIO 7.9 Alex Deucher
2024-05-06 18:45 ` [PATCH 06/14] drm/amdgpu: add set_reg_remap callback for NBIO 7.11 Alex Deucher
2024-05-06 18:45 ` [PATCH 07/14] drm/amdgpu: add set_reg_remap callback for NBIO 7.2 Alex Deucher
2024-05-06 18:45 ` [PATCH 08/14] drm/amdgpu: add set_reg_remap callback for NBIO 2.3 Alex Deucher
2024-05-06 18:45 ` [PATCH 09/14] drm/amdgpu: add set_reg_remap callback for NBIO 4.3 Alex Deucher
2024-05-06 18:45 ` [PATCH 10/14] drm/amdgpu: add set_reg_remap callback for NBIO 7.7 Alex Deucher
2024-05-06 18:45 ` [PATCH 11/14] drm/amdgpu: add set_reg_remap callback for NBIF 6.3.1 Alex Deucher
2024-05-06 18:45 ` [PATCH 12/14] drm/amdgpu/soc15: use common nbio callback to set remap offset Alex Deucher
2024-05-06 18:45 ` [PATCH 13/14] drm/amdgpu/nv: " Alex Deucher
2024-05-06 18:45 ` [PATCH 14/14] drm/amdgpu/soc21: " Alex Deucher
2024-05-29  8:54 ` [PATCH 01/14] drm/amdgpu: add nbio set_reg_remap helper Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox