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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_gtt.c975 u32 pgetbl_ctl, pgetbl_ctl2; local
984 pgetbl_ctl = I915_READ(I810_PGETBL_CTL);
985 pgetbl_ctl &= ~I965_PGETBL_SIZE_MASK;
986 pgetbl_ctl |= size_flag;
987 I915_WRITE(pgetbl_ctl, I810_PGETBL_CTL);
994 u32 pgetbl_ctl; local
1017 pgetbl_ctl = I915_READ(I810_PGETBL_CTL);
1019 switch (pgetbl_ctl & I965_PGETBL_SIZE_MASK) {

Completed in 12 milliseconds