diff --git a/src/drm.cpp b/src/drm.cpp index 0b6f32bbd80b..71cd106c87f9 100644 --- a/src/drm.cpp +++ b/src/drm.cpp @@ -893,7 +893,7 @@ bool drm_prepare( struct drm_t *drm, struct Composite_t *pComposite, struct Vulk uint32_t flags = DRM_MODE_ATOMIC_NONBLOCK; // Temporary hack until we figure out what AMDGPU DC expects when changing the dest rect - if ( 1 || bFirstSwap == true ) + if ( bFirstSwap == true ) { flags |= DRM_MODE_ATOMIC_ALLOW_MODESET; }