[PATCH] drm/amd/display: Fix compilation error on dcn3

Deucher, Alexander Alexander.Deucher at amd.com
Tue Jul 14 13:21:59 UTC 2020


[AMD Public Use]

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
________________________________
From: Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>
Sent: Tuesday, July 14, 2020 8:06 AM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Wentland, Harry <Harry.Wentland at amd.com>; Li, Sun peng (Leo) <Sunpeng.Li at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; Teng, Rui <Rui.Teng at amd.com>; Laktyushkin, Dmytro <Dmytro.Laktyushkin at amd.com>; Kazlauskas, Nicholas <Nicholas.Kazlauskas at amd.com>; Lee, Alvin <Alvin.Lee2 at 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.teng at amd.com>
Cc: Dmytro Laktyushkin <Dmytro.Laktyushkin at amd.com>
Cc: Nicholas Kazlauskas <nicholas.kazlauskas at amd.com>
Cc: Alvin Lee <Alvin.Lee2 at amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20200714/0826e91d/attachment.htm>


More information about the amd-gfx mailing list