~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/mgag200/mgag200_drv.h

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
        void *sysram;
117
117
        int size;
118
118
        struct ttm_bo_kmap_obj mapping;
 
119
        int x1, y1, x2, y2; /* dirty rect */
 
120
        spinlock_t dirty_lock;
119
121
};
120
122
 
121
123
struct mga_crtc {