mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: Fix unused variable warning
'struct mpc *mpc' is not used. Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@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
27b8931327
commit
105f6ab86c
|
@ -431,7 +431,6 @@ static enum dc_status dcn10_prog_pixclk_crtc_otg(
|
|||
struct dc *dc)
|
||||
{
|
||||
struct dc_stream_state *stream = pipe_ctx->stream;
|
||||
struct mpc *mpc = dc->res_pool->mpc;
|
||||
enum dc_color_space color_space;
|
||||
struct tg_color black_color = {0};
|
||||
bool enableStereo = stream->timing.timing_3d_format == TIMING_3D_FORMAT_NONE ?
|
||||
|
|
Loading…
Reference in New Issue