Searched refs:for_each_if (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_display.h | 188 for_each_if((__crtc)->plane_ids_mask & BIT(__p)) 192 for_each_if((BIT(__slice)) & (__mask)) 324 for_each_if(INTEL_INFO(__dev_priv)->pipe_mask & BIT(__p)) 328 for_each_if((__mask) & BIT(__p)) 332 for_each_if (INTEL_INFO(__dev_priv)->cpu_transcoder_mask & BIT(__t)) 336 for_each_if ((__mask) & BIT(__t)) 353 for_each_if((__ports_mask) & BIT(__port)) 357 for_each_if((__phys_mask) & BIT(__phy)) 371 for_each_if((plane_mask) & \ 378 for_each_if((intel_plane)->pipe == (intel_crtc)->pipe) [all …]
|
| D | intel_global_state.h | 38 for_each_if(obj) 46 for_each_if(obj) 55 for_each_if(obj)
|
| D | intel_display_power.h | 226 for_each_if(BIT_ULL(domain) & (mask)) 242 for_each_if((__power_well)->desc->domains & (__domain_mask)) 246 for_each_if((__power_well)->desc->domains & (__domain_mask))
|
| D | intel_combo_phy.c | 11 for_each_if(intel_phy_is_combo(__dev_priv, __phy)) 15 for_each_if(intel_phy_is_combo(__dev_priv, __phy))
|
| /Linux-v5.10/include/drm/ |
| D | drm_atomic.h | 706 for_each_if ((__state)->connectors[__i].ptr && \ 728 for_each_if ((__state)->connectors[__i].ptr && \ 749 for_each_if ((__state)->connectors[__i].ptr && \ 771 for_each_if ((__state)->crtcs[__i].ptr && \ 793 for_each_if ((__state)->crtcs[__i].ptr && \ 812 for_each_if ((__state)->crtcs[__i].ptr && \ 834 for_each_if ((__state)->planes[__i].ptr && \ 857 for_each_if ((__state)->planes[__i].ptr && \ 877 for_each_if ((__state)->planes[__i].ptr && \ 895 for_each_if ((__state)->planes[__i].ptr && \
|
| D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else macro
|
| D | drm_plane.h | 805 for_each_if ((plane_mask) & drm_plane_mask(plane)) 818 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
|
| D | drm_encoder.h | 267 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
| D | drm_dp_mst_helper.h | 920 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 937 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 955 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
| D | drm_atomic_helper.h | 199 for_each_if ((plane_state = \
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | intel_memory_region.h | 52 for_each_if((mr) = (i915)->mm.regions[id])
|
| D | intel_uncore.h | 156 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)])
|
| D | i915_drv.h | 1247 for_each_if ((engine__) = (dev_priv__)->engine[(id__)])
|
| /Linux-v5.10/drivers/gpu/drm/msm/ |
| D | msm_kms.h | 195 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/ |
| D | nouveau_connector.h | 165 for_each_if(!nouveau_connector_is_mst(connector))
|
| /Linux-v5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_engine_types.h | 632 for_each_if((instdone_has_slice(dev_priv_, sseu_, slice_)) && \
|
| /Linux-v5.10/ |
| D | .clang-format | 195 - 'for_each_if'
|
| /Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
| D | gvt.h | 445 for_each_if(vgpu->active)
|