On 24 October 2017 at 19:48, Rob Clark <robdcl...@gmail.com> wrote:
> For devices (and kernels) which support different priority ringbuffers,
> expose context priority support.
>
> Signed-off-by: Rob Clark <robdcl...@gmail.com>
> ---
>  src/gallium/drivers/freedreno/freedreno_context.c |  9 ++++++++-
>  src/gallium/drivers/freedreno/freedreno_screen.c  | 12 +++++++++++-
>  src/gallium/drivers/freedreno/freedreno_screen.h  |  1 +
>  3 files changed, 20 insertions(+), 2 deletions(-)
>

>         ctx->screen = screen;
> -       ctx->pipe = fd_pipe_new(screen->dev, FD_PIPE_3D);
> +       ctx->pipe = fd_pipe_new2(screen->dev, FD_PIPE_3D, prio);
>
Would imagine you want to get the libdrm_freedreno bits out and bump
the required version in configure/meson.
Right? Did the kernel bits already land?

-Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to