[RFC 0/3] drm: Add DRM text mode

2016-07-30 Thread Noralf Trønnes
Den 29.07.2016 10:23, skrev Daniel Vetter: > Actually adding David. > -Daniel > > On Fri, Jul 29, 2016 at 10:20:51AM +0200, Daniel Vetter wrote: >> On Thu, Jul 28, 2016 at 04:15:04PM +0200, Noralf Trønnes wrote: >>> This patchset explores the idea of adding a DRM text mode >>> (like VGA text mode

Fwd: EDID/DP fixes for proper bpc detection of displays.

2016-07-30 Thread Mario Kleiner
Three weeks have passed, so resending. Could i maybe excite somebody to review/merge at least some of the really trivial but important patches to fix regressions back-ported to all stable kernels, mostly in Intel kms + DP legacy in this series before the 4.8 merge window closes? Especially patc

[Bug 94249] Topaz GPU not working correctly

2016-07-30 Thread bugzilla-dae...@freedesktop.org
put is a bit different but the segfaults are still the same. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160730/531a3b13/attachment.html>

[Bug 97022] Garbage in windows while running a game windowed

2016-07-30 Thread bugzilla-dae...@freedesktop.org
s/dri-devel/attachments/20160730/e11f6095/attachment.html>

[Bug 97138] AMD 3650 flickering on linux 4.7

2016-07-30 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160730/d6bfbd01/attachment.html>

[Bug 97099] Regression in 9ef8537e6 "drm/radeon: don't use fractional dividers on RS[78]80 if SS is enabled" (RV620)

2016-07-30 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20160730/3bd50579/attachment.html>

[Bug 97022] Garbage in windows while running a game windowed

2016-07-30 Thread bugzilla-dae...@freedesktop.org
iving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160730/03412ae1/attachment.html>

virglrenderer regression in commit ad4f0f1941677c

2016-07-30 Thread Rob Clark
On Fri, Jul 29, 2016 at 3:57 PM, Rob Herring wrote: > Hi, > > This commit in virglrenderer causes a regression in Android for me. > The parameters that get passed in are last_level = 8, width = 1. I'm > not really sure if this is valid (I'm guessing there should be some > min width?), or where I s

[Bug 97025] flip queue failed: Device or resource busy

2016-07-30 Thread bugzilla-dae...@freedesktop.org
output. Unfortunately, it doesn't seem to contain additional information. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20

[PATCH -next] drm/tegra: dpaux: Fix return value check in tegra_dpaux_probe()

2016-07-30 Thread Wei Yongjun
In case of error, the function devm_pinctrl_register() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun --- drivers/gpu/drm/tegra/dpaux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff