radeonsi: rename si_hw_context.c -> si_gfx_cs.c

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Marek Olšák 2018-04-01 14:24:53 -04:00
parent 42500d1dab
commit fc6a44e169
3 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ C_SOURCES := \
si_dma.c \
si_fence.c \
si_get.c \
si_hw_context.c \
si_gfx_cs.c \
si_pipe.c \
si_pipe.h \
si_pm4.c \

View file

@ -728,7 +728,7 @@ struct pipe_fence_handle *si_create_fence(struct pipe_context *ctx,
const char *si_get_family_name(const struct si_screen *sscreen);
void si_init_screen_get_functions(struct si_screen *sscreen);
/* si_hw_context.c */
/* si_gfx_cs.c */
void si_flush_gfx_cs(void *context, unsigned flags,
struct pipe_fence_handle **fence);
void si_begin_new_gfx_cs(struct si_context *ctx);