Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e834d77 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/display/dce11: only enable FBC when selected

Causes a black screen on a Stoney laptop.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=108577


Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6ef0cbc3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1354,6 +1354,7 @@ static bool construct(
		pool->base.sw_i2cs[i] = NULL;
	}

	if (dc->config.fbc_support)
		dc->fbc_compressor = dce110_compressor_create(ctx);

	if (!underlay_create(ctx, &pool->base))