Commit 1cc9f371 authored by Nevenko Stupar's avatar Nevenko Stupar Committed by Alex Deucher

drm/amd/display: Re-arrange GFX9 fields

For more clear usage in future
Signed-off-by: default avatarNevenko Stupar <Nevenko.Stupar@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarLeo Li <sunpeng.li@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 65d38262
...@@ -358,15 +358,16 @@ union dc_tiling_info { ...@@ -358,15 +358,16 @@ union dc_tiling_info {
} gfx8; } gfx8;
struct { struct {
enum swizzle_mode_values swizzle;
unsigned int num_pipes; unsigned int num_pipes;
unsigned int num_banks; unsigned int max_compressed_frags;
unsigned int pipe_interleave; unsigned int pipe_interleave;
unsigned int num_banks;
unsigned int num_shader_engines; unsigned int num_shader_engines;
unsigned int num_rb_per_se; unsigned int num_rb_per_se;
unsigned int max_compressed_frags;
bool shaderEnable; bool shaderEnable;
enum swizzle_mode_values swizzle;
bool meta_linear; bool meta_linear;
bool rb_aligned; bool rb_aligned;
bool pipe_aligned; bool pipe_aligned;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment