All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
@ 2011-07-10 20:05 bugzilla-daemon
  2011-07-10 20:38 ` [Bug 39119] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-10 20:05 UTC (permalink / raw)
  To: dri-devel

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

           Summary: setting SQ_LDS_RESOURCE_MGMT register to zero in other
                    applications muddles up font rendering permanently
           Product: DRI
           Version: XOrg 6.7.0
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Radeon
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: adam.rak@streamnovation.com


Created an attachment (id=48938)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=48938)
a screenshot of how the fonts look after

setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up
font rendering permanently, so permanently that not even X reset, or GPU
softreset helped the issue after it happaned.

In order to do GPGPU thing, I need to set this register, so this bug pretty
much kills any chance that I do GPGPU and X on the same GPU.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 39119] setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
  2011-07-10 20:05 [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently bugzilla-daemon
@ 2011-07-10 20:38 ` bugzilla-daemon
  2011-07-10 21:33 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-10 20:38 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Dave Airlie <airlied@freedesktop.org> 2011-07-10 13:38:04 PDT ---
Created an attachment (id=48939)
 View: https://bugs.freedesktop.org/attachment.cgi?id=48939
 Review: https://bugs.freedesktop.org/review?bug=39119&attachment=48939

attempted fix.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 39119] setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
  2011-07-10 20:05 [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently bugzilla-daemon
  2011-07-10 20:38 ` [Bug 39119] " bugzilla-daemon
@ 2011-07-10 21:33 ` bugzilla-daemon
  2011-07-10 23:12 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-10 21:33 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Adam Rak <adam.rak@streamnovation.com> 2011-07-10 14:33:37 PDT ---
If I set the pixel shader part (lower 16 bits) of the register to 0x1000 in my
code, than it works perfectly with X, so this patch should work, but what about
mesa?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 39119] setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
  2011-07-10 20:05 [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently bugzilla-daemon
  2011-07-10 20:38 ` [Bug 39119] " bugzilla-daemon
  2011-07-10 21:33 ` bugzilla-daemon
@ 2011-07-10 23:12 ` bugzilla-daemon
  2011-07-12 16:09 ` bugzilla-daemon
  2011-07-31 18:46 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-10 23:12 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Alex Deucher <agd5f@yahoo.com> 2011-07-10 16:12:37 PDT ---
Created an attachment (id=48944)
 View: https://bugs.freedesktop.org/attachment.cgi?id=48944
 Review: https://bugs.freedesktop.org/review?bug=39119&attachment=48944

fix r600g

emit SQ_LDS_RESOURCE_MGMT in r600g.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 39119] setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
  2011-07-10 20:05 [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-07-10 23:12 ` bugzilla-daemon
@ 2011-07-12 16:09 ` bugzilla-daemon
  2011-07-31 18:46 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-12 16:09 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Alex Deucher <agd5f@yahoo.com> 2011-07-12 09:09:59 PDT ---
Pushed the patches and also sent out drm blit patch.

http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d0d8366f9ab0ca4c52eb927ab476953daa77f1e

http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=e8d0d437957b15252dfad775796a3949ed50dbcf

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 39119] setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently
  2011-07-10 20:05 [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently bugzilla-daemon
                   ` (3 preceding siblings ...)
  2011-07-12 16:09 ` bugzilla-daemon
@ 2011-07-31 18:46 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-31 18:46 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Florian Mickler <florian@mickler.org> 2011-07-31 11:46:20 PDT ---
A patch referencing this bug report has been merged in Linux v3.0:

commit c61d0af9131976db150c40996a71387ba59edb67
Author: Alex Deucher <alexdeucher@gmail.com>
Date:   Tue Jul 12 11:53:23 2011 -0400

    drm/radeon/kms/evergreen: emit SQ_LDS_RESOURCE_MGMT for blits

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-31 18:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-10 20:05 [Bug 39119] New: setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently bugzilla-daemon
2011-07-10 20:38 ` [Bug 39119] " bugzilla-daemon
2011-07-10 21:33 ` bugzilla-daemon
2011-07-10 23:12 ` bugzilla-daemon
2011-07-12 16:09 ` bugzilla-daemon
2011-07-31 18:46 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.