Searched refs:FBC_CTL_FALSE_COLOR (Results 1 – 3 of 3) sorted by relevance
293 dpfc_ctl |= FBC_CTL_FALSE_COLOR; in gen7_fbc_enable()
1684 (reg | FBC_CTL_FALSE_COLOR) : in i915_fbc_fc_set()1685 (reg & ~FBC_CTL_FALSE_COLOR)); in i915_fbc_fc_set()
2086 #define FBC_CTL_FALSE_COLOR (1<<10) macro