Bug 71647 - radeonsi purple tinted colors
Summary: radeonsi purple tinted colors
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/radeonsi (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 14:35 UTC by Tom
Modified: 2013-11-15 19:34 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
screenshot (259.66 KB, image/jpeg)
2013-11-15 14:35 UTC, Tom
Details
Screenshot of KDE with purple colors. (387.94 KB, image/png)
2013-11-15 18:09 UTC, Nils Larsson
Details

Description Tom 2013-11-15 14:35:58 UTC
Created attachment 89275 [details]
screenshot

Hello, I can see purple tinted desktop since I think yesterday or 2 days ago.
Packages which I've updated:

media-libs/mesa git
sys-devel/llvm git
x11-libs/libdrm git
x11-libs/glamor git
x11-drivers/xf86-video-ati git
x11-base/xorg-server 1.14.3

Linux Kernel: linux-next
Comment 1 Nils Larsson 2013-11-15 18:09:31 UTC
Created attachment 89277 [details]
Screenshot of KDE with purple colors.

I get this too.

Git version from today(15/11) of libdrm, mesa, xorg-server, glamor and xf86-video-ati. Kernel is 3.12.0. Hardware is Radeon HD 7850.
Comment 2 Tom Stellard 2013-11-15 18:22:48 UTC
Can you bisect this?  It's possible that this commit is responsible:

    R600/SI: Prefer SALU instructions for bit shift operations
    
    All shift operations will be selected as SALU instructions and then
    if necessary lowered to VALU instructions in the SIFixSGPRCopies pass.
    
    This allows us to do more operations on the SALU which will improve
    performance and is also required for implementing private memory
    using indirect addressing, since the private memory pointers must stay
    in the scalar registers.
    
    This patch includes some fixes from Matt Arsenault.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194625 91177308-0d34-0410-b5e6-96231b3b80d8
Comment 3 Tom 2013-11-15 19:34:02 UTC
(In reply to comment #2)
> Can you bisect this?  It's possible that this commit is responsible:
> 
>     R600/SI: Prefer SALU instructions for bit shift operations
>     
>     All shift operations will be selected as SALU instructions and then
>     if necessary lowered to VALU instructions in the SIFixSGPRCopies pass.
>     
>     This allows us to do more operations on the SALU which will improve
>     performance and is also required for implementing private memory
>     using indirect addressing, since the private memory pointers must stay
>     in the scalar registers.
>     
>     This patch includes some fixes from Matt Arsenault.
>     
>     git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194625
> 91177308-0d34-0410-b5e6-96231b3b80d8

After update to the latest git version everything returned to normal. Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.