Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 3192
Line 3... Line 3...
3
#ifndef _DRM_INTEL_GTT_H
3
#ifndef _DRM_INTEL_GTT_H
4
#define	_DRM_INTEL_GTT_H
4
#define	_DRM_INTEL_GTT_H
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
struct agp_bridge_data;
6
struct agp_bridge_data;
7
 
7
 
8
const struct intel_gtt {
8
struct intel_gtt {
9
	/* Size of memory reserved for graphics by the BIOS */
9
	/* Size of memory reserved for graphics by the BIOS */
10
	unsigned int stolen_size;
10
	unsigned int stolen_size;
11
	/* Total number of gtt entries. */
11
	/* Total number of gtt entries. */