mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 10:28:04 +02:00
radeon: fix duplicate define in my last commit
That's what I get for committing at 3 AM.
This commit is contained in:
parent
8e5f5ed189
commit
6f9dfa098f
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ extern int r300_do_cp_cmdbuf(struct drm_device *dev,
|
|||
|
||||
#define RADEON_MSI_REARM_EN 0x0160
|
||||
/* rv370, rv380, rv410, r423, r430, r480, r5xx */
|
||||
# define RADEON_MSI_REARM_EN (1 << 0)
|
||||
# define RV370_MSI_REARM_EN (1 << 0)
|
||||
|
||||
#define RADEON_CLOCK_CNTL_DATA 0x000c
|
||||
# define RADEON_PLL_WR_EN (1 << 7)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue