xref: /linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn42/dcn42_mmhubbub.h (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright 2026 Advanced Micro Devices, Inc. */
3 
4 
5 #ifndef __DCN42_MMHUBBUB_H
6 #define __DCN42_MMHUBBUB_H
7 
8 #include "mcif_wb.h"
9 #include "dcn32/dcn32_mmhubbub.h"
10 #include "dcn35/dcn35_mmhubbub.h"
11 
12 void dcn42_mmhubbub_set_fgcg(struct dcn30_mmhubbub *mcif_wb30, bool enabled);
13 #endif // __DCN42_MMHUBBUB_H
14