diff options
| author | Rodrigo Siqueira <[email protected]> | 2024-08-02 18:31:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-13 14:51:33 +0000 |
| commit | 5ac2557d75f94777076885b5119d3b6755e6761d (patch) | |
| tree | d9de889fc8fb358655584705a7893f37883efda2 /drivers/gpu/drm/amd/display | |
| parent | drm/amd/display: Fix MST BW calculation Regression (diff) | |
| download | kernel-5ac2557d75f94777076885b5119d3b6755e6761d.tar.gz kernel-5ac2557d75f94777076885b5119d3b6755e6761d.zip | |
drm/amd/display: Remove unused field
[why & how]
Remove force_backlight_start_level since it is never used.
Acked-by: Wayne Lin <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Tom Chung <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 7873daf72608..91a351f8711e 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -306,8 +306,6 @@ struct dc_bug_wa { uint8_t dcfclk_ds: 1; } clock_update_disable_mask; bool skip_psr_ips_crtc_disable; - //Customer Specific WAs - uint32_t force_backlight_start_level; }; struct dc_dcc_surface_param { struct dc_size surface_size; |
