SYNOPSIS
- int intel_sanitize_enable_execlists(struct drm_device * dev, int enable_execlists);
ARGUMENTS
dev
-
- DRM device.
enable_execlists
- value of i915.enable_execlists module parameter.
DESCRIPTION
Only certain platforms support Execlists (the prerequisites being support for Logical Ring Contexts and Aliasing PPGTT or better).
RETURN
1 if Execlists is supported and has to be enabled.
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT