Revert "compositor-drm: fix video playback hang after add fence in glrender"

This reverts commit d7b53c1497a5e3abe36b58bebe10245a16d5b4c1.

Change-Id: If3d8def941ef0e118b152fe4383832bf19c5142b
diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c
index de5755a..f27a3ea 100644
--- a/libweston/compositor-drm.c
+++ b/libweston/compositor-drm.c
@@ -2664,7 +2664,7 @@
 				      plane_state->dest_w);
 		ret |= plane_add_prop(req, plane, WDRM_PLANE_CRTC_H,
 				      plane_state->dest_h);
-		if (in_fence_fd > 0 && plane->type == WDRM_PLANE_TYPE_PRIMARY)
+		if (in_fence_fd > 0)
 			ret |= plane_add_prop(req, plane, WDRM_PLANE_IN_FENCE_FD, in_fence_fd);
 
 		if (plane_state->fb && plane_state->fb->dtrc_meta != plane->dtrc_meta