mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
RADEON: fix copy/pasto in last commit
This commit is contained in:
parent
75bc739bee
commit
10d754f0a2
1 changed files with 1 additions and 1 deletions
|
|
@ -16308,7 +16308,7 @@ static int radeon_do_wait_for_idle(drm_radeon_private_t * dev_priv)
|
|||
return -EBUSY;
|
||||
}
|
||||
|
||||
static int radeon_init_pipes(drm_radeon_private_t * dev_priv)
|
||||
static void radeon_init_pipes(drm_radeon_private_t * dev_priv)
|
||||
{
|
||||
int num_gb_pipes;
|
||||
uint32_t gb_tile_config, gb_pipe_sel = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue