[Mesa-dev] [PATCH 2/3] freedreno: context priority support
Emil Velikov
emil.l.velikov at gmail.com
Tue Oct 24 19:34:40 UTC 2017
On 24 October 2017 at 19:48, Rob Clark <robdclark at gmail.com> wrote:
> For devices (and kernels) which support different priority ringbuffers,
> expose context priority support.
>
> Signed-off-by: Rob Clark <robdclark at 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
More information about the mesa-dev
mailing list