Searched refs:compressed_fb (Results 1 – 2 of 2) sorted by relevance
497 WARN_ON(drm_mm_node_allocated(&fbc->compressed_fb)); in intel_fbc_alloc_cfb()502 ret = find_compression_threshold(dev_priv, &fbc->compressed_fb, in intel_fbc_alloc_cfb()514 I915_WRITE(ILK_DPFC_CB_BASE, fbc->compressed_fb.start); in intel_fbc_alloc_cfb()516 I915_WRITE(DPFC_CB_BASE, fbc->compressed_fb.start); in intel_fbc_alloc_cfb()530 fbc->compressed_fb.start, in intel_fbc_alloc_cfb()536 dev_priv->dsm.start + fbc->compressed_fb.start); in intel_fbc_alloc_cfb()542 fbc->compressed_fb.size, fbc->threshold); in intel_fbc_alloc_cfb()548 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in intel_fbc_alloc_cfb()559 if (drm_mm_node_allocated(&fbc->compressed_fb)) in __intel_fbc_cleanup_cfb()560 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in __intel_fbc_cleanup_cfb()[all …]
360 struct drm_mm_node compressed_fb; member