Lines Matching refs:compressed_fb
490 WARN_ON(drm_mm_node_allocated(&fbc->compressed_fb)); in intel_fbc_alloc_cfb()
495 ret = find_compression_threshold(dev_priv, &fbc->compressed_fb, in intel_fbc_alloc_cfb()
507 I915_WRITE(ILK_DPFC_CB_BASE, fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
509 I915_WRITE(DPFC_CB_BASE, fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
523 fbc->compressed_fb.start, in intel_fbc_alloc_cfb()
529 dev_priv->dsm.start + fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
535 fbc->compressed_fb.size, fbc->threshold); in intel_fbc_alloc_cfb()
541 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in intel_fbc_alloc_cfb()
552 if (drm_mm_node_allocated(&fbc->compressed_fb)) in __intel_fbc_cleanup_cfb()
553 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in __intel_fbc_cleanup_cfb()
769 fbc->compressed_fb.size * fbc->threshold) { in intel_fbc_can_activate()