Searched refs:get_device_reset_status (Results 1 – 9 of 9) sorted by relevance
360 if (!rctx->b.get_device_reset_status) in si_check_device_reset()363 status = rctx->b.get_device_reset_status(&rctx->b); in si_check_device_reset()420 rctx->b.get_device_reset_status = r600_get_reset_status; in si_common_context_init()
144 status = st->pipe->get_device_reset_status(st->pipe); in st_get_graphics_reset_status()
764 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member
590 if (!rctx->b.get_device_reset_status) in r600_check_device_reset()593 status = rctx->b.get_device_reset_status(&rctx->b); in r600_check_device_reset()678 rctx->b.get_device_reset_status = r600_get_reset_status; in r600_common_context_init()
665 return pipe->get_device_reset_status(pipe); in dd_context_get_device_reset_status()843 CTX_INIT(get_device_reset_status); in dd_context_create()
272 sctx->b.b.get_device_reset_status = si_amdgpu_get_reset_status; in si_create_context()
1738 TC_FUNC_SYNC_RET0(enum pipe_reset_status, get_device_reset_status) in TC_FUNC_SYNC_RET0() argument2656 CTX_INIT(get_device_reset_status); in threaded_context_create()
809 ``get_device_reset_status`` will return PIPE_NO_RESET.811 * ``get_device_reset_status`` queries whether a device reset has happened
251 Whether pipe_context::get_device_reset_status is implemented.