mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/amd/display: Update spacing in struct
Update spacing so that fields with longer name will still be aligned correctly (new fields to be added). Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
11d672db1b
commit
b9a21a379a
|
|
@ -57,9 +57,9 @@ struct cursor_attribute_cache_hubp {
|
|||
} size;
|
||||
union reg_cursor_settings_cfg {
|
||||
struct {
|
||||
uint32_t dst_y_offset: 8;
|
||||
uint32_t chunk_hdl_adjust: 2;
|
||||
uint32_t reserved: 22;
|
||||
uint32_t dst_y_offset: 8;
|
||||
uint32_t chunk_hdl_adjust: 2;
|
||||
uint32_t reserved: 22;
|
||||
} bits;
|
||||
uint32_t raw;
|
||||
} settings;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user