Commit 1c11fac5 authored by Qingqing Zhuo's avatar Qingqing Zhuo Committed by Alex Deucher
Browse files

drm/amd/display: Remove unused defines



[Why]
CONFIG_DRM_AMD_DC_DCN3_0 has been folded into
CONFIG_DRM_AMD_DC_DCN and is not needed.

[How]
Drop CONFIG_DRM_AMD_DC_DCN3_0.

Signed-off-by: default avatarQingqing Zhuo <qingqing.zhuo@amd.com>
Reviewed-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e3e984ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -976,12 +976,10 @@ static void event_mall_stutter(struct work_struct *work)
	else
		dm->active_vblank_irq_count--;

#if defined(CONFIG_DRM_AMD_DC_DCN3_0)
	dc_allow_idle_optimizations(
		dm->dc, dm->active_vblank_irq_count == 0);

	DRM_DEBUG_DRIVER("Allow idle optimizations (MALL): %d\n", dm->active_vblank_irq_count == 0);
#endif


	mutex_unlock(&dm->dc_lock);