mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
drm/amd/display: correct some hdcp variable naming
[why] In HDCP update stream config interface, some variables are named as xxx_supported, but in fact the variable indicates whether or not xxx_enabled. Correct the naming so it is less confusing to read the code. Signed-off-by: Wenjing Liu <wenjing.liu@amd.com> Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Anson Jacob <Anson.Jacob@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
accff74e8f
commit
aac6d4391a
@@ -30,9 +30,10 @@ struct dc_link;
|
||||
|
||||
struct cp_psp_stream_config {
|
||||
uint8_t otg_inst;
|
||||
uint8_t link_enc_inst;
|
||||
uint8_t stream_enc_inst;
|
||||
uint8_t mst_supported;
|
||||
uint8_t dig_be;
|
||||
uint8_t dig_fe;
|
||||
uint8_t assr_enabled;
|
||||
uint8_t mst_enabled;
|
||||
void *dm_stream_ctx;
|
||||
bool dpms_off;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user