Searched hist:a09f8e295cec98ef959d85f995018c3c65cb3a54 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp.c | a09f8e295cec98ef959d85f995018c3c65cb3a54 Fri Feb 14 21:32:35 UTC 2020 Isabel Zhang <isabel.zhang@amd.com> drm/amd/display: Move mod_hdcp_displays to mod_hdcp struct
[Why] Reset connection is called before remove display in mod_hdcp. When remove display is called, the display structure has been zeroed from reset connection. Since no displays can be found, remove display does not properly reset the hardware. This causes validation errors when another display is plugged into a different port afterwards.
[How] Moved displays structure out of connections structure. Displays structure is now directly within mod_hdcp. Displays is no longer zeroed when reset connection is called.
Signed-off-by: Isabel Zhang <isabel.zhang@amd.com> Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Acked-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hdcp.h | a09f8e295cec98ef959d85f995018c3c65cb3a54 Fri Feb 14 21:32:35 UTC 2020 Isabel Zhang <isabel.zhang@amd.com> drm/amd/display: Move mod_hdcp_displays to mod_hdcp struct
[Why] Reset connection is called before remove display in mod_hdcp. When remove display is called, the display structure has been zeroed from reset connection. Since no displays can be found, remove display does not properly reset the hardware. This causes validation errors when another display is plugged into a different port afterwards.
[How] Moved displays structure out of connections structure. Displays structure is now directly within mod_hdcp. Displays is no longer zeroed when reset connection is called.
Signed-off-by: Isabel Zhang <isabel.zhang@amd.com> Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Acked-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hdcp_psp.c | a09f8e295cec98ef959d85f995018c3c65cb3a54 Fri Feb 14 21:32:35 UTC 2020 Isabel Zhang <isabel.zhang@amd.com> drm/amd/display: Move mod_hdcp_displays to mod_hdcp struct
[Why] Reset connection is called before remove display in mod_hdcp. When remove display is called, the display structure has been zeroed from reset connection. Since no displays can be found, remove display does not properly reset the hardware. This causes validation errors when another display is plugged into a different port afterwards.
[How] Moved displays structure out of connections structure. Displays structure is now directly within mod_hdcp. Displays is no longer zeroed when reset connection is called.
Signed-off-by: Isabel Zhang <isabel.zhang@amd.com> Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Acked-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|