Name

intel_fbc_enabled — Is FBC enabled?

Synopsis

bool intel_fbc_enabled (struct drm_device * dev);
 

Arguments

dev

the drm_device

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.