Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Re-arrange GFX9 fields

For more clear usage in future

Signed-off-by: Nevenko Stupar <Nevenko.Stupar@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Nevenko Stupar and committed by
Alex Deucher
1cc9f371 65d38262

+4 -3
+4 -3
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
··· 358 358 } gfx8; 359 359 360 360 struct { 361 + enum swizzle_mode_values swizzle; 361 362 unsigned int num_pipes; 362 - unsigned int num_banks; 363 + unsigned int max_compressed_frags; 363 364 unsigned int pipe_interleave; 365 + 366 + unsigned int num_banks; 364 367 unsigned int num_shader_engines; 365 368 unsigned int num_rb_per_se; 366 - unsigned int max_compressed_frags; 367 369 bool shaderEnable; 368 370 369 - enum swizzle_mode_values swizzle; 370 371 bool meta_linear; 371 372 bool rb_aligned; 372 373 bool pipe_aligned;