Searched refs:device_reset_callback (Results 1 – 4 of 4) sorted by relevance
347 rctx->device_reset_callback = *cb; in r600_set_device_reset_callback()349 memset(&rctx->device_reset_callback, 0, in r600_set_device_reset_callback()350 sizeof(rctx->device_reset_callback)); in r600_set_device_reset_callback()357 if (!rctx->device_reset_callback.reset) in si_check_device_reset()367 rctx->device_reset_callback.reset(rctx->device_reset_callback.data, status); in si_check_device_reset()
471 struct pipe_device_reset_callback device_reset_callback; member
577 rctx->device_reset_callback = *cb; in r600_set_device_reset_callback()579 memset(&rctx->device_reset_callback, 0, in r600_set_device_reset_callback()580 sizeof(rctx->device_reset_callback)); in r600_set_device_reset_callback()587 if (!rctx->device_reset_callback.reset) in r600_check_device_reset()597 rctx->device_reset_callback.reset(rctx->device_reset_callback.data, status); in r600_check_device_reset()
587 struct pipe_device_reset_callback device_reset_callback; member