Subversion Repositories Kolibri OS

Rev

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

Rev 5128 Rev 5139
Line 1395... Line 1395...
1395
		 * stable batch scratch bo area (so that the CS never
1395
		 * stable batch scratch bo area (so that the CS never
1396
		 * stumbles over its tlb invalidation bug) ...
1396
		 * stumbles over its tlb invalidation bug) ...
1397
		 */
1397
		 */
1398
		intel_ring_emit(ring, SRC_COPY_BLT_CMD | BLT_WRITE_RGBA);
1398
		intel_ring_emit(ring, SRC_COPY_BLT_CMD | BLT_WRITE_RGBA);
1399
		intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_SRC_COPY | 4096);
1399
		intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_SRC_COPY | 4096);
1400
		intel_ring_emit(ring, DIV_ROUND_UP(len, 4096) << 16 | 1024);
1400
		intel_ring_emit(ring, DIV_ROUND_UP(len, 4096) << 16 | 4096);
1401
		intel_ring_emit(ring, cs_offset);
1401
		intel_ring_emit(ring, cs_offset);
1402
		intel_ring_emit(ring, 4096);
1402
		intel_ring_emit(ring, 4096);
1403
		intel_ring_emit(ring, offset);
1403
		intel_ring_emit(ring, offset);
Line 1404... Line 1404...
1404
 
1404