Name

intel_fbc_enabled — Is FBC enabled?

Synopsis

bool intel_fbc_enabled (struct drm_i915_private * dev_priv);
 

Arguments

dev_priv

i915 device instance

Description

This function is used to verify the current state of FBC.

FIXME

This should be tracked in the plane config eventually instead of queried at runtime for most callers.