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

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/ast/ast_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:
240
240
        void *sysram;
241
241
        int size;
242
242
        struct ttm_bo_kmap_obj mapping;
 
243
        int x1, y1, x2, y2; /* dirty rect */
 
244
        spinlock_t dirty_lock;
243
245
};
244
246
 
245
247
#define to_ast_crtc(x) container_of(x, struct ast_crtc, base)