Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h111 uint32_t radeon_drm_get_gpu_reset_counter(struct radeon_drm_winsys *ws);
Dradeon_drm_cs.c80 ctx->gpu_reset_counter = radeon_drm_get_gpu_reset_counter(ctx->ws); in radeon_drm_ctx_create()
94 unsigned latest = radeon_drm_get_gpu_reset_counter(ctx->ws); in radeon_drm_ctx_query_reset_status()
Dradeon_drm_winsys.c674 uint32_t radeon_drm_get_gpu_reset_counter(struct radeon_drm_winsys *ws) in radeon_drm_get_gpu_reset_counter() function