Searched refs:R6XX_MAX_PIPES (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr600_cp.c88 #define R6XX_MAX_PIPES 8 macro
623 u32 swizzle_pipe[R6XX_MAX_PIPES]; r600_get_tile_pipe_to_backend_map()
627 if (num_tile_pipes > R6XX_MAX_PIPES) r600_get_tile_pipe_to_backend_map()
628 num_tile_pipes = R6XX_MAX_PIPES; r600_get_tile_pipe_to_backend_map()
655 memset((uint8_t *)&swizzle_pipe[0], 0, sizeof(u32) * R6XX_MAX_PIPES); r600_get_tile_pipe_to_backend_map()
909 R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & R600_INACTIVE_QD_PIPES_MASK) >> 8); r600_gfx_init()
H A Dr600d.h44 #define R6XX_MAX_PIPES 8 macro
H A Dr600.c2133 tmp = R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8); r600_gpu_init()

Completed in 137 milliseconds