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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cs.c165 p->chunks[i].kpage_idx[0] = -1;
166 p->chunks[i].kpage_idx[1] = -1;
314 new_page = ibc->kpage_idx[0] < ibc->kpage_idx[1] ? 0 : 1;
333 ibc->kpage_idx[new_page] = pg_idx;
H A Dradeon.h501 int kpage_idx[2]; member in struct:radeon_cs_chunk
547 if (ibc->kpage_idx[0] == pg_idx)
549 if (ibc->kpage_idx[1] == pg_idx)

Completed in 118 milliseconds