Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbc.c481 WARN_ON(drm_mm_node_allocated(&fbc->compressed_fb)); in intel_fbc_alloc_cfb()
483 ret = find_compression_threshold(dev_priv, &fbc->compressed_fb, in intel_fbc_alloc_cfb()
495 I915_WRITE(ILK_DPFC_CB_BASE, fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
497 I915_WRITE(DPFC_CB_BASE, fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
511 fbc->compressed_fb.start, in intel_fbc_alloc_cfb()
517 dev_priv->dsm.start + fbc->compressed_fb.start); in intel_fbc_alloc_cfb()
523 fbc->compressed_fb.size, fbc->threshold); in intel_fbc_alloc_cfb()
529 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in intel_fbc_alloc_cfb()
540 if (drm_mm_node_allocated(&fbc->compressed_fb)) in __intel_fbc_cleanup_cfb()
541 i915_gem_stolen_remove_node(dev_priv, &fbc->compressed_fb); in __intel_fbc_cleanup_cfb()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h375 struct drm_mm_node compressed_fb; member