[Bug 95771] New: Crash when trying to hibernate

2015-03-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95771 Bug ID: 95771 Summary: Crash when trying to hibernate Product: Drivers Version: 2.5 Kernel Version: 3.19.3 Hardware: All OS: Linux Tree: Mainline S

[Bug 89785] GPU Fault 147 and Ring Stalls and Tests Fail in Pillars of Eternity

2015-03-29 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150329/20b0b2d9/attachment.html>

[Bug 89808] [Radeon 9600 r300] Xorg fails with radeonfb and KMS

2015-03-29 Thread bugzilla-dae...@freedesktop.org
as made in 2009)? -- 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/20150329/4ccf0347/attachment.html>

[Bug 89808] [Radeon 9600 r300] Xorg fails with radeonfb and KMS

2015-03-29 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150329/29a5fd9a/attachment.html>

[PATCH] xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic

2015-03-29 Thread Emil Velikov
On 26/03/15 16:57, randyf at sibernet.com wrote: [...] >>> Alternatively can we: >>> (1) move the wrapper to xf86drmMode.h itself, or >>> (2) move this inline helper function out of xf86drmMode.h and into >>> the two libdrm tests that use it (or a shared test helper .h [0]) >>> (3) remove the in

[PATCH] drm/via: Add MODULE_DEVICE_TABLE

2015-03-29 Thread Jarkko Nikula
Via DRM driver does not get autoloaded due missing MODULE_DEVICE_TABLE when built as a module. Signed-off-by: Jarkko Nikula --- drivers/gpu/drm/via/via_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/via/via_drv.c b/drivers/gpu/drm/via/via_drv.c index ed8aa8ff861a..f654

[Bug 89785] GPU Fault 147 and Ring Stalls and Tests Fail in Pillars of Eternity

2015-03-29 Thread bugzilla-dae...@freedesktop.org
eceiving 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/20150329/0cef2733/attachment.html>

[Bug 89815] DRI3 and EXA: scrambled output when switching monitors

2015-03-29 Thread bugzilla-dae...@freedesktop.org
Capabilities: [150] Advanced Error Reporting -- 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/20150329/d5e71c91/attachment.html>

[PATCH 2/5] exynos: add EXYNOS_G2D_EVENT to drmHandleEvent

2015-03-29 Thread Rob Clark
so, iirc, vmwgfx also has some custom events.. not really sure if they have their own hand-rolled drmHandleEvent() or if they have another way of catching those. Maybe we need some more flexible way to register handlers for driver custom events? But everyone adding their own thing to drmHandleEv