mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
drm/amd/display: Make DCN32 3dlut function available to future DCNs
[Why & How] Make DCN32 3dlut function non-static and thus available for future DCNs. Reviewed-by: Chris Park <Chris.Park@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
28606c4e58
commit
28e5c9d601
|
|
@ -414,7 +414,7 @@ void dcn32_subvp_pipe_control_lock(struct dc *dc,
|
|||
}
|
||||
|
||||
|
||||
static bool dcn32_set_mpc_shaper_3dlut(
|
||||
bool dcn32_set_mpc_shaper_3dlut(
|
||||
struct pipe_ctx *pipe_ctx, const struct dc_stream_state *stream)
|
||||
{
|
||||
struct dpp *dpp_base = pipe_ctx->plane_res.dpp;
|
||||
|
|
|
|||
|
|
@ -54,6 +54,9 @@ bool dcn32_set_input_transfer_func(struct dc *dc,
|
|||
struct pipe_ctx *pipe_ctx,
|
||||
const struct dc_plane_state *plane_state);
|
||||
|
||||
bool dcn32_set_mpc_shaper_3dlut(
|
||||
struct pipe_ctx *pipe_ctx, const struct dc_stream_state *stream);
|
||||
|
||||
bool dcn32_set_output_transfer_func(struct dc *dc,
|
||||
struct pipe_ctx *pipe_ctx,
|
||||
const struct dc_stream_state *stream);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user