[PATCH] drm/amd/powerplay: don't give up if DPM is already running

2016-10-09 Thread Grazvydas Ignotas
Currently the driver crashes if smu7_enable_dpm_tasks() returns early, which it does if DPM is already active. It seems to be better just to continue anyway, at least I haven't noticed any ill effects. It's also unclear at what state the hardware was left by the previous driver, so IMO it's better

[PATCH] drm/amdgpu: use .early_unregister hook to remove DP AUX i2c

2016-10-09 Thread Grazvydas Ignotas
When DisplayPort AUX channel i2c adapter is registered, drm_connector's kdev member is used as a parent, so we get sysfs structure like: /drm/card1/card1-DP-2/i2c-12 Because of that, there is a problem when drm core (and not the driver) calls drm_connector_unregister(), it removes parent sysfs

[PATCH] drm: use the right function name in documentation

2016-10-09 Thread Grazvydas Ignotas
There is no late_unregister(), it looks like the comment meant late_register(). Also fix a typo while at it. Signed-off-by: Grazvydas Ignotas --- include/drm/drm_connector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/drm/drm_connector.h

[Bug 98176] External HDMI monitor not woken from sleep/power saving mode when coming back from idle

2016-10-09 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/29dc7012/attachment.html>

[Bug 93341] GPU lockups on RadeonHD 7770 (radeonsi driver) when running OpenGL games, WebGL apps, or after extended periods of time

2016-10-09 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/046f50d2/attachment.html>

[Bug 177131] New: Nouveau: GPU lockup regression with Linux 4.8

2016-10-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=177131 Bug ID: 177131 Summary: Nouveau: GPU lockup regression with Linux 4.8 Product: Drivers Version: 2.5 Kernel Version: 4.8.1 Hardware: x86-64 OS: Linux Tree:

[PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

2016-10-09 Thread Laurent Pinchart
Hi Rob, On Saturday 08 Oct 2016 20:29:39 Rob Herring wrote: > On Tue, Oct 04, 2016 at 07:23:29PM +0300, Laurent Pinchart wrote: > > LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. > > Multiple incompatible data link layers have been used over time to > > transmit image data

[Bug 97852] Unreal Engine corrupted preview viewport

2016-10-09 Thread bugzilla-dae...@freedesktop.org
is generally pretty good. -- 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/20161009/903261f1/attachment.html>

[Bug 60879] [radeonsi] Tahiti LE: GFX block is not functional, CP is okay

2016-10-09 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: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/5b3a9c33/attachment.html>

[Bug 60879] [radeonsi] Tahiti LE: GFX block is not functional, CP is okay

2016-10-09 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/2585acbc/attachment.html>

[Bug 98172] Concurrent call to glClientWaitSync results in segfault in one of the waiters.

2016-10-09 Thread bugzilla-dae...@freedesktop.org
||shinji.suzuki at gmail.com -- 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/20161009/346276ae/attachment.html>

[Bug 98172] Concurrent call to glClientWaitSync results in segfault in one of the waiters.

2016-10-09 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/468b33f3/attachment.html>

[Bug 98172] Concurrent call to glClientWaitSync results in segfault in one of the waiters.

2016-10-09 Thread bugzilla-dae...@freedesktop.org
16 x86_64 x86_64 x86_64 GNU/Linux libgl1-mesa-dri:amd64 / 11.2.0-1ubuntu2.2 Radeon HD3300 -- 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/20161009/410e7b5e/attachment.html>

[Bug 97852] Unreal Engine corrupted preview viewport

2016-10-09 Thread bugzilla-dae...@freedesktop.org
ink to documentation on how I can obtain the information you need? -- 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/20161009/ca

[PATCH v2 1/2] dt-bindings: add bindings doc for ZTE VOU display controller

2016-10-09 Thread Shawn Guo
On Mon, Oct 03, 2016 at 12:44:29PM -0500, Rob Herring wrote: > > +Example: > > + > > +vou: vou at 144 { > > + compatible = "zte,zx296718-vou"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + reg = <0x144 0x1>; > > + ranges; > > You still have overlapping

[PATCH] README: Fix typos and grammar

2016-10-09 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 603a1c1..15b3064 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ libdrm - userspace library for drm This is libdrm, a userspace library for accessing

[Bug 60879] [radeonsi] Tahiti LE: GFX block is not functional, CP is okay

2016-10-09 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: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/aefa6a02/attachment.html>

[Bug 98168] [vulkan, radv] Talos rendering glitches on Ultra settings on Tonga

2016-10-09 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/d36fd982/attachment.html>

[Bug 60879] [radeonsi] Tahiti LE: GFX block is not functional, CP is okay

2016-10-09 Thread bugzilla-dae...@freedesktop.org
y more recent findings? -- 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/20161009/77b5d034/attachment.html>

[Bug 98170] [vdpau] Error when calling vdp_output_surface_create

2016-10-09 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/f21e3505/attachment.html>

[Bug 60879] [radeonsi] Tahiti LE: GFX block is not functional, CP is okay

2016-10-09 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/419623cf/attachment.html>

[Bug 97634] [amdgpu SI] multigpu setup crashes during boot when dpm=1

2016-10-09 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/02eeca70/attachment.html>

[Bug 97634] [amdgpu SI] multigpu setup crashes during boot when dpm=1

2016-10-09 Thread bugzilla-dae...@freedesktop.org
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/20161009/76bebeac/attachment-0001.html>

[Bug 93826] 2560x1440 @144Hz graphic glitches and bad refresh rate

2016-10-09 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20161009/f03ca2b3/attachment.html>

[Bug 93826] 144Hz graphic glitches and bad refresh rate

2016-10-09 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20161009/782307c2/attachment.html>

[Bug 93826] 144Hz graphic glitches and bad refresh rate

2016-10-09 Thread bugzilla-dae...@freedesktop.org
L attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161009/bed83e26/attachment.html>