Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_fbc.c74 return fbc->state_cache.plane.y - fbc->state_cache.plane.adjusted_y; in get_crtc_fence_y_offset()
588 size = intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache); in intel_fbc_alloc_cfb()
589 fb_cpp = fbc->state_cache.fb.format->cpp[0]; in intel_fbc_alloc_cfb()
728 intel_fbc_get_plane_source_size(&fbc->state_cache, &effective_w, in intel_fbc_hw_tracking_covers_screen()
730 effective_w += fbc->state_cache.plane.adjusted_x; in intel_fbc_hw_tracking_covers_screen()
731 effective_h += fbc->state_cache.plane.adjusted_y; in intel_fbc_hw_tracking_covers_screen()
742 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_update_state_cache()
777 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_activate()
847 if (intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache) > in intel_fbc_can_activate()
883 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_get_reg_params()
H A Di915_drv.h1126 } state_cache; member