From: Dmytro Laktyushkin <[email protected]>

Need to assign surface size rather than viewport size for surface size
dml variable.

Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Eric Bernstein <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Acked-by: Harry Wentland <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c 
b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
index 193cc9c6b180..6b525c52124c 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
+++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
@@ -393,11 +393,11 @@ static void fetch_pipe_params(struct display_mode_lib 
*mode_lib)
                
mode_lib->vba.ViewportYStartC[mode_lib->vba.NumberOfActivePlanes] =
                                src->viewport_y_c;
                mode_lib->vba.PitchY[mode_lib->vba.NumberOfActivePlanes] = 
src->data_pitch;
-               
mode_lib->vba.SurfaceHeightY[mode_lib->vba.NumberOfActivePlanes] = 
src->viewport_height;
-               mode_lib->vba.SurfaceWidthY[mode_lib->vba.NumberOfActivePlanes] 
= src->viewport_width;
+               mode_lib->vba.SurfaceWidthY[mode_lib->vba.NumberOfActivePlanes] 
= src->surface_width_y;
+               
mode_lib->vba.SurfaceHeightY[mode_lib->vba.NumberOfActivePlanes] = 
src->surface_height_y;
                mode_lib->vba.PitchC[mode_lib->vba.NumberOfActivePlanes] = 
src->data_pitch_c;
-               
mode_lib->vba.SurfaceHeightC[mode_lib->vba.NumberOfActivePlanes] = 
src->viewport_height_c;
-               mode_lib->vba.SurfaceWidthC[mode_lib->vba.NumberOfActivePlanes] 
= src->viewport_width_c;
+               
mode_lib->vba.SurfaceHeightC[mode_lib->vba.NumberOfActivePlanes] = 
src->surface_height_c;
+               mode_lib->vba.SurfaceWidthC[mode_lib->vba.NumberOfActivePlanes] 
= src->surface_width_c;
                mode_lib->vba.DCCMetaPitchY[mode_lib->vba.NumberOfActivePlanes] 
= src->meta_pitch;
                mode_lib->vba.DCCMetaPitchC[mode_lib->vba.NumberOfActivePlanes] 
= src->meta_pitch_c;
                mode_lib->vba.HRatio[mode_lib->vba.NumberOfActivePlanes] = 
scl->hscl_ratio;
-- 
2.25.0

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to