diff options
-rw-r--r-- | drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c b/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c index ca9bf3eee78..0afff5460bd 100644 --- a/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c +++ b/drivers/gpu/pvr/omaplfb/omaplfb_displayclass.c | |||
@@ -178,10 +178,8 @@ static void FlushInternalSyncQueue(OMAPLFB_SWAPCHAIN *psSwapChain) | |||
178 | 178 | ||
179 | /* Flip the buffer if it hasn't been flipped */ | 179 | /* Flip the buffer if it hasn't been flipped */ |
180 | if(psFlipItem->bFlipped == OMAP_FALSE) | 180 | if(psFlipItem->bFlipped == OMAP_FALSE) |
181 | { | ||
182 | OMAPLFBFlip(psSwapChain, | 181 | OMAPLFBFlip(psSwapChain, |
183 | (unsigned long)psFlipItem->sSysAddr); | 182 | (unsigned long)psFlipItem->sSysAddr->uiAddr); |
184 | } | ||
185 | 183 | ||
186 | /* If the command didn't complete, assume it did */ | 184 | /* If the command didn't complete, assume it did */ |
187 | if(psFlipItem->bCmdCompleted == OMAP_FALSE) | 185 | if(psFlipItem->bCmdCompleted == OMAP_FALSE) |