Skip to content

xe: Add DRM_XE_ENGINE_STATUS uAPI

José Roberto de Souza requested to merge zehortigoza/kernel:xe-engine-status into xe

This is meant to report to user-space the current status of given engine.

Right now the only way to know if a engine is banned is by doing a XE_EXEC but that is a expensive operation if the engine is not banned.

Signed-off-by: José Roberto de Souza jose.souza@intel.com

Merge request reports