HomeSort by: relevance | last modified time | path
    Searched refs:last_buf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
radeon_cp.c 1353 dev_priv->last_buf = 0;
1746 if (++dev_priv->last_buf >= dma->buf_count)
1747 dev_priv->last_buf = 0;
1749 start = dev_priv->last_buf;
1792 if (++dev_priv->last_buf >= dma->buf_count)
1793 dev_priv->last_buf = 0;
1795 start = dev_priv->last_buf;
1823 dev_priv->last_buf = 0;
radeon_drv.h 305 int last_buf; member in struct:drm_radeon_private
r600_cp.c 2157 dev_priv->last_buf = 0;

Completed in 18 milliseconds