Searched refs:num_pipe_configs (Results 1 – 1 of 1) sorted by relevance
2349 u32 num_pipe_configs; in cik_tiling_mode_table_init() local2366 num_pipe_configs = rdev->config.cik.max_tile_pipes; in cik_tiling_mode_table_init()2367 if (num_pipe_configs > 8) in cik_tiling_mode_table_init()2368 num_pipe_configs = 16; in cik_tiling_mode_table_init()2370 if (num_pipe_configs == 16) { in cik_tiling_mode_table_init()2593 } else if (num_pipe_configs == 8) { in cik_tiling_mode_table_init()2816 } else if (num_pipe_configs == 4) { in cik_tiling_mode_table_init()3171 } else if (num_pipe_configs == 2) { in cik_tiling_mode_table_init()3395 DRM_ERROR("unknown num pipe config: 0x%x\n", num_pipe_configs); in cik_tiling_mode_table_init()