mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
panfrost: Report default value for GROUP_PRIORITIES_INFO in drm-shim
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31961>
This commit is contained in:
parent
25b73dff5a
commit
2237cff1af
1 changed files with 3 additions and 2 deletions
|
|
@ -214,8 +214,9 @@ panthor_ioctl_dev_query(int fd, unsigned long request, void *arg)
|
|||
struct drm_panthor_group_priorities_info *priorities_info =
|
||||
(struct drm_panthor_group_priorities_info *)dev_query->pointer;
|
||||
|
||||
/* Noop values */
|
||||
priorities_info->allowed_mask = 0;
|
||||
/* Default values */
|
||||
priorities_info->allowed_mask =
|
||||
PANTHOR_GROUP_PRIORITY_LOW | PANTHOR_GROUP_PRIORITY_MEDIUM;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue