Home | History | Annotate | Download | only in i915

Lines Matching refs:constant_flags

311       if (p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
314 if (!(p->constant_flags[reg] & (1 << idx)) ||
317 p->constant_flags[reg] |= 1 << idx;
346 if (p->constant_flags[reg] == 0xf ||
347 p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
350 if (!(p->constant_flags[reg] & (3 << idx))) {
353 p->constant_flags[reg] |= 3 << idx;
376 if (p->constant_flags[reg] == 0xf &&
382 else if (p->constant_flags[reg] == 0) {
387 p->constant_flags[reg] = 0xf;
419 if (p->constant_flags[reg] == 0) {
420 p->constant_flags[reg] = I915_CONSTFLAG_PARAM;
476 memset(p->constant_flags, 0, sizeof(p->constant_flags));