RE: [PATCH] drm/amd/display: Drop config guard for DC_LOG_DP2

2021-11-18 Thread Ma, Leo
: [PATCH] drm/amd/display: Drop config guard for DC_LOG_DP2 On Thu, Nov 18, 2021 at 11:53 AM Leo (Hanghong) Ma wrote: > > [Why & How] > It doesn't make sense to guard DC_LOG_DP2 by CONFIG_DRM_AMD_DCN, and > this also caused build failure for allmodconfig; So drop the guard to &

Re: [PATCH] drm/amd/display: Drop config guard for DC_LOG_DP2

2021-11-18 Thread Alex Deucher
On Thu, Nov 18, 2021 at 11:53 AM Leo (Hanghong) Ma wrote: > > [Why & How] > It doesn't make sense to guard DC_LOG_DP2 by CONFIG_DRM_AMD_DCN, and > this also caused build failure for allmodconfig; So drop the guard > to fix the compile failure; > > Signed-off-by: Leo (Hanghong) Ma Reviewed-by:

[PATCH] drm/amd/display: Drop config guard for DC_LOG_DP2

2021-11-18 Thread Leo (Hanghong) Ma
[Why & How] It doesn't make sense to guard DC_LOG_DP2 by CONFIG_DRM_AMD_DCN, and this also caused build failure for allmodconfig; So drop the guard to fix the compile failure; Signed-off-by: Leo (Hanghong) Ma --- drivers/gpu/drm/amd/display/include/logger_types.h | 4 1 file changed, 4