Searched refs:LRC_PPHWSP_SIZE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_lrc.c | 45 #define LRC_PPHWSP_SIZE SZ_4K macro 157 return size + LRC_PPHWSP_SIZE; in xe_gt_lrc_size() 732 return xe_lrc_pphwsp_offset(lrc) + LRC_PPHWSP_SIZE; in xe_lrc_regs_offset() 986 regs = data + LRC_PPHWSP_SIZE; in empty_lrc_data() 1013 regs = gt->default_lrc[hwe->class] + LRC_PPHWSP_SIZE; in xe_default_lrc_update_memirq_regs_with_address() 1491 xe_map_memset(xe, &map, 0, 0, LRC_PPHWSP_SIZE); /* PPHWSP */ in xe_lrc_ctx_init() 1492 xe_map_memcpy_to(xe, &map, LRC_PPHWSP_SIZE, in xe_lrc_ctx_init() 1493 gt->default_lrc[hwe->class] + LRC_PPHWSP_SIZE, in xe_lrc_ctx_init() 1494 lrc->size - LRC_PPHWSP_SIZE); in xe_lrc_ctx_init() 1496 xe_map_memcpy_to(xe, &map, LRC_PPHWSP_SIZE, in xe_lrc_ctx_init() [all …]
|