Whitespace cleanup.
This commit is contained in:
parent
6870c08157
commit
26c5a8dfdd
|
@ -254,7 +254,6 @@ ATIDRIPciInit(ScreenPtr pScreen)
|
||||||
ErrorF("[pci] %d kB allocated with handle 0x%08lx\n",
|
ErrorF("[pci] %d kB allocated with handle 0x%08lx\n",
|
||||||
atis->gartSize*1024, (long)atis->pciMemHandle);
|
atis->gartSize*1024, (long)atis->pciMemHandle);
|
||||||
|
|
||||||
|
|
||||||
if (!ATIDRIAddAndMap(atic->drmFd, atis->ringStart, atis->ringMapSize,
|
if (!ATIDRIAddAndMap(atic->drmFd, atis->ringStart, atis->ringMapSize,
|
||||||
DRM_SCATTER_GATHER, DRM_READ_ONLY | DRM_LOCKED | DRM_KERNEL,
|
DRM_SCATTER_GATHER, DRM_READ_ONLY | DRM_LOCKED | DRM_KERNEL,
|
||||||
&atis->ringHandle, (drmAddressPtr)&atis->ring, "ring"))
|
&atis->ringHandle, (drmAddressPtr)&atis->ring, "ring"))
|
||||||
|
|
Loading…
Reference in New Issue