/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 112 for_each_if((__crtc)->plane_ids_mask & BIT(__p)) 116 for_each_if(DISPLAY_INFO(__dev_priv)->dbuf.slice_mask & BIT(__slice)) 120 for_each_if((__mask) & BIT(__slice)) 224 for_each_if(DISPLAY_RUNTIME_INFO(__dev_priv)->pipe_mask & BIT(__p)) 228 for_each_if((__mask) & BIT(__p)) 232 for_each_if (DISPLAY_RUNTIME_INFO(__dev_priv)->cpu_transcoder_mask & BIT(__t)) 236 for_each_if ((__mask) & BIT(__t)) 248 for_each_if((__ports_mask) & BIT(__port)) 252 for_each_if((__phys_mask) & BIT(__phy)) 266 for_each_if((plane_mas [all...] |
H A D | intel_global_state.h | 38 for_each_if(obj) 46 for_each_if(obj) 55 for_each_if(obj)
|
H A D | intel_combo_phy.c | 14 for_each_if(intel_phy_is_combo(__dev_priv, __phy)) 18 for_each_if(intel_phy_is_combo(__dev_priv, __phy))
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A 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_plan [all...] |
H A D | intel_global_state.h | 38 for_each_if(obj) 46 for_each_if(obj) 55 for_each_if(obj)
|
H A 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))
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_atomic.h | 766 for_each_if ((__state)->connectors[__i].ptr && \ 788 for_each_if ((__state)->connectors[__i].ptr && \ 809 for_each_if ((__state)->connectors[__i].ptr && \ 831 for_each_if ((__state)->crtcs[__i].ptr && \ 854 for_each_if ((__state)->crtcs[__i].ptr && \ 874 for_each_if ((__state)->crtcs[__i].ptr && \ 896 for_each_if ((__state)->planes[__i].ptr && \ 919 for_each_if ((__state)->planes[__i].ptr && \ 936 for_each_if ((__state)->planes[__i].ptr && \ 955 for_each_if ((__stat [all...] |
H A D | drm_util.h | 51 * for_each_if - helper for handling conditionals in various for_each macros 58 * for_each_if(x->something == SOMETHING) 60 * The for_each_if() macro makes the use of for_each_foo_bar() less error 63 #define for_each_if(condition) if (!(condition)) {} else macro
|
H A D | drm_plane.h | 922 for_each_if ((plane_mask) & drm_plane_mask(plane)) 935 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
|
H A D | drm_encoder.h | 320 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
/kernel/linux/linux-5.10/include/drm/ |
H A 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 ((__stat [all...] |
H A D | drm_util.h | 51 * for_each_if - helper for handling conditionals in various for_each macros 58 * for_each_if(x->something == SOMETHING) 60 * The for_each_if() macro makes the use of for_each_foo_bar() less error 63 #define for_each_if(condition) if (!(condition)) {} else macro
|
H A D | drm_plane.h | 805 for_each_if ((plane_mask) & drm_plane_mask(plane)) 818 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
|
H A D | drm_encoder.h | 267 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
H A D | drm_dp_mst_helper.h | 921 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 938 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 956 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
H A D | drm_atomic_helper.h | 199 for_each_if ((plane_state = \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_kms.h | 192 for_each_if (drm_crtc_mask(crtc) & (crtc_mask)) 196 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.h | 68 for_each_if(_HAS_SS(ss_, gt_, group_, instance_))
|
H A D | intel_gt.h | 109 for_each_if(((gt__) = (i915__)->gt[(id__)]))
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 977 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 994 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 1012 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.h | 52 for_each_if((mr) = (i915)->mm.regions[id])
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_kms.h | 195 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.h | 50 for_each_if((mr) = (i915)->mm.regions[id])
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.h | 165 for_each_if(!nouveau_connector_is_mst(connector))
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.h | 179 for_each_if(!nouveau_connector_is_mst(connector))
|