Home
last modified time | relevance | path

Searched refs:for_each_if (Results 1 – 15 of 15) sorted by relevance

/linux/include/drm/
H A Ddrm_atomic.h955 for_each_if ((__state)->connectors[__i].ptr && \
977 for_each_if ((__state)->connectors[__i].ptr && \
998 for_each_if ((__state)->connectors[__i].ptr && \
1020 for_each_if ((__state)->crtcs[__i].ptr && \
1043 for_each_if ((__state)->crtcs[__i].ptr && \
1063 for_each_if ((__state)->crtcs[__i].ptr && \
1086 for_each_if ((__state)->colorops[__i].ptr && \
1107 for_each_if ((__state)->colorops[__i].ptr && \
1128 for_each_if ((__state)->planes[__i].ptr && \
1151 for_each_if ((__state)->planes[__i].ptr && \
[all …]
H A Ddrm_plane.h983 for_each_if ((plane_mask) & drm_plane_mask(plane))
996 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
H A Ddrm_encoder.h334 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
H A Ddrm_atomic_helper.h233 for_each_if ((plane_state = \
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h182 for_each_if(((gt__) = (i915__)->gt[(id__)]))
189 for_each_if ((engine__) = (gt__)->engine[(id__)])
H A Dintel_gt_mcr.h69 for_each_if(_HAS_SS(ss_, gt_, group_, instance_))
/linux/include/linux/
H A Dutil_macros.h23 #define for_each_if(condition) if (!(condition)) {} else macro
H A Dproperty.h173 for_each_if(fwnode_name_eq(child, name))
198 for_each_if(fwnode_name_eq(child, name))
207 for_each_if(fwnode_name_eq(child, name))
/linux/drivers/gpu/drm/i915/
H A Dintel_memory_region.h45 for_each_if((mr) = (i915)->mm.regions[id])
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h178 for_each_if(!nouveau_connector_is_mst(connector))
/linux/drivers/gpu/drm/xe/
H A Dxe_force_wake.c153 for_each_if((domain__ = ((fw__)->domains + \
H A Dxe_vram.c235 for_each_if(t->id < tile->id) in tile_vram_size()
H A Dxe_bo.c88 for_each_if(((bit__) = __bit_tmp) & (bo_flags__) & XE_BO_FLAG_VRAM_MASK)
/linux/
H A D.clang-format308 - 'for_each_if'
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c12190 for_each_if(((plane) = __i->ptr, \