[Bug 74294] New: Awesomenauts can't launch with R600_LLVM=1

2014-01-31 Thread bugzilla-dae...@freedesktop.org
re the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/47477f8c/attachment-0001.html>

[Bug 73110] [BISECTED] commit "r600g: use shader-based MSAA resolving when hw-based one cannot be used" crashes some games when R600_LLVM=1 with LLVM < 3.4

2014-01-31 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/dca6f006/attachment.html>

[Bug 73110] [BISECTED] commit "r600g: use shader-based MSAA resolving when hw-based one cannot be used" crashes some games when R600_LLVM=1 with LLVM < 3.4

2014-01-31 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/fcfa6e9f/attachment.html>

[Bug 73110] [BISECTED] commit "r600g: use shader-based MSAA resolving when hw-based one cannot be used" crashes some games when R600_LLVM=1 with LLVM < 3.4

2014-01-31 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/5097856a/attachment.html>

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #28 from Alex Deucher --- Created attachment 124051 --> https://bugzilla.kernel.org/attachment.cgi?id=124051&action=edit return IRQ_NONE if we don't have any interrupts Does the attached patch help? Dave suggested it might be inter

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #27 from Christoph Haag --- It does get to the end of radeon_pmops_runtime_idle every time (checked right before the return) and crtc->enabled is never true. -- You are receiving this mail because: You are watching the assignee of th

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #26 from Alex Deucher --- Can you see how far it's getting in runtime_idle()? Does it get all the way to the end or does it think a crtc is active? -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #25 from Christoph Haag --- Created attachment 124041 --> https://bugzilla.kernel.org/attachment.cgi?id=124041&action=edit just some printk to easily see what's going on Well, I don't really know how it is supposed to work. I figure

[Bug 73320] [radeonsi] LLVM runs out of registers during register allocation in Painkiller Hell & Damnation

2014-01-31 Thread bugzilla-dae...@freedesktop.org
ting this from! -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/4bc8a0e9/attachment-0001.html>

[PATCH 2/2] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE

2014-01-31 Thread Jani Nikula
The WARN_ONCE is a bit too verbose, make it a DRM_INFO_ONCE. While at it, add a #define for MAX_DSLP and make the message a bit more informative. v2: use DRM_INFO_ONCE, add MAX_DSLP, pimp the message. Suggested-by: Chris Wilson Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_opregio

[PATCH 1/2] drm: add DRM_INFO_ONCE() to print a one-time DRM_INFO() message

2014-01-31 Thread Jani Nikula
Just like DRM_INFO(), but only do it once. Signed-off-by: Jani Nikula --- include/drm/drmP.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 04086c5be930..04a7f31301f8 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -199,6 +199,

[Bug 69301] no screen on update from 3.12.0

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=69301 --- Comment #11 from Jan Outhuis --- Took a linux-master.zip from here: https://github.com/torvalds/linux. That was as close as I could get to 3.14.0-rc1. Don't know if this is the right place. Anyhow, can't report any improvement with this new c

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #24 from Alex Deucher --- The kernel runtime pm infrastructure is used. See radeon_drv.c in the kernel. The driver registers a struct dev_pm_ops structure with the pm core. The pm core will then suspend and resume the device on dema

[PATCH 2/2] drm/i915: demote opregion excessive timeout WARN_ONCE to DRM_INFO_ONCE

2014-01-31 Thread Chris Wilson
On Fri, Jan 31, 2014 at 03:49:08PM +0200, Jani Nikula wrote: > The WARN_ONCE is a bit too verbose, make it a DRM_INFO_ONCE. > > While at it, add a #define for MAX_DSLP and make the message a bit more > informative. > > v2: use DRM_INFO_ONCE, add MAX_DSLP, pimp the message. > > Suggested-by: Chri

[Bug 71226] Colors occasionally broken on DCE5 Barts (HD69xx)

2014-01-31 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/b5f1be49/attachment-0001.html>

[Bug 71212] [RadeonSI]: Unigine Heaven fails to launch with X error

2014-01-31 Thread bugzilla-dae...@freedesktop.org
the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/30f071e8/attachment-0001.html>

[Bug 71448] [UVD] qvdpautest is very slow on radeonsi (HD 7950)

2014-01-31 Thread bugzilla-dae...@freedesktop.org
ng this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/f7a00706/attachment-0001.html>

exynos_hdmi.c fails to build with v3.13-10094-g9b0cd30

2014-01-31 Thread Sachin Kamat
Hi Josh, On 30 January 2014 22:17, Josh Boyer wrote: > Hi All, > > After the DRM merge, the exynos_hdmi.c file fails to build with our > ARM config. The error is: > > drivers/gpu/drm/exynos/exynos_hdmi.c:382:8: error: 'hdmi_infoframe' > defined as wrong kind of tag > struct hdmi_infoframe { >

[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-01-31 Thread Sachin Kamat
?hdmi_infoframe? is already defined in include/linux/hdmi.h. Rename the local variable to avoid the following build error: drivers/gpu/drm/exynos/exynos_hdmi.c:382:8: error: ?hdmi_infoframe? defined as wrong kind of tag struct hdmi_infoframe { Signed-off-by: Sachin Kamat Reported-by: Josh Boyer

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #17 from kilobug at kilobug.org --- I have a PCIExpress 2.0 board (and the lockups), but I have an Intel CPU. Not sure it could be linked to Intel CPU vs AMD CPU, or something else related to the motherboard. I can include a dmidecode o

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #16 from perry3d at gmail.com --- I forgot to say: the problem started after i switched my board & CPU a week ago. Now i use a gigabyte h87-hd3 board with an intel xeon e3-1230v3 CPU. Before it was an AMD CPU with an Foxconn A7DA-S boar

[PATCH 1/1] drm/exynos: Fix build error in exynos_hdmi.c

2014-01-31 Thread Josh Boyer
On Fri, Jan 31, 2014 at 1:09 AM, Sachin Kamat wrote: > 'hdmi_infoframe' is already defined in include/linux/hdmi.h. > Rename the local variable to avoid the following build error: > drivers/gpu/drm/exynos/exynos_hdmi.c:382:8: error: 'hdmi_infoframe' defined > as wrong kind of tag > struct hdmi_

[PATCH RFC v2] vga_switcheroo: restore mux and power states upon resume from hibernation.

2014-01-31 Thread Alex Deucher
On Thu, Jan 30, 2014 at 6:46 PM, Stefan Demharter wrote: > Saves the current state of the mux and restores it upon resume from > hibernation. > This is needed for muxed systems because the state of the mux doesn't survive > a > hibernation-resume cycle. Furthermore also restores the power state

[Bug 71448] [UVD] qvdpautest is very slow on radeonsi (HD 7950)

2014-01-31 Thread bugzilla-dae...@freedesktop.org
e bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140131/0e6a8d0b/attachment.html>

[PATCH RFC v2] vga_switcheroo: restore mux and power states upon resume from hibernation.

2014-01-31 Thread Stefan Demharter
Saves the current state of the mux and restores it upon resume from hibernation. This is needed for muxed systems because the state of the mux doesn't survive a hibernation-resume cycle. Furthermore also restores the power state of a GPU to OFF after resume from hibernation if it was OFF before hib

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #15 from perry3d at gmail.com --- Created attachment 123901 --> https://bugzilla.kernel.org/attachment.cgi?id=123901&action=edit dmesg with two gpu lockups Hi, i think i got the same problem with kernel 3.13 on an arch distro and dp

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #23 from Christoph Haag --- Created attachment 123891 --> https://bugzilla.kernel.org/attachment.cgi?id=123891&action=edit quitting steam after some time So maybe radeon-profile shows garbage, but in the steam client I have found on