Home
last modified time | relevance | path

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

/linux-6.1.9/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.c92 unsigned gb_pipe_select; in r420_pipes_init() local
103 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT); in r420_pipes_init()
104 num_pipes = ((gb_pipe_select >> 12) & 3) + 1; in r420_pipes_init()
Drv515.c143 unsigned pipe_select_current, gb_pipe_select, tmp; in rv515_gpu_init() local
150 gb_pipe_select = RREG32(R400_GB_PIPE_SELECT); in rv515_gpu_init()
154 (((gb_pipe_select >> 8) & 0xF) << 4); in rv515_gpu_init()