Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dcik.c2338 u32 num_pipe_configs; in cik_tiling_mode_table_init() local
2355 num_pipe_configs = rdev->config.cik.max_tile_pipes; in cik_tiling_mode_table_init()
2356 if (num_pipe_configs > 8) in cik_tiling_mode_table_init()
2357 num_pipe_configs = 16; in cik_tiling_mode_table_init()
2364 switch(num_pipe_configs) { in cik_tiling_mode_table_init()
3020 DRM_ERROR("unknown num pipe config: 0x%x\n", num_pipe_configs); in cik_tiling_mode_table_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dcik.c2329 u32 num_pipe_configs; in cik_tiling_mode_table_init() local
2346 num_pipe_configs = rdev->config.cik.max_tile_pipes; in cik_tiling_mode_table_init()
2347 if (num_pipe_configs > 8) in cik_tiling_mode_table_init()
2348 num_pipe_configs = 16; in cik_tiling_mode_table_init()
2355 switch(num_pipe_configs) { in cik_tiling_mode_table_init()
3011 DRM_ERROR("unknown num pipe config: 0x%x\n", num_pipe_configs); in cik_tiling_mode_table_init()

Completed in 17 milliseconds