From: Roman Li <[email protected]> - Fixing compilation with ENABLE_FBC flag which was broken after flattening core_dc to dc
Signed-off-by: Roman Li <[email protected]> Reviewed-by: Jerry Zuo <[email protected]> Acked-by: Harry Wentland <[email protected]> --- drivers/gpu/drm/amd/display/dc/dc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 68056d888def..1210fdd48c56 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -35,6 +35,7 @@ #include <inc/hw/opp.h> #include "inc/hw_sequencer.h" +#include "inc/compressor.h" #include "dml/display_mode_lib.h" -- 2.11.0 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
