Searched refs:xe_assert_msg (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_assert.h | 108 #define xe_assert(xe, condition) xe_assert_msg((xe), condition, "") 109 #define xe_assert_msg(xe, condition, msg, arg...) ({ \ macro 147 xe_assert_msg(tile_to_xe(__tile), condition, "tile: %u VRAM %s\n" msg, \
|
H A D | xe_vram.c | 188 xe_assert_msg(xe, offset == (xe_mmio_read64_2x32(>_to_tile(gt)->mmio, GSMBASE) - in get_flat_ccs_offset()
|