aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <[email protected]>2018-03-13 19:00:20 +0000
committerAlex Deucher <[email protected]>2018-04-11 18:07:41 +0000
commita052a516de4c3e46f2e442ec118c391dbf9932e3 (patch)
treec97f554edf894bd284c2d4e07ca92f518e7b657c /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
parentdrm/amd/display: dal 3.1.40 (diff)
downloadkernel-a052a516de4c3e46f2e442ec118c391dbf9932e3.tar.gz
kernel-a052a516de4c3e46f2e442ec118c391dbf9932e3.zip
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.h2
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 {