Subversion Repositories Kolibri OS

Rev

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

Rev 2325 Rev 2339
Line 11... Line 11...
11
	/* Part of the gtt that is mappable by the cpu, for those chips where
11
	/* Part of the gtt that is mappable by the cpu, for those chips where
12
	 * this is not the full gtt. */
12
	 * this is not the full gtt. */
13
	unsigned int gtt_mappable_entries;
13
	unsigned int gtt_mappable_entries;
14
	/* Whether i915 needs to use the dmar apis or not. */
14
	/* Whether i915 needs to use the dmar apis or not. */
15
	unsigned int needs_dmar : 1;
15
	unsigned int needs_dmar : 1;
-
 
16
	/* Whether we idle the gpu before mapping/unmapping */
-
 
17
	unsigned int do_idle_maps : 1;
16
} *intel_gtt_get(void);
18
} *intel_gtt_get(void);
Line 17... Line 19...
17
 
19
 
18
void intel_gtt_chipset_flush(void);
20
void intel_gtt_chipset_flush(void);
19
void intel_gtt_unmap_memory(struct scatterlist *sg_list, int num_sg);
21
void intel_gtt_unmap_memory(struct scatterlist *sg_list, int num_sg);