Searched refs:validated_crelocs (Results 1 – 2 of 2) sorted by relevance
144 csc->validated_crelocs = 0; in radeon_cs_context_cleanup()341 cs->csc->validated_crelocs = cs->csc->crelocs; in radeon_drm_cs_validate()348 for (i = cs->csc->validated_crelocs; i < cs->csc->crelocs; i++) { in radeon_drm_cs_validate()352 cs->csc->crelocs = cs->csc->validated_crelocs; in radeon_drm_cs_validate()
45 unsigned validated_crelocs; member