i915_ggtt_pin_bias
unsigned int bias = i915_ggtt_pin_bias(vma) | PIN_OFFSET_BIAS;
flags = PIN_OFFSET_BIAS | i915_ggtt_pin_bias(vma);
flags = PIN_OFFSET_BIAS | i915_ggtt_pin_bias(vma);
GEM_BUG_ON(offset < i915_ggtt_pin_bias(vma));