Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h89 #define tile_to_xe(tile__) \ argument
90 _Generic(tile__, \
91 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \
92 struct xe_tile * : (tile__)->xe)