Commit fb63d6fd authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Alex Deucher

drm/amd/display: remove unused struct 'dc_reg_sequence'

'dc_reg_sequence' was added in
commit 44788bbc ("drm/amd/display: refactor reg_update")

but isn't actually used.

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1cd04b5c
...@@ -91,11 +91,6 @@ struct dc_reg_value_masks { ...@@ -91,11 +91,6 @@ struct dc_reg_value_masks {
uint32_t mask; 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( static inline void set_reg_field_value_masks(
struct dc_reg_value_masks *field_value_mask, struct dc_reg_value_masks *field_value_mask,
uint32_t value, uint32_t value,
......
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