summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2021-10-08 10:23:38 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-10-13 14:14:34 -0400
commit369b7d04baf3334d3473b2bb0b210a4e51d7bb67 (patch)
tree6984f87db0b2bedda4f8b779272c7633daff54eb /drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h
parenta0f9f85466683436da4be1f02aa14a8549157651 (diff)
drm/amdgpu/nbio2.3: don't use GPU_HDP_FLUSH bit 12
It's used internally by firmware. Using it in the driver could conflict with firmware. v2: squash in fix for navi1x (Alex) Reviewed-by: James Zhu <James.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h b/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h
index a43b60acf7f6..6074dd3a1ed8 100644
--- a/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h
+++ b/drivers/gpu/drm/amd/amdgpu/nbio_v2_3.h
@@ -27,6 +27,7 @@
#include "soc15_common.h"
extern const struct nbio_hdp_flush_reg nbio_v2_3_hdp_flush_reg;
+extern const struct nbio_hdp_flush_reg nbio_v2_3_hdp_flush_reg_sc;
extern const struct amdgpu_nbio_funcs nbio_v2_3_funcs;
#endif