mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
Use OUT3C5B macro instead of assuming little-endian byte order.
This commit is contained in:
parent
cd51f13138
commit
2ac80e79e4
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ static inline void xgi_enable_ge(struct xgi_info * info)
|
|||
int wait = 0;
|
||||
|
||||
// Enable GE
|
||||
DRM_WRITE16(info->mmio_map, 0x3C4, 0x9211);
|
||||
OUT3C5B(info->mmio_map, 0x11, 0x92);
|
||||
|
||||
// Save and close dynamic gating
|
||||
bOld3cf2a = IN3CFB(info->mmio_map, 0x2a);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue