Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon: update cik_get_csb_buffer for hawaii

Set the PA_SC_RASTER_CONFIG[_1] registers for hawaii.
The rest is the same as the other asics.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+4
+4
drivers/gpu/drm/radeon/cik.c
··· 6316 6316 buffer[count++] = cpu_to_le32(0x00000000); /* XXX */ 6317 6317 buffer[count++] = cpu_to_le32(0x00000000); 6318 6318 break; 6319 + case CHIP_HAWAII: 6320 + buffer[count++] = 0x3a00161a; 6321 + buffer[count++] = 0x0000002e; 6322 + break; 6319 6323 default: 6320 6324 buffer[count++] = cpu_to_le32(0x00000000); 6321 6325 buffer[count++] = cpu_to_le32(0x00000000);