diff options
| author | Dmytro Laktyushkin <[email protected]> | 2017-06-14 18:58:04 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 18:08:22 -0400 |
| commit | cfe4645e17f8dbe680c35c439d000313f2648482 (patch) | |
| tree | 24730e43ae060acc6dc6db3eab85ac8e584d5d82 /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | |
| parent | 7f524a0d838d8d9334003b956b73729f27a1315a (diff) | |
drm/amd/display: fix dcn pipe reset sequence
This change fixes dcn10 front end reset sequence. Previously we
would reset front end during flip which led to issues
in certain MPO and 4k/5k scenarios. We would also never properly
power gate our front end.
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h index 51bc8ef5ef79..55c9c305a259 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h @@ -40,6 +40,7 @@ struct mpcc { const struct mpcc_funcs *funcs; struct dc_context *ctx; int inst; + int opp_id; }; struct mpcc_funcs { |