Searched refs:kpage_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_cs.c302 p->chunks[p->chunk_ib_idx].kpage_idx[0] = -1;
303 p->chunks[p->chunk_ib_idx].kpage_idx[1] = -1;
614 new_page = ibc->kpage_idx[0] < ibc->kpage_idx[1] ? 0 : 1;
630 ibc->kpage_idx[new_page] = pg_idx;
645 if (ibc->kpage_idx[0] == pg_idx)
647 if (ibc->kpage_idx[1] == pg_idx)
H A Dradeon.h840 int kpage_idx[2]; member in struct:radeon_cs_chunk

Completed in 121 milliseconds