reformatting
This commit is contained in:
@@ -622,7 +622,7 @@ void radeon_subsequent_scanline_mmio(struct fb_info *info, unsigned long *src)
|
|||||||
{
|
{
|
||||||
BEGIN_ACCEL(left);
|
BEGIN_ACCEL(left);
|
||||||
/* Unrolling doesn't improve performance */
|
/* Unrolling doesn't improve performance */
|
||||||
for(d = ADDRREG(HOST_DATA_LAST) - (left - 1); left; --left)
|
for (d = ADDRREG(HOST_DATA_LAST) - (left - 1); left; --left)
|
||||||
*d++ = *src++;
|
*d++ = *src++;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user