[Intel-gfx] [PATCH 0/5] Handle Link Training Failure during modeset

2016-11-13 Thread Manasi Navare
On Fri, Nov 11, 2016 at 07:42:16PM +, Cheng, Tony wrote: > In case of link training failure and requiring user space to set a lower > mode, would full mode set address it? How do we make user mode select lower > resolution? > > For example 4k at 60Hz monitor, and link training at 4 lane HBR

[Bug 187581] Nouveau GPU Lock Up with 2D Acceleration

2016-11-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=187581 --- Comment #5 from Mingcong Bai --- Original Freedesktop.org bug report: https://bugs.freedesktop.org/show_bug.cgi?id=98712 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 187581] Nouveau GPU Lock Up with 2D Acceleration

2016-11-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=187581 --- Comment #4 from Mingcong Bai --- Kernel binary can be obtained here: https://repo.aosc.io/os-ppc64/os3-dpkg/l/linux-kernel-4.8.6_4.8.6-0_ppc64.deb -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 187581] Nouveau GPU Lock Up with 2D Acceleration

2016-11-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=187581 --- Comment #3 from Mingcong Bai --- Created attachment 244371 --> https://bugzilla.kernel.org/attachment.cgi?id=244371&action=edit Kernel config (4.8.6) -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 187581] Nouveau GPU Lock Up with 2D Acceleration

2016-11-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=187581 --- Comment #2 from Mingcong Bai --- Created attachment 244361 --> https://bugzilla.kernel.org/attachment.cgi?id=244361&action=edit dmesg with nouveau.noaccel=1 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 187581] Nouveau GPU Lock Up with 2D Acceleration

2016-11-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=187581 --- Comment #1 from Mingcong Bai --- Created attachment 244351 --> https://bugzilla.kernel.org/attachment.cgi?id=244351&action=edit dmesg without nouveau.noaccel=1 -- You are receiving this mail because: You are watching the assignee of the b

[Bug 187581] New: Nouveau GPU Lock Up with 2D Acceleration

2016-11-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=187581 Bug ID: 187581 Summary: Nouveau GPU Lock Up with 2D Acceleration Product: Drivers Version: 2.5 Kernel Version: 4.8.6 Hardware: PPC-64 OS: Linux Tree: Mainline

[PATCH REBASED 2/2] Do not register interface if Apple GMUX detected

2016-11-13 Thread Pierre Moreau
From: Pierre Moreau The Apple GMUX is the one managing the backlight, so there is no need for Nouveau to register its own backlight interface. v2: Do not split information message on two lines as it prevents from grepping it, as pointed out by Lukas Wunner Signed-off-by: Pierre Moreau ---

[PATCH v3 1/2] nouveau/bl: Assign different names to interfaces

2016-11-13 Thread Pierre Moreau
From: Pierre Moreau Currently, every backlight interface created by Nouveau uses the same name, nv_backlight. This leads to a sysfs warning as it tries to create an already existing folder. This patch adds a incremented number to the name, but keeps the initial name as nv_backlight, to avoid poss

[PATCH] drm/sun4i: constify component_ops structures

2016-11-13 Thread Daniel Vetter
On Sat, Nov 12, 2016 at 6:19 PM, Julia Lawall wrote: > These component_ops structures are only used as the second argument to > component_add and component_del, which are declared as const, so the > structures can be declared as const as well. > > The semantic patch that makes this change is as fo

[Bug 98505] [radeon, amdgpu] Regression introduced in 4.8-rc3

2016-11-13 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161113/42542b47/attachment.html>

[Bug 98505] [radeon, amdgpu] Regression introduced in 4.8-rc3

2016-11-13 Thread bugzilla-dae...@freedesktop.org
<https://lists.freedesktop.org/archives/dri-devel/attachments/20161113/64e839ed/attachment.html>

[PATCH] drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)

2016-11-13 Thread Mike Lothian
> > amdgpu_bo_unpin(bo); > + if (bo->prime_shared_count) > + bo->prime_shared_count--; > amdgpu_bo_unreserve(bo); > } > > -- > 2.7.0 > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161113/103f3171/attachment-0001.html>

[Bug 98705] GPU fault with DRI3 on

2016-11-13 Thread bugzilla-dae...@freedesktop.org
rubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161113/299bb518/attachment.html>

[PATCH] drm: export crtc_ww_class

2016-11-13 Thread Rob Clark
kbuild noticed this: ERROR: "crtc_ww_class" [drivers/gpu/drm/msm/msm.ko] undefined! because crtc_ww_class is referenced by drm_modeset_lock_init() which is static-inline in a header file. I guess we hadn't noticed yet because no driver so far is creating their own modeset-locks. That changes

[Bug 98505] [radeon, amdgpu] Regression introduced in 4.8-rc3

2016-11-13 Thread bugzilla-dae...@freedesktop.org
or this? (At this moment it is not clear for me what the port PM is doing versus what amdgpu is doing, hopefully some logs will clarify this). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <ht

[Bug 98505] [radeon, amdgpu] Regression introduced in 4.8-rc3

2016-11-13 Thread bugzilla-dae...@freedesktop.org
unch of errors on resume. I attaching the dmesg. -- 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/20161113/bd10bba2/attachment.html>

[Bug 98005] VCE dual instance encoding inconsistent since st/va: enable dual instances encode by sync surface

2016-11-13 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161113/b7fcb972/attachment.html>

[Bug 98005] VCE dual instance encoding inconsistent since st/va: enable dual instances encode by sync surface

2016-11-13 Thread bugzilla-dae...@freedesktop.org
v and gstreamer. -- 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/20161113/d903ad59/attachment.html>