radeonsi: remove r600 from comments
authorMarek Olšák <marek.olsak@amd.com>
Sat, 19 Jan 2019 00:39:45 +0000 (19:39 -0500)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 22 Jan 2019 17:26:45 +0000 (12:26 -0500)
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/gallium/drivers/radeonsi/si_gfx_cs.c
src/gallium/drivers/radeonsi/si_pipe.h
src/gallium/drivers/radeonsi/si_state.c

index f178d044583cfffe3f86ab6c10a51b34a0518f36..7d190aa22b8b612ada4ed157e958e1e4803a8613 100644 (file)
@@ -33,7 +33,7 @@ void si_need_gfx_cs_space(struct si_context *ctx)
        struct radeon_cmdbuf *cs = ctx->gfx_cs;
 
        /* There is no need to flush the DMA IB here, because
-        * r600_need_dma_space always flushes the GFX IB if there is
+        * si_need_dma_space always flushes the GFX IB if there is
         * a conflict, which means any unflushed DMA commands automatically
         * precede the GFX IB (= they had no dependency on the GFX IB when
         * they were submitted).
index 23052aa71922b3195bc19f57936abeaa857e5e4b..4ec8d3be3921198d13bb5ffe8e93752df2bc6b66 100644 (file)
@@ -1263,7 +1263,7 @@ void si_flush_gfx_cs(struct si_context *ctx, unsigned flags,
 void si_begin_new_gfx_cs(struct si_context *ctx);
 void si_need_gfx_cs_space(struct si_context *ctx);
 
-/* r600_gpu_load.c */
+/* si_gpu_load.c */
 void si_gpu_load_kill_thread(struct si_screen *sscreen);
 uint64_t si_begin_counter(struct si_screen *sscreen, unsigned type);
 unsigned si_end_counter(struct si_screen *sscreen, unsigned type,
index d1c0e0371dc27a917837c34e6a4d1e986447d447..0c704daa603b11f600f24809c47cfbc5a08dc4e6 100644 (file)
@@ -2151,7 +2151,7 @@ static boolean si_is_format_supported(struct pipe_screen *screen,
        unsigned retval = 0;
 
        if (target >= PIPE_MAX_TEXTURE_TYPES) {
-               PRINT_ERR("r600: unsupported texture type %d\n", target);
+               PRINT_ERR("radeonsi: unsupported texture type %d\n", target);
                return false;
        }