Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cp.c411 uint32_t gb_tile_config, gb_pipe_sel = 0; in radeon_init_pipes() local
424 gb_pipe_sel = RADEON_READ(R400_GB_PIPE_SELECT); in radeon_init_pipes()
425 dev_priv->num_gb_pipes = ((gb_pipe_sel >> 12) & 0x3) + 1; in radeon_init_pipes()
455 RADEON_WRITE_PLL(R500_DYN_SCLK_PWMEM_PIPE, (1 | ((gb_pipe_sel >> 8) & 0xf) << 4)); in radeon_init_pipes()