mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 19:28:03 +02:00
fix typo
This commit is contained in:
parent
08c0f16e34
commit
df847bfe0b
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ extern int mga_dma_blit( DRM_OS_IOCTL );
|
|||
extern int mga_warp_install_microcode( drm_device_t *dev );
|
||||
extern int mga_warp_init( drm_device_t *dev );
|
||||
|
||||
#define mga_flush_write_combine() DRM_OS_READMEMORY_BARRIER
|
||||
#define mga_flush_write_combine() DRM_OS_READMEMORYBARRIER
|
||||
|
||||
#define MGA_BASE( reg ) ((u32)(dev_priv->mmio->handle))
|
||||
#define MGA_ADDR( reg ) (MGA_BASE(reg) + reg)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue