Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDradeon_cs.c302 p->chunks[p->chunk_ib_idx].kpage_idx[0] = -1; in radeon_cs_parser_init()
303 p->chunks[p->chunk_ib_idx].kpage_idx[1] = -1; in radeon_cs_parser_init()
614 new_page = ibc->kpage_idx[0] < ibc->kpage_idx[1] ? 0 : 1; in radeon_cs_update_pages()
630 ibc->kpage_idx[new_page] = pg_idx; in radeon_cs_update_pages()
645 if (ibc->kpage_idx[0] == pg_idx) in radeon_get_ib_value()
647 if (ibc->kpage_idx[1] == pg_idx) in radeon_get_ib_value()
HDradeon.h840 int kpage_idx[2]; member