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

Alex Deucher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90939|0                           |1
        is obsolete|                            |

--- Comment #63 from Alex Deucher <[email protected]> ---
Created attachment 90940
  --> https://bugs.freedesktop.org/attachment.cgi?id=90940&action=edit
possible fix

How about this one?  If it works, can you try adjusting the max_pipes_per_simd,
sx_num_of_sets, max_hw_contexts to see which combinations work?  E.g.,

v1:
rdev->config.cayman.max_pipes_per_simd = 2;
rdev->config.cayman.sx_num_of_sets = 2;
rdev->config.cayman.max_hw_contexts = 2;

v2:
rdev->config.cayman.max_pipes_per_simd = 4;
rdev->config.cayman.sx_num_of_sets = 2;
rdev->config.cayman.max_hw_contexts = 2;

v3:
rdev->config.cayman.max_pipes_per_simd = 2;
rdev->config.cayman.sx_num_of_sets = 4;
rdev->config.cayman.max_hw_contexts = 2;

v4:
rdev->config.cayman.max_pipes_per_simd = 2;
rdev->config.cayman.sx_num_of_sets = 2;
rdev->config.cayman.max_hw_contexts = 4;

v5:
rdev->config.cayman.max_pipes_per_simd = 4;
rdev->config.cayman.sx_num_of_sets = 4;
rdev->config.cayman.max_hw_contexts = 2;

v6:
rdev->config.cayman.max_pipes_per_simd = 2;
rdev->config.cayman.sx_num_of_sets = 4;
rdev->config.cayman.max_hw_contexts = 4;

v7:
rdev->config.cayman.max_pipes_per_simd = 4;
rdev->config.cayman.sx_num_of_sets = 2;
rdev->config.cayman.max_hw_contexts = 4;

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to