mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
drm/amd/display: remove unused struct 'dc_reg_sequence'
'dc_reg_sequence' was added in
commit 44788bbc30 ("drm/amd/display: refactor reg_update")
but isn't actually used.
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1cd04b5c44
commit
fb63d6fdcd
|
|
@ -91,11 +91,6 @@ struct dc_reg_value_masks {
|
|||
uint32_t mask;
|
||||
};
|
||||
|
||||
struct dc_reg_sequence {
|
||||
uint32_t addr;
|
||||
struct dc_reg_value_masks value_masks;
|
||||
};
|
||||
|
||||
static inline void set_reg_field_value_masks(
|
||||
struct dc_reg_value_masks *field_value_mask,
|
||||
uint32_t value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user