Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: minior logging improvements

[how]
- Add minimial transition log with reason and base state.
- Do not log set dpms interfaces for virtual signal in stream.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Wenjing Liu and committed by
Alex Deucher
83b5b7bb 18aa989a

+11 -6
+7
drivers/gpu/drm/amd/display/dc/core/dc.c
··· 4069 4069 return true; 4070 4070 } 4071 4071 4072 + DC_LOG_DC("%s base = %s state, reason = %s\n", __func__, 4073 + dc->current_state == transition_base_context ? "current" : "new", 4074 + subvp_in_use ? "Subvp In Use" : 4075 + odm_in_use ? "ODM in Use" : 4076 + dc->debug.pipe_split_policy != MPC_SPLIT_AVOID ? "MPC in Use" : 4077 + "Unknown"); 4078 + 4072 4079 if (!dc->config.is_vmin_only_asic) { 4073 4080 tmp_mpc_policy = dc->debug.pipe_split_policy; 4074 4081 dc->debug.pipe_split_policy = MPC_SPLIT_AVOID;