|
@@ -4313,8 +4313,8 @@ static int cik_cp_gfx_start(struct radeon_device *rdev)
|
|
|
/* init the CE partitions. CE only used for gfx on CIK */
|
|
|
radeon_ring_write(ring, PACKET3(PACKET3_SET_BASE, 2));
|
|
|
radeon_ring_write(ring, PACKET3_BASE_INDEX(CE_PARTITION_BASE));
|
|
|
- radeon_ring_write(ring, 0xc000);
|
|
|
- radeon_ring_write(ring, 0xc000);
|
|
|
+ radeon_ring_write(ring, 0x8000);
|
|
|
+ radeon_ring_write(ring, 0x8000);
|
|
|
|
|
|
/* setup clear context state */
|
|
|
radeon_ring_write(ring, PACKET3(PACKET3_PREAMBLE_CNTL, 0));
|