Subversion Repositories Kolibri OS

Rev

Rev 2342 | Rev 2352 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2342 Rev 2344
Line 754... Line 754...
754
};
754
};
Line 755... Line 755...
755
 
755
 
756
struct drm_i915_gem_object {
756
struct drm_i915_gem_object {
Line -... Line 757...
-
 
757
    struct drm_gem_object base;
-
 
758
 
757
    struct drm_gem_object base;
759
    void  *mapped;
758
 
760
 
759
    /** Current space allocated to this object in the GTT, if any. */
761
    /** Current space allocated to this object in the GTT, if any. */
Line 760... Line 762...
760
    struct drm_mm_node *gtt_space;
762
    struct drm_mm_node *gtt_space;