[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

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

[Bug 94249] Topaz GPU not working correctly

2016-07-30 Thread bugzilla-dae...@freedesktop.org
ent 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
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

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

2016-07-30 Thread bugzilla-dae...@freedesktop.org
put. 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/20160730/f2

[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

[Bug 97137] R7 M370 hangs with radeon.dpm=1 when running demanding graphical programs with DRI PRIME

2016-07-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97137 --- Comment #5 from Mauro Santos --- Created attachment 125429 --> https://bugs.freedesktop.org/attachment.cgi?id=125429=edit dmesg with radeon.runpm=0 -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 97137] R7 M370 hangs with radeon.dpm=1 when running demanding graphical programs with DRI PRIME

2016-07-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=97137 --- Comment #4 from Mauro Santos --- (In reply to Alex Deucher from comment #3) > Does setting radeon.runpm=0 on the kernel command line in grub help? No change. When running glmark2 I still get a hang when it gets to the texture test. I see

[Bug 91281] Tonga VCE 2160p encode fails with BO to small for addr

2016-07-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=91281 --- Comment #1 from Andy Furniss --- Now that vaapi is enabled the situation with this is more mixed. omx still just always fails. ffmpeg vaapi always works. gatreamer vaapi fails or works depending on framerate, which is a bit confusing.