[Bug 60389] AMD a6-5400K Black Edition with igx 7540D artifacts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 18 10:09:58 PST 2013


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

Alex Deucher <agd5f at yahoo.com> changed:

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

--- Comment #63 from Alex Deucher <agd5f at yahoo.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20131218/3379848d/attachment-0001.html>


More information about the xorg-driver-ati mailing list