diff options
| author | Dmytro Laktyushkin <[email protected]> | 2018-03-13 15:00:20 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-04-11 13:07:41 -0500 |
| commit | a052a516de4c3e46f2e442ec118c391dbf9932e3 (patch) | |
| tree | c97f554edf894bd284c2d4e07ca92f518e7b657c /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | |
| parent | 8a6095e08e4ae279de570b175e5aee525ae1251e (diff) | |
drm/amd/display: align dtn logs and add mpc idle bit print
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Tony Cheng <[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 | 2 |
1 files changed, 2 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 5caacab216b5..caf74e3c836f 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h @@ -113,6 +113,8 @@ struct mpcc_state { uint32_t alpha_mode; uint32_t pre_multiplied_alpha; uint32_t overlap_only; + uint32_t idle; + uint32_t busy; }; struct mpc_funcs { |