Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fbc.c490 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()
[all …]
Di915_drv.h507 struct drm_mm_node compressed_fb; member