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:
Boris Brezillon
2021-05-11 12:24:45 +02:00
committed by Marge Bot
parent a5ba2e2045
commit ec2b46a1ce
@@ -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: