drm/amd/display: move ocsc programming from opp to dpp
Signed-off-by: Yue Hin Lau <Yuehin.Lau@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
48841a20fc
commit
f4d5abf56b
1 changed files with 1 additions and 1 deletions
|
@ -1809,7 +1809,7 @@ static void program_csc_matrix(struct pipe_ctx *pipe_ctx,
|
||||||
|
|
||||||
tbl_entry.color_space = color_space;
|
tbl_entry.color_space = color_space;
|
||||||
//tbl_entry.regval = matrix;
|
//tbl_entry.regval = matrix;
|
||||||
pipe_ctx->opp->funcs->opp_set_csc_adjustment(pipe_ctx->opp, &tbl_entry);
|
pipe_ctx->xfm->funcs->opp_set_csc_adjustment(pipe_ctx->xfm, &tbl_entry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static bool is_lower_pipe_tree_visible(struct pipe_ctx *pipe_ctx)
|
static bool is_lower_pipe_tree_visible(struct pipe_ctx *pipe_ctx)
|
||||||
|
|
Loading…
Add table
Reference in a new issue