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.h94 #define tile_to_xe(tile__) \ argument
95 _Generic(tile__, \
96 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \
97 struct xe_tile * : (tile__)->xe)