diff options
author | Rodrigo Vivi <[email protected]> | 2023-09-20 15:29:35 -0400 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:43:18 -0500 |
commit | 92296571546460bf9f4faf5e288d63f91d838968 (patch) | |
tree | 770bc1deeca74602dc493d269bf57a6f716f3ecd | |
parent | 2519450aaa31948d27db0715c24398b2590517f1 (diff) |
drm/xe/uapi: Remove unused field of drm_xe_query_gt
We already have many bits reserved at the end already.
Let's kill the unused ones.
Signed-off-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Francois Dugast <[email protected]>
Reviewed-by: Matthew Brost <[email protected]>
-rw-r--r-- | include/uapi/drm/xe_drm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h index 11bc4dc2c78c..538873361d17 100644 --- a/include/uapi/drm/xe_drm.h +++ b/include/uapi/drm/xe_drm.h @@ -352,8 +352,6 @@ struct drm_xe_query_gt { __u16 gt_id; /** @clock_freq: A clock frequency for timestamp */ __u32 clock_freq; - /** @features: Reserved for future information about GT features */ - __u64 features; /** * @native_mem_regions: Bit mask of instances from * drm_xe_query_mem_usage that lives on the same GPU/Tile and have |