Searched refs:FBC_CTL_FALSE_COLOR (Results 1 – 3 of 3) sorted by relevance
285 dpfc_ctl |= FBC_CTL_FALSE_COLOR; in gen7_fbc_enable()
1618 (reg | FBC_CTL_FALSE_COLOR) : in i915_fbc_fc_set()1619 (reg & ~FBC_CTL_FALSE_COLOR)); in i915_fbc_fc_set()
1724 #define FBC_CTL_FALSE_COLOR (1<<10) macro