Re: [PATCH v2 19/19] drm/amd/display: PSR-SU rate control support in DC

2022-05-19 Thread Harry Wentland
On 5/10/22 16:45, David Zhang wrote: > [why & how] > We need to add the necessary DC codes to support PSR-SU rate > control (RC). We'll probably want to expand a bit on what rate control is and also note that this is just adding core functionality for RC but not enabling it. Harry > > Signed-of

[PATCH v2 19/19] drm/amd/display: PSR-SU rate control support in DC

2022-05-10 Thread David Zhang
[why & how] We need to add the necessary DC codes to support PSR-SU rate control (RC). Signed-off-by: David Zhang --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 14 +++ drivers/gpu/drm/amd/display/dc/dc_link.h | 3 +++ drivers/gpu/drm/amd/display/dc/dc_types.h | 2 ++ dri