Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c260 struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX]; member
642 return wa_bb_show(dev, dev->config.ctx_restore_post_bb, page, SZ_4K); in ctx_restore_post_bb_show()
807 return wa_bb_store(dev->config.ctx_restore_post_bb, dev, data, sz); in ctx_restore_post_bb_store()
811 CONFIGFS_ATTR(, ctx_restore_post_bb);
833 kfree(dev->config.ctx_restore_post_bb[0].cs); in xe_config_device_release()
1236 *cs = dev->config.ctx_restore_post_bb[class].cs; in xe_configfs_get_ctx_restore_post_bb()
1237 len = dev->config.ctx_restore_post_bb[class].len; in xe_configfs_get_ctx_restore_post_bb()