HomeSort by relevance Sort by last modified time
    Searched refs:I915_CTXREG_LIS5 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 113 set_ctx_bits(I915_CTXREG_LIS5,
209 dw0 = i915->state.Ctx[I915_CTXREG_LIS5];
226 if (dw0 != i915->state.Ctx[I915_CTXREG_LIS5] ||
228 i915->state.Ctx[I915_CTXREG_LIS5] = dw0;
708 GLuint tmp = i915->state.Ctx[I915_CTXREG_LIS5] & ~S5_WRITEDISABLE_MASK;
722 if (tmp != i915->state.Ctx[I915_CTXREG_LIS5]) {
724 i915->state.Ctx[I915_CTXREG_LIS5] = tmp;
826 dw = i915->state.Ctx[I915_CTXREG_LIS5];
831 if (dw != i915->state.Ctx[I915_CTXREG_LIS5]) {
832 i915->state.Ctx[I915_CTXREG_LIS5] = dw
    [all...]
i915_context.h 83 #define I915_CTXREG_LIS5 4

Completed in 78 milliseconds