| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.h | 213 for_each_if((__mask) & BIT(__p)) 248 for_each_if((plane_mask) & \ 312 for_each_if(plane) 320 for_each_if(crtc) 328 for_each_if(plane) 336 for_each_if(crtc) 344 for_each_if(crtc) 353 for_each_if(plane) 362 for_each_if(crtc) 371 for_each_if(crtc) [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 | 15 for_each_if(intel_phy_is_combo(__display, __phy)) 19 for_each_if(intel_phy_is_combo(__display, __phy))
|
| H A D | intel_display_power.h | 168 for_each_if(test_bit((__domain), (__mask)->bits))
|
| /linux-6.15/include/drm/ |
| H A D | drm_atomic.h | 864 for_each_if ((__state)->connectors[__i].ptr && \ 886 for_each_if ((__state)->connectors[__i].ptr && \ 907 for_each_if ((__state)->connectors[__i].ptr && \ 929 for_each_if ((__state)->crtcs[__i].ptr && \ 952 for_each_if ((__state)->crtcs[__i].ptr && \ 972 for_each_if ((__state)->crtcs[__i].ptr && \ 994 for_each_if ((__state)->planes[__i].ptr && \ 1017 for_each_if ((__state)->planes[__i].ptr && \ 1034 for_each_if ((__state)->planes[__i].ptr && \ 1053 for_each_if ((__state)->planes[__i].ptr && \ [all …]
|
| H A D | drm_plane.h | 950 for_each_if ((plane_mask) & drm_plane_mask(plane)) 963 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
|
| H A D | drm_encoder.h | 334 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
| H A D | drm_atomic_helper.h | 211 for_each_if ((plane_state = \
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_device.h | 127 for_each_if((tile__) = &(xe__)->tiles[(id__)]) 131 for_each_if((tile__) = &(xe__)->tiles[(id__)]) 139 for_each_if((gt__) = xe_device_get_gt((xe__), (id__)))
|
| H A D | xe_gt_mcr.h | 47 for_each_if((xe_gt_mcr_get_dss_steering((gt), (dss), &(group), &(instance)), true))
|
| H A D | xe_gt.h | 19 for_each_if(((hwe__) = (gt__)->hw_engines + (id__)) && \
|
| H A D | xe_force_wake.c | 159 for_each_if((domain__ = ((fw__)->domains + \
|
| H A D | xe_vram.c | 233 for_each_if(t->id < tile->id) in tile_vram_size()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_kms.h | 188 for_each_if (drm_crtc_mask(crtc) & (crtc_mask)) 192 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt.h | 182 for_each_if(((gt__) = (i915__)->gt[(id__)])) 189 for_each_if ((engine__) = (gt__)->engine[(id__)])
|
| H A D | intel_gt_mcr.h | 69 for_each_if(_HAS_SS(ss_, gt_, group_, instance_))
|
| /linux-6.15/include/linux/gpio/ |
| H A D | driver.h | 594 for_each_if(!IS_ERR(_label = gpiochip_dup_line_label(_chip, _base + _i))) 616 for_each_if(_label) 904 for_each_if(fwnode_property_present(child, "gpio-controller"))
|
| /linux-6.15/include/linux/ |
| H A D | util_macros.h | 20 #define for_each_if(condition) if (!(condition)) {} else macro
|
| /linux-6.15/include/drm/display/ |
| H A D | drm_dp_mst_helper.h | 1039 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 1056 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 1074 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_memory_region.h | 45 for_each_if((mr) = (i915)->mm.regions[id])
|
| H A D | intel_uncore.h | 198 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)])
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.h | 178 for_each_if(!nouveau_connector_is_mst(connector))
|
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | gvt.h | 470 for_each_if(test_bit(INTEL_VGPU_STATUS_ACTIVE, vgpu->status))
|
| /linux-6.15/ |
| H A D | .clang-format | 309 - 'for_each_if'
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 30 for_each_if ((__state)->private_objs[__i].ptr && \ 39 for_each_if ((__state)->private_objs[__i].ptr && \
|