Commit d9672a5b authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher
Browse files

drm/amd/display: expose surface confirm color function



expose dcn10_get_surface_visual_confirm_color() to be used in the
future

Signed-off-by: default avatarCharlene Liu <charlene.liu@amd.com>
Reviewed-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1a1adf17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1771,7 +1771,7 @@ bool is_rgb_cspace(enum dc_color_space output_color_space)
	}
}

static void dcn10_get_surface_visual_confirm_color(
void dcn10_get_surface_visual_confirm_color(
		const struct pipe_ctx *pipe_ctx,
		struct tg_color *color)
{
@@ -1807,7 +1807,7 @@ static void dcn10_get_surface_visual_confirm_color(
	}
}

static void dcn10_get_hdr_visual_confirm_color(
void dcn10_get_hdr_visual_confirm_color(
		struct pipe_ctx *pipe_ctx,
		struct tg_color *color)
{
+8 −0
Original line number Diff line number Diff line
@@ -63,6 +63,14 @@ void dcn10_program_pte_vm(struct dce_hwseq *hws, struct hubp *hubp);

void set_hdr_multiplier(struct pipe_ctx *pipe_ctx);

void dcn10_get_surface_visual_confirm_color(
		const struct pipe_ctx *pipe_ctx,
		struct tg_color *color);

void dcn10_get_hdr_visual_confirm_color(
		struct pipe_ctx *pipe_ctx,
		struct tg_color *color);

void update_dchubp_dpp(
	struct dc *dc,
	struct pipe_ctx *pipe_ctx,