Commit 49baf957 authored by Vikrant Mhaske's avatar Vikrant Mhaske Committed by Alex Deucher

drm/amd/display: Fix DCN compile errors

Fix for DCN compiler errors caused due to various submits
Signed-off-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Reviewed-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent bdf9a1a0
...@@ -1475,6 +1475,8 @@ static void dcn10_pipe_control_lock( ...@@ -1475,6 +1475,8 @@ static void dcn10_pipe_control_lock(
struct pipe_ctx *pipe, struct pipe_ctx *pipe,
bool lock) bool lock)
{ {
struct mem_input *mi = NULL;
mi = dc->res_pool->mis[pipe->pipe_idx];
/* use TG master update lock to lock everything on the TG /* use TG master update lock to lock everything on the TG
* therefore only top pipe need to lock * therefore only top pipe need to lock
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment