Home
last modified time | relevance | path

Searched refs:num_pipe_configs (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dcik.c2324 u32 num_pipe_configs; in cik_tiling_mode_table_init() local
2341 num_pipe_configs = rdev->config.cik.max_tile_pipes; in cik_tiling_mode_table_init()
2342 if (num_pipe_configs > 8) in cik_tiling_mode_table_init()
2343 num_pipe_configs = 16; in cik_tiling_mode_table_init()
2345 if (num_pipe_configs == 16) { in cik_tiling_mode_table_init()
2568 } else if (num_pipe_configs == 8) { in cik_tiling_mode_table_init()
2791 } else if (num_pipe_configs == 4) { in cik_tiling_mode_table_init()
3146 } else if (num_pipe_configs == 2) { in cik_tiling_mode_table_init()
3370 DRM_ERROR("unknown num pipe config: 0x%x\n", num_pipe_configs); in cik_tiling_mode_table_init()