diff options
author | José Roberto de Souza <jose.souza@intel.com> | 2023-01-23 09:11:32 -0800 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-19 18:27:44 -0500 |
commit | 19431b029b8b5d095e77767f269cb142c687084e (patch) | |
tree | 40482855f816a162bd8a7b6f4c90095071198929 /drivers/gpu/drm/xe/xe_engine.h | |
parent | 3949d57f1ef62ea00344617fd638ed6c778db8d8 (diff) | |
download | lwn-19431b029b8b5d095e77767f269cb142c687084e.tar.gz lwn-19431b029b8b5d095e77767f269cb142c687084e.zip |
drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPI
This is intended to get some properties that are of interest of UMDs
like the ban state.
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_engine.h')
-rw-r--r-- | drivers/gpu/drm/xe/xe_engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_engine.h b/drivers/gpu/drm/xe/xe_engine.h index 4d1b609fea7e..a3a44534003f 100644 --- a/drivers/gpu/drm/xe/xe_engine.h +++ b/drivers/gpu/drm/xe/xe_engine.h @@ -50,5 +50,7 @@ int xe_engine_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file); int xe_engine_set_property_ioctl(struct drm_device *dev, void *data, struct drm_file *file); +int xe_engine_get_property_ioctl(struct drm_device *dev, void *data, + struct drm_file *file); #endif |