Searched refs:get_device_reset_status (Results 1 – 7 of 7) sorted by relevance
178 status = st->pipe->get_device_reset_status(st->pipe); in st_get_graphics_reset_status()
532 if (!rctx->b.get_device_reset_status) in r600_check_device_reset()535 status = rctx->b.get_device_reset_status(&rctx->b); in r600_check_device_reset()591 rctx->b.get_device_reset_status = r600_get_reset_status; in r600_common_context_init()
711 enum pipe_reset_status (*get_device_reset_status)(struct pipe_context *ctx); member
719 return pipe->get_device_reset_status(pipe); in dd_context_get_device_reset_status()846 CTX_INIT(get_device_reset_status); in dd_context_create()
170 sctx->b.b.get_device_reset_status = si_amdgpu_get_reset_status; in si_create_context()
705 ``get_device_reset_status`` will return PIPE_NO_RESET.707 * ``get_device_reset_status`` queries whether a device reset has happened
264 Whether pipe_context::get_device_reset_status is implemented.