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

/freebsd-11-stable/sys/dev/drm/
H A Dradeon_cp.c409 uint32_t gb_tile_config, gb_pipe_sel = 0; local
422 gb_pipe_sel = RADEON_READ(R400_GB_PIPE_SELECT);
423 dev_priv->num_gb_pipes = ((gb_pipe_sel >> 12) & 0x3) + 1;
447 RADEON_WRITE_PLL(R500_DYN_SCLK_PWMEM_PIPE, (1 | ((gb_pipe_sel >> 8) & 0xf) << 4));

Completed in 68 milliseconds