~ubuntu-branches/ubuntu/trusty/xserver-xorg-video-sis/trusty

« back to all changes in this revision

Viewing changes to src/sis_memcpy.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-08-02 00:35:36 UTC
  • mfrom: (2.1.7)
  • Revision ID: package-import@ubuntu.com-20120802003536-1cd7delv0y2u24ls
Tags: 1:0.10.7-0ubuntu1
Sync from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1054
1054
static vidCopyFunc
1055
1055
SiSVidCopyInitGen(ScreenPtr pScreen, SISMCFuncData *MCFunctions, vidCopyFunc *UMemCpy, Bool from)
1056
1056
{
1057
 
    ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
 
1057
    ScrnInfoPtr pScrn = xf86ScreenToScrn(pScreen);
1058
1058
    SISPtr pSiS = SISPTR(pScrn);
1059
1059
    void *fbhandle = NULL;
1060
1060
    char  *frqBuf = NULL;