Subversion Repositories Kolibri OS

Rev

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

Rev 4363 Rev 5068
Line 59... Line 59...
59
	 * Used for GTT mapping & pinning the object.
59
	 * Used for GTT mapping & pinning the object.
60
	 */
60
	 */
61
	unsigned long align;
61
	unsigned long align;
Line 62... Line 62...
62
 
62
 
63
	/**
63
	/**
64
	 * Last seen card virtual address (offset from the beginning of the
-
 
65
	 * aperture) for the object.  This should be used to fill relocation
64
	 * Deprecated field containing (possibly the low 32-bits of) the last
66
	 * entries when calling drm_intel_bo_emit_reloc()
65
	 * seen virtual card address.  Use offset64 instead.
67
	 */
66
	 */
Line 68... Line 67...
68
	unsigned long offset;
67
	unsigned long offset;
69
 
68
 
Line 82... Line 81...
82
 
81
 
83
	/**
82
	/**
84
	 * MM-specific handle for accessing object
83
	 * MM-specific handle for accessing object
85
	 */
84
	 */
-
 
85
	int handle;
-
 
86
 
-
 
87
	/**
-
 
88
	 * Last seen card virtual address (offset from the beginning of the
-
 
89
	 * aperture) for the object.  This should be used to fill relocation
-
 
90
	 * entries when calling drm_intel_bo_emit_reloc()
-
 
91
	 */
86
	int handle;
92
	uint64_t offset64;
Line 87... Line 93...
87
};
93
};
88
 
94
 
89
enum aub_dump_bmp_format {
95
enum aub_dump_bmp_format {