while checking visible clients if one of them is not availbe to use hwc
below two condition has added not to enter hwc mode once it meets any
1. visible client is launch screen image
2. visible client has subsurface and in special case it requires composite
!e_comp_wl_video_client_has(ec)
this is abnormal condition so it will be moved to product module pkg
Change-Id: Ib31fb37eac31edc0d0b6f19583ada79f14caa3d0
EINA_LIST_FOREACH(vis_clist, vl, ec)
{
E_Comp_Wl_Client_Data *cdata = (E_Comp_Wl_Client_Data*)ec->comp_data;
+ int cnt = 0;
// check clients not able to use hwc
// if pixmap is launch screen image