Home
last modified time | relevance | path

Searched refs:tile__ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h122 #define for_each_tile(tile__, xe__, id__) \ argument
124 for_each_if((tile__) = &(xe__)->tiles[(id__)])
126 #define for_each_remote_tile(tile__, xe__, id__) \ argument
128 for_each_if((tile__) = &(xe__)->tiles[(id__)])
134 #define for_each_gt_on_tile(gt__, tile__, id__) \ argument
135 for_each_gt((gt__), (tile__)->xe, (id__)) \
136 for_each_if((gt__)->tile == (tile__))
H A Dxe_device_types.h69 #define tile_to_xe(tile__) \ argument
70 _Generic(tile__, \
71 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \
72 struct xe_tile * : (tile__)->xe)