[Bug 91656] Pillars of Eternity glitch in maps

2015-09-27 Thread bugzilla-dae...@freedesktop.org
-- 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/20150927/a1779cd0/attachment.html>

[PATCH 1/1] xf86drm.c: Include limits.h to fix build error on Solaris and with musl

2015-09-27 Thread Bernd Kuhls
musl's strict implementation requires #include for PATH_MAX. Patch suggested by evgeny for Solaris: https://bugs.freedesktop.org/show_bug.cgi?id=92082 A similar patch is needed for musl:

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-09-27 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150927/a351a846/attachment.html>

[Bug 92082] Build on Solaris: xf86drm.c:3021: error: 'PATH_MAX' undeclared (first use in this function)

2015-09-27 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150927/fd3d2b11/attachment.html>

[PATCH] drm/exynos: Avoid NULL pointer dereference in resume if bind failed

2015-09-27 Thread Charles Keepax
If binding failed calling exynos_dp_enable in exynos_dp_resume will result in several NULL pointer dereferences. It is much better to simply skip suspend/resume handling if bind has failed, do so by checking if a drm_dev exists. Signed-off-by: Charles Keepax ---

No more new fbdev drivers, please

2015-09-27 Thread Emil Velikov
Hi all, On 27 September 2015 at 14:09, Noralf Trønnes wrote: > > Den 24.09.2015 14:27, skrev Tomi Valkeinen: >> >> Hi all, >> >> fbdev is (more or less) maintained, but it's a deprecated framework. All >> new Linux display drivers should be done on DRM. >> >> So let's not add any more new fbdev

[PATCH RFC v2 3/3] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.

2015-09-27 Thread Daniel Vetter
On Fri, Sep 25, 2015 at 04:53:47PM -0700, Rafael Antognolli wrote: > On Tue, Sep 22, 2015 at 02:17:51PM +0200, Daniel Vetter wrote: > > On Tue, Sep 22, 2015 at 03:00:54PM +0300, Ville Syrjälä wrote: > > > On Tue, Sep 15, 2015 at 04:55:04PM -0700, Rafael Antognolli wrote: > > > > This module is

No more new fbdev drivers, please

2015-09-27 Thread Noralf Trønnes
Den 24.09.2015 14:27, skrev Tomi Valkeinen: > Hi all, > > fbdev is (more or less) maintained, but it's a deprecated framework. All > new Linux display drivers should be done on DRM. > > So let's not add any more new fbdev drivers. > > I will continue to maintain the current fbdev drivers, and I

No more new fbdev drivers, please

2015-09-27 Thread Dave Airlie
On 27 September 2015 at 06:49, Rob Clark wrote: > On Sat, Sep 26, 2015 at 2:46 PM, Geert Uytterhoeven > wrote: >> Hi David, >> >> On Sat, Sep 26, 2015 at 8:13 PM, David Herrmann >> wrote: >>> On Sat, Sep 26, 2015 at 8:01 PM, Geert Uytterhoeven >>> wrote: On Sat, Sep 26, 2015 at 7:07 PM,

[Bug 91656] Pillars of Eternity glitch in maps

2015-09-27 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150927/f864677d/attachment.html>

[Bug 92005] Linux 4.2 DisplayPort MST deadlock?

2015-09-27 Thread bugzilla-dae...@freedesktop.org
very much for your help! -- 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/20150927/e5c19644/attachment.html>

[PATCH] [Bug 92082] Solaris fix: 'PATH_MAX' undeclared

2015-09-27 Thread evgeny litvinenko
Hi Emil, > Including limits.h does seem like the right way forward. Can you send a git > format-patch created fix to the ML [1]? Output of format-patch is at the end of the email. I added '#include ' right before '#include ' because on Debian 8 (jessie) the file dirent.h includes