From: Nevenko Stupar <nevenko.stu...@amd.com>

For more clear usage in future

Signed-off-by: Nevenko Stupar <nevenko.stu...@amd.com>
Reviewed-by: Tony Cheng <tony.ch...@amd.com>
Acked-by: Leo Li <sunpeng...@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h 
b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
index 7825e4b..9ddfe4c 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
@@ -358,15 +358,16 @@ union dc_tiling_info {
        } gfx8;
 
        struct {
+               enum swizzle_mode_values swizzle;
                unsigned int num_pipes;
-               unsigned int num_banks;
+               unsigned int max_compressed_frags;
                unsigned int pipe_interleave;
+
+               unsigned int num_banks;
                unsigned int num_shader_engines;
                unsigned int num_rb_per_se;
-               unsigned int max_compressed_frags;
                bool shaderEnable;
 
-               enum swizzle_mode_values swizzle;
                bool meta_linear;
                bool rb_aligned;
                bool pipe_aligned;
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to