panfrost: Expose the DRAW_PARAMETERS cap on Bifrost
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10417>
This commit is contained in:
parent
a5ba2e2045
commit
ec2b46a1ce
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
return has_heap && is_deqp;
|
||||
|
||||
case PIPE_CAP_START_INSTANCE:
|
||||
case PIPE_CAP_DRAW_PARAMETERS:
|
||||
return pan_is_bifrost(dev) && is_deqp;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue