OSDN Git Service

freedreno: rename pipe -> vsc_pipe
authorRob Clark <robdclark@gmail.com>
Thu, 24 Aug 2017 13:30:25 +0000 (09:30 -0400)
committerRob Clark <robdclark@gmail.com>
Tue, 24 Oct 2017 16:56:51 +0000 (12:56 -0400)
commit9c32333a58e2792a062bd82374ea88222d718959
tree3a5649e90a3b7d1796906d480f4330a89e0f2d2b
parent7e7096307aff680160f7924cf972718b404c6c88
freedreno: rename pipe -> vsc_pipe

To add context priority support we need to have an fd_pipe per context,
rather than per-screen.  Which conflicts with existing ctx->pipe (which
is actually a visibility stream pipe (hw resource).  So just rename it.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
src/gallium/drivers/freedreno/a4xx/fd4_gmem.c
src/gallium/drivers/freedreno/a5xx/fd5_gmem.c
src/gallium/drivers/freedreno/freedreno_context.c
src/gallium/drivers/freedreno/freedreno_context.h
src/gallium/drivers/freedreno/freedreno_gmem.c