Home
last modified time | relevance | path

Searched refs:compressed_fb (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_fbc.c494 drm_mm_node_allocated(&fbc->compressed_fb)); in intel_fbc_alloc_cfb()
496 ret = find_compression_threshold(dev_priv, &fbc->compressed_fb, in intel_fbc_alloc_cfb()
509 fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
512 fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
526 fbc->compressed_fb.start, in intel_fbc_alloc_cfb()
532 dev_priv->dsm.start + fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
539 fbc->compressed_fb.size, fbc->threshold); in intel_fbc_alloc_cfb()
545 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()
567 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in __intel_fbc_cleanup_cfb()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_drv.h369 struct drm_mm_node compressed_fb; member