Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_types.h90 #define gt_to_tile(gt__) \ argument
91 _Generic(gt__, \
92 const struct xe_gt * : (const struct xe_tile *)((gt__)->tile), \
93 struct xe_gt * : (gt__)->tile)
95 #define gt_to_xe(gt__) \ argument
96 _Generic(gt__, \
97 const struct xe_gt * : (const struct xe_device *)(gt_to_tile(gt__)->xe), \
98 struct xe_gt * : gt_to_tile(gt__)->xe)
H A Dxe_device.h135 #define for_each_gt(gt__, xe__, id__) \ argument
137 for_each_if((gt__) = xe_device_get_gt((xe__), (id__)))