diff options
author | Anthony Koo <[email protected]> | 2019-10-28 11:45:14 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-11-19 10:12:52 -0500 |
commit | 581c4488318d5e41479521cf7ba63f877e5246fd (patch) | |
tree | 12f259b04eb379c47ae4539c08c7d99675cb940a | |
parent | cbd8394d3a97f6e7457f561bab5abc9c41b664e9 (diff) |
drm/amd/display: Clean up some code with unused registers
[Why]
Unused register in the code
[How]
Remove unused register
Signed-off-by: Anthony Koo <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h b/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h index ebe8f9a21be2..bff03a68aa01 100644 --- a/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h +++ b/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h @@ -792,8 +792,7 @@ struct dce_hwseq_registers { type D2VGA_MODE_ENABLE; \ type D3VGA_MODE_ENABLE; \ type D4VGA_MODE_ENABLE; \ - type AZALIA_AUDIO_DTO_MODULE;\ - type HPO_HDMISTREAMCLK_GATE_DIS; + type AZALIA_AUDIO_DTO_MODULE; struct dce_hwseq_shift { HWSEQ_REG_FIELD_LIST(uint8_t) |