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

Commit 40104725 authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher
Browse files

drm/amd/display: Add optimized_required flag

parent 1ccda80f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -788,6 +788,8 @@ bool dc_post_update_surfaces_to_stream(struct dc *dc)
			dc->hwss.disable_plane(dc, &context->res_ctx.pipe_ctx[i]);
		}

	dc->optimized_required = false;

	/* 3rd param should be true, temp w/a for RV*/
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
	dc->hwss.set_bandwidth(dc, context, dc->ctx->dce_version < DCN_VERSION_1_0);
+2 −0
Original line number Diff line number Diff line
@@ -250,6 +250,8 @@ struct dc {
	 */
	struct dm_pp_display_configuration prev_display_config;

	bool optimized_required;

	/* FBC compressor */
#if defined(CONFIG_DRM_AMD_DC_FBC)
	struct compressor *fbc_compressor;