Commit 8bacb5ad41da1fde1c05165515c50e2911f16899

Authored by wojciech kapuscinski
Committed by Greg Kroah-Hartman
1 parent a8cb761a90

drm/radeon: fix hw contexts for SUMO2 asics

commit 50b8f5aec04ebec7dbdf2adb17220b9148c99e63 upstream.

They have 4 rather than 8.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=63599

Signed-off-by: wojciech kapuscinski <wojtask9@wp.pl>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/gpu/drm/radeon/evergreen.c
... ... @@ -3126,7 +3126,7 @@
3126 3126 rdev->config.evergreen.sx_max_export_size = 256;
3127 3127 rdev->config.evergreen.sx_max_export_pos_size = 64;
3128 3128 rdev->config.evergreen.sx_max_export_smx_size = 192;
3129   - rdev->config.evergreen.max_hw_contexts = 8;
  3129 + rdev->config.evergreen.max_hw_contexts = 4;
3130 3130 rdev->config.evergreen.sq_num_cf_insts = 2;
3131 3131  
3132 3132 rdev->config.evergreen.sc_prim_fifo_size = 0x40;