forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.h
....@@ -27,9 +27,11 @@
2727 #define __DC_HWSS_DCE120_H__
2828
2929 #include "core_types.h"
30
+#include "hw_sequencer_private.h"
3031
3132 struct dc;
3233
34
+bool dce121_xgmi_enabled(struct dce_hwseq *hws);
3335 void dce120_hw_sequencer_construct(struct dc *dc);
3436
3537 #endif /* __DC_HWSS_DCE112_H__ */