[AMD Public Use]

Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>
________________________________
From: Siqueira, Rodrigo <rodrigo.sique...@amd.com>
Sent: Tuesday, July 14, 2020 8:06 AM
To: amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>
Cc: Wentland, Harry <harry.wentl...@amd.com>; Li, Sun peng (Leo) 
<sunpeng...@amd.com>; Deucher, Alexander <alexander.deuc...@amd.com>; Teng, Rui 
<rui.t...@amd.com>; Laktyushkin, Dmytro <dmytro.laktyush...@amd.com>; 
Kazlauskas, Nicholas <nicholas.kazlaus...@amd.com>; Lee, Alvin 
<alvin.l...@amd.com>
Subject: [PATCH] drm/amd/display: Fix compilation error on dcn3

We have a compilation error when compiling dcn30_resource.c due to a
missing field in _vcs_dpi_soc_bounding_box_st. This commit fixes this
issue by introducing the required field and include file.

Cc: Rui Teng <rui.t...@amd.com>
Cc: Dmytro Laktyushkin <dmytro.laktyush...@amd.com>
Cc: Nicholas Kazlauskas <nicholas.kazlaus...@amd.com>
Cc: Alvin Lee <alvin.l...@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.sique...@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h 
b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
index 0fac7f754604..6ab74640c0da 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
+++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
@@ -24,6 +24,7 @@
  */

 #include "dc_features.h"
+#include "display_mode_enums.h"

 #ifndef __DISPLAY_MODE_STRUCTS_H__
 #define __DISPLAY_MODE_STRUCTS_H__
@@ -120,6 +121,7 @@ struct _vcs_dpi_soc_bounding_box_st {
         double urgent_latency_adjustment_fabric_clock_reference_mhz;
         bool disable_dram_clock_change_vactive_support;
         bool allow_dram_clock_one_display_vactive;
+       enum self_refresh_affinity 
allow_dram_self_refresh_or_dram_clock_change_in_vblank;
 };

 struct _vcs_dpi_ip_params_st {
--
2.27.0

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to