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.h125 #define for_each_tile(tile__, xe__, id__) \ argument
127 for_each_if((tile__) = &(xe__)->tiles[(id__)])
129 #define for_each_remote_tile(tile__, xe__, id__) \ argument
131 for_each_if((tile__) = &(xe__)->tiles[(id__)])
H A Dxe_device_types.h64 #define tile_to_xe(tile__) \ argument
65 _Generic(tile__, \
66 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \
67 struct xe_tile * : (tile__)->xe)