Home | History | Annotate | Download | only in drm

Lines Matching defs:cs

37     struct drm_radeon_cs        cs;
60 /* We flip between these two CS. While one is being consumed
65 /* The currently-used CS. */
67 /* The CS being currently-owned by the other thread. */
73 /* Flush CS. */
91 radeon_bo_is_referenced_by_cs(struct radeon_drm_cs *cs,
96 (num_refs && radeon_get_reloc(cs->csc, bo) != -1);
100 radeon_bo_is_referenced_by_cs_for_write(struct radeon_drm_cs *cs,
108 index = radeon_get_reloc(cs->csc, bo);
112 return cs->csc->relocs[index].write_domain != 0;
121 void radeon_drm_cs_sync_flush(struct radeon_drm_cs *cs);