Re: [RFC][PATCH] drm_hwcomposer: Rework platformdrmgeneric.cpp to use libdrm's gralloc handle

2018-03-17 Thread Stefan Schake
Hey John, On Fri, Mar 16, 2018 at 10:48 PM, John Stultz wrote: > LOCAL_C_INCLUDES := \ > - external/drm_gralloc \ > + external/libdrm/android \ > system/core/libsync This shouldn't be necessary if libdrm correctly exports its headers, but it seems

[PATCH libdrm] android: Add missing include exports

2018-03-17 Thread Stefan Schake
They were set for the static library but not the shared variant. Cc: John Stultz Signed-off-by: Stefan Schake --- Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 8611c5e..1b77c53 100644

[Bug 199123] kernel 4.16rc5 doesnt boot on ryzen 5 2400g due to an amdgpu change

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199123 --- Comment #10 from david becerra (davidbecerrapor...@gmail.com) --- (In reply to Michel Dänzer from comment #9) > (In reply to david becerra from comment #8) > > but there is an issue in 4.16 the cursor is very choppy but in 4.15.9 is > >

[Bug 101739] An issue with alpha-to-coverage handling is causing Arma 3 64-bit Linux port to render trees incorrectly

2018-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101739 Jan Havran changed: What|Removed |Added CC||havran@email.cz

[Bug 199123] kernel 4.16rc5 doesnt boot on ryzen 5 2400g due to an amdgpu change

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199123 --- Comment #9 from Michel Dänzer (mic...@daenzer.net) --- (In reply to david becerra from comment #8) > but there is an issue in 4.16 the cursor is very choppy but in 4.15.9 is > smooth Sounds like

Re: [RFC][PATCH] libdrm: gralloc_handle.h: Fix build issue with Android

2018-03-17 Thread Stefan Schake
Hey John, On Fri, Mar 16, 2018 at 10:48 PM, John Stultz wrote: > In trying to integrate the new gralloc_handle.h with the > drm_hwcomposer, I started seeing the following compilation > errors: > > In file included from external/drm_hwcomposer/platformdrmgeneric.cpp:28: >

[Bug 198123] Console is the wrong color at boot with radeon 6670

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198123 --- Comment #42 from sh...@tuta.io --- Some values from register dumps. All kernel modules are the same. Black background: 69FC0002 Grey background: 03D8 64C87F007F00 69FC

Re: [PATCH v5 07/36] drm/bridge: analogix_dp: Move enable video into config_video()

2018-03-17 Thread Heiko Stuebner
Hi Archit, Am Mittwoch, 14. März 2018, 06:59:59 CET schrieb Archit Taneja: > On Saturday 10 March 2018 03:52 AM, Enric Balletbo i Serra wrote: > > From: Lin Huang > > > > We need to enable video before analogix_dp_is_video_stream_on(), so > > we can get the right video

Re: [PATCH v2 00/11] drm/tinydrm: Support device unplug

2018-03-17 Thread Noralf Trønnes
Den 16.03.2018 09.03, skrev Daniel Vetter: On Fri, Sep 8, 2017 at 6:33 PM, Daniel Vetter wrote: Hi Noralf, On Fri, Sep 08, 2017 at 05:07:19PM +0200, Noralf Trønnes wrote: This adds device unplug support to drm_fb_helper, drm_fb_cma_helper (fbdev) and tinydrm. There are

[Bug 199133] nouveau_mem_host+0x47/0x1b0 [nouveau]: NULL pointer dereference at 0000000000000040

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199133 Pierre Moreau (pierre.mor...@free.fr) changed: What|Removed |Added CC|

[Bug 199123] kernel 4.16rc5 doesnt boot on ryzen 5 2400g due to an amdgpu change

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199123 --- Comment #8 from david becerra (davidbecerrapor...@gmail.com) --- (In reply to david becerra from comment #7) > latest manjaro kernel update seems to have fixed the issue but there is an issue in 4.16 the cursor is very choppy but in 4.15.9

[Bug 199123] kernel 4.16rc5 doesnt boot on ryzen 5 2400g due to an amdgpu change

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199123 --- Comment #7 from david becerra (davidbecerrapor...@gmail.com) --- latest manjaro kernel update seems to have fixed the issue -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 105569] sw_init of IP block failed -2

2018-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105569 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 105412] [OpenGL] [HD 7790] - VSYNC always ON in all videogames

2018-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105412 Michel Dänzer changed: What|Removed |Added Component|Drivers/Vulkan/radeon |DRM/Radeon

[PATCH v6 0/3] drm: Add Thine THC63LVD1024 LVDS decoder bridge

2018-03-17 Thread Jacopo Mondi
Hi, (hopefully) last iteration, with Niklas' Reviewed-by tags. Simply drop an un-necessary #ifdef guard for CONFIG_OF in driver's code as suggested by Niklas. Time to talk how this series will go in? I assume bindings and driver through DRM tree, while Simon is to pick up the Eagle DTS update

[PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-17 Thread Jacopo Mondi
Document Thine THC63LVD1024 LVDS decoder device tree bindings. Signed-off-by: Jacopo Mondi Reviewed-by: Andrzej Hajda Reviewed-by: Niklas Söderlund --- .../bindings/display/bridge/thine,thc63lvd1024.txt |

Re: [PATCH v5 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle

2018-03-17 Thread Simon Horman
On Fri, Mar 16, 2018 at 10:39:53AM +0100, jacopo mondi wrote: > Hi Niklas, >thanks for review, > > On Fri, Mar 16, 2018 at 01:00:04AM +0100, Niklas Söderlund wrote: > > Hi Jacopo, > > > > Thanks for your patch. > > > > This one must depend on '[PATCH v2 0/5] arm64: dts: renesas: r8a77970: > >

[PATCH v2] i915: Re-use DEFINE_SHOW_ATTRIBUTE() macro

2018-03-17 Thread Andy Shevchenko
...instead of open coding file operations followed by custom ->open() callbacks per each attribute. Reviewed-by: Chris Wilson Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/i915/gvt/debugfs.c | 13 +--

Re: [PATCH v1] drm/dp/mst: Fix off-by-one typo when dump payload table

2018-03-17 Thread Andy Shevchenko
On Thu, 2018-01-11 at 17:33 +0200, Andy Shevchenko wrote: > It seems there is a classical off-by-one typo from the beginning > when commit > > ad7f8a1f9ced ("drm/helper: add Displayport multi-stream helper > (v0.6)") > > introduced a new helper. > > Fix a typo by introducing a macro constant.

[PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-17 Thread Jacopo Mondi
Add DRM bridge driver for Thine THC63LVD1024 LVDS to digital parallel output converter. Signed-off-by: Jacopo Mondi Reviewed-by: Andrzej Hajda Reviewed-by: Niklas Söderlund ---

[PATCH v6 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle

2018-03-17 Thread Jacopo Mondi
The R-Car V3M Eagle board includes a transparent THC63LVD1024 LVDS decoder, connected to the on-chip LVDS encoder output on one side and to HDMI encoder ADV7511w on the other one. As the decoder does not need any configuration it has been so-far omitted from DTS. Now that a driver is available,

[Bug 103277] [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit

2018-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103277 --- Comment #21 from dwagner --- Created attachment 138169 --> https://bugs.freedesktop.org/attachment.cgi?id=138169=edit kernel .config as used with git at commit 61deb7d0941d1e3ffee0d799396ac93b0e90 (HEAD,

[Bug 103277] [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit

2018-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103277 --- Comment #20 from dwagner --- (In reply to mikita.lip...@amd.com from comment #19) > I have attempted to reproduce an issue, but didn't succeed. > We have used an identical hardware setup with a reference rx460 card and

[Bug 199133] nouveau_mem_host+0x47/0x1b0 [nouveau]: NULL pointer dereference at 0000000000000040

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199133 --- Comment #1 from Hector Cavalcanti Saavedra (hectorcavalcantisaave...@gmail.com) --- *** Bug 198853 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 199133] New: nouveau_mem_host+0x47/0x1b0 [nouveau]: NULL pointer dereference at 0000000000000040

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199133 Bug ID: 199133 Summary: nouveau_mem_host+0x47/0x1b0 [nouveau]: NULL pointer dereference at 0040 Product: Drivers Version: 2.5 Kernel Version: 4.15.8-300.fc27.x86_64

[Bug 199133] nouveau_mem_host+0x47/0x1b0 [nouveau]: NULL pointer dereference at 0000000000000040

2018-03-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199133 Hector Cavalcanti Saavedra (hectorcavalcantisaave...@gmail.com) changed: What|Removed |Added Tree|Mainline