From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h b/kernel/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h index 785fcb2..66e0a3e 100644 --- a/kernel/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h +++ b/kernel/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h @@ -26,6 +26,9 @@ #ifndef __DAL_COMMAND_TABLE_HELPER2_H__ #define __DAL_COMMAND_TABLE_HELPER2_H__ +#if defined(CONFIG_DRM_AMD_DC_SI) +#include "dce60/command_table_helper_dce60.h" +#endif #include "dce80/command_table_helper_dce80.h" #include "dce110/command_table_helper_dce110.h" #include "dce112/command_table_helper2_dce112.h" -- Gitblit v1.6.2