Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dr520.c54 unsigned pipe_select_current, gb_pipe_select, tmp; in r520_gpu_init() local
82 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT); in r520_gpu_init()
86 (((gb_pipe_select >> 8) & 0xF) << 4); in r520_gpu_init()
Dr420.c87 unsigned gb_pipe_select; in r420_pipes_init() local
98 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT); in r420_pipes_init()
99 num_pipes = ((gb_pipe_select >> 12) & 3) + 1; in r420_pipes_init()
Drv515.c154 unsigned pipe_select_current, gb_pipe_select, tmp; in rv515_gpu_init() local
161 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT); in rv515_gpu_init()
165 (((gb_pipe_select >> 8) & 0xF) << 4); in rv515_gpu_init()