Lines Matching refs:compressed_llb
487 struct drm_mm_node *uninitialized_var(compressed_llb); in intel_fbc_alloc_cfb()
511 compressed_llb = kzalloc(sizeof(*compressed_llb), GFP_KERNEL); in intel_fbc_alloc_cfb()
512 if (!compressed_llb) in intel_fbc_alloc_cfb()
515 ret = i915_gem_stolen_insert_node(dev_priv, compressed_llb, in intel_fbc_alloc_cfb()
520 fbc->compressed_llb = compressed_llb; in intel_fbc_alloc_cfb()
526 fbc->compressed_llb->start, in intel_fbc_alloc_cfb()
531 dev_priv->dsm.start + compressed_llb->start); in intel_fbc_alloc_cfb()
540 kfree(compressed_llb); in intel_fbc_alloc_cfb()
555 if (fbc->compressed_llb) { in __intel_fbc_cleanup_cfb()
556 i915_gem_stolen_remove_node(dev_priv, fbc->compressed_llb); in __intel_fbc_cleanup_cfb()
557 kfree(fbc->compressed_llb); in __intel_fbc_cleanup_cfb()