Re: [PATCH v2] gpu: drm: gma500: remove dead code

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 01:35:16AM +0200, Patrik Jakobsson wrote: > On Fri, May 19, 2017 at 2:28 PM, Patrik Jakobsson > wrote: > > On Fri, May 19, 2017 at 11:19 AM, Gustavo A. R. Silva > > wrote: > >> Local variable use_gct is assigned to a constant value and it is never > >> updated again. Remov

Re: [PATCH] drm/amd/powerplay: fix a signedness bugs

2017-05-23 Thread Zhu, Rex
Patches has been applied. Thanks. Best Regards Rex From: Huang, JinHuiEric Sent: Friday, May 19, 2017 12:28:09 AM To: Dan Carpenter; Deucher, Alexander; Zhu, Rex Cc: Koenig, Christian; David Airlie; Wang, Ken; Huang, Ray; amd-...@lists.freedesktop.org; dri-de

Re: [PATCH] drm: qxl: Delay entering atomic context during cursor update

2017-05-23 Thread Gerd Hoffmann
On Fri, 2017-05-19 at 14:58 -0300, Gabriel Krisman Bertazi wrote: > Hi Dave, > > This is -rc material.  Once Gerd and others are happy with it, we > should > queue for 4.12. > Applied to drm-misc-fixes. thanks, Gerd ___ dri-devel mailing list dri-de

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Christian König
Am 23.05.2017 um 05:55 schrieb Michel Dänzer: On 23/05/17 12:50 PM, Lukas Wunner wrote: On Tue, May 23, 2017 at 12:09:49PM +0900, Michel Dänzer wrote: On 22/05/17 11:04 PM, Lukas Wunner wrote: On Sun, May 21, 2017 at 09:31:09AM +0200, Nicolai Stange wrote: On Thu, May 18 2017, Lukas Wunner wr

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 09:32:38AM +0200, Christian König wrote: > Am 23.05.2017 um 05:55 schrieb Michel Dänzer: > > On 23/05/17 12:50 PM, Lukas Wunner wrote: > > > On Tue, May 23, 2017 at 12:09:49PM +0900, Michel Dänzer wrote: > > > > On 22/05/17 11:04 PM, Lukas Wunner wrote: > > > > > On Sun, May

Re: [PATCH v4 2/2] drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI

2017-05-23 Thread Daniel Vetter
On Mon, May 22, 2017 at 6:09 PM, Ville Syrjälä wrote: >> +/* >> + * DRM_MODE_REFLECT_ >> + * >> + * Signals that the contents of a drm plane is reflected in the axis, >> + * in the same way as mirroring. > > That's not what I was after. We're still missing the information about > the order in whi

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Christian König
Am 23.05.2017 um 09:36 schrieb Daniel Vetter: On Tue, May 23, 2017 at 09:32:38AM +0200, Christian König wrote: Am 23.05.2017 um 05:55 schrieb Michel Dänzer: On 23/05/17 12:50 PM, Lukas Wunner wrote: On Tue, May 23, 2017 at 12:09:49PM +0900, Michel Dänzer wrote: On 22/05/17 11:04 PM, Lukas Wun

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 09:36:44AM +0200, Daniel Vetter wrote: > On Tue, May 23, 2017 at 09:32:38AM +0200, Christian König wrote: > > Am 23.05.2017 um 05:55 schrieb Michel Dänzer: > > > On 23/05/17 12:50 PM, Lukas Wunner wrote: > > > > On Tue, May 23, 2017 at 12:09:49PM +0900, Michel Dänzer wrote:

[Bug 101146] gnome-shell crashes when opening laptop lid

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101146 --- Comment #2 from d.vice...@gmail.com --- Created attachment 131445 --> https://bugs.freedesktop.org/attachment.cgi?id=131445&action=edit zip with screenshot of visible error, journalctl log after error and some typed out errors from the scre

Re: [PATCH][drm-next] drm/pl111: make structure pl111_display_funcs static

2017-05-23 Thread Jani Nikula
On Fri, 19 May 2017, Dan Carpenter wrote: > On Fri, May 19, 2017 at 01:08:20PM -0700, Eric Anholt wrote: >> OK, that's definitely not how I've read the >> Documentation/process/submitting-patches.rst description of the Fixes >> tag, which talks about bugs found with git bisect and things that shou

Re: [PATCH][drm-next] drm/pl111: make structure pl111_display_funcs static

2017-05-23 Thread Dan Carpenter
On Tue, May 23, 2017 at 11:19:58AM +0300, Jani Nikula wrote: > On Fri, 19 May 2017, Dan Carpenter wrote: > > On Fri, May 19, 2017 at 01:08:20PM -0700, Eric Anholt wrote: > >> OK, that's definitely not how I've read the > >> Documentation/process/submitting-patches.rst description of the Fixes > >>

Re: [Intel-gfx] [PATCH] drm/i915: mark wait_for_engine() __maybe_unused

2017-05-23 Thread Tvrtko Ursulin
Hi, On 21/05/2017 05:03, Nick Desaulniers wrote: This solves a warning when compiling the driver with Clang, -Werror enabled, and CONFIG_DRM_I915_DEBUG_GEM unset, since Clang warns that: drivers/gpu/drm/i915/i915_gem.c:3274:12: error: function 'wait_for_engine' is not needed and will not

[Bug 100437] IO_PAGE_FAULT is spammed in dmesg

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100437 --- Comment #10 from JL --- I started seeing AMD-Vi: Event logged and IO_PAGE_FAULT spam after updating Asus B350 Plus bios to 0609 from 0406. Before that it only showed something like Southbridge I/O Apic not found, firmware bug! -- You are r

Re: [PATCH] drm/mediatek: hdmi: Filter interlaced resolutions

2017-05-23 Thread CK Hu
Hi, Bibby: I've applied this patch to my branch mediatek-drm-fixes-4.12-rc1, thanks. Regards, CK On Tue, 2017-01-24 at 13:10 +0800, Bibby Hsieh wrote: > Current Mediatek DRM driver does not support interlaced mode, and > will hang if such resolution is used: Filter those to prevent > kernel hang

Re: [PATCH v3] drm/mediatek: Support UYVY and YUYV format for overlay

2017-05-23 Thread CK Hu
Hi, Bibby: I've applied this patch to my branch mediatek-drm-next-4.13, thanks. Regards, CK On Tue, 2017-01-24 at 12:40 +0800, Bibby Hsieh wrote: > MT8173 overlay can support UYVY and YUYV format, > we add the format in DRM driver. > > Signed-off-by: Bibby Hsieh > Reviewed-by: Daniel Kurtz >

Re: [PATCH 1/3] drm/omap: Support for HDMI hot plug detection

2017-05-23 Thread Laurent Pinchart
Hi Tomi, On Monday 22 May 2017 14:59:09 Tomi Valkeinen wrote: > On 15/05/17 12:03, Peter Ujfalusi wrote: > > The HPD signal can be used for detecting HDMI cable plug and unplug event > > without the need for polling the status of the line. > > This will speed up detecting such event because we do

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Lukas Wunner
On Mon, May 22, 2017 at 03:35:48PM -0400, Sean Paul wrote: > On Mon, May 22, 2017 at 04:04:07PM +0200, Lukas Wunner wrote: > > On Sun, May 21, 2017 at 09:31:09AM +0200, Nicolai Stange wrote: > > > On Thu, May 18 2017, Lukas Wunner wrote: > > [snip] > > > > Reported-by: Nicolai Stange > > > > Fixes

Re: [PATCH 2/3] drm/omap: displays: connector-hdmi: Support for hot plug detection

2017-05-23 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Monday 15 May 2017 12:03:11 Peter Ujfalusi wrote: > If the hpd_gpio is valid, use interrupt handler to react to HPD changes. > In case the hpd_gpio is not valid, try to enable hpd detection on the > encoder if it supports it. > > Signed-off-by: Peter Ujfalus

Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection

2017-05-23 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Monday 15 May 2017 12:03:12 Peter Ujfalusi wrote: > Use interrupt handler for hpd GPIO to react to HPD changes. > > Signed-off-by: Peter Ujfalusi > --- > .../gpu/drm/omapdrm/displays/encoder-tpd12s015.c | 81 +++ > 1 file changed, 81 inse

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Lukas Wunner
On Mon, May 22, 2017 at 09:24:34PM +0200, Daniel Vetter wrote: > On Thu, May 18, 2017 at 09:33:44PM +0200, Lukas Wunner wrote: > > Nicolai Stange reports the following oops which is caused by > > dereferencing rdev->pdev before it's subsequently set by > > radeon_device_init(). Fix it. > > > >

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Lukas Wunner
On Tue, May 23, 2017 at 09:32:38AM +0200, Christian König wrote: > Am 23.05.2017 um 05:55 schrieb Michel Dänzer: > >On 23/05/17 12:50 PM, Lukas Wunner wrote: > >>On Tue, May 23, 2017 at 12:09:49PM +0900, Michel Dänzer wrote: > >>>On 22/05/17 11:04 PM, Lukas Wunner wrote: > On Sun, May 21, 2017

Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection

2017-05-23 Thread Tomi Valkeinen
On 23/05/17 12:48, Laurent Pinchart wrote: > As the connector code can handle GPIO HPD thanks to patch 2/3, why does it > have to be duplicated here ? I agree that encoders should support reporting > of > hotplug events when the HPD signal is connected to an encoder, but if it's > connected to

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Christian König
Am 23.05.2017 um 12:14 schrieb Lukas Wunner: On Tue, May 23, 2017 at 09:32:38AM +0200, Christian König wrote: Am 23.05.2017 um 05:55 schrieb Michel Dänzer: On 23/05/17 12:50 PM, Lukas Wunner wrote: On Tue, May 23, 2017 at 12:09:49PM +0900, Michel Dänzer wrote: On 22/05/17 11:04 PM, Lukas Wunn

Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection

2017-05-23 Thread Laurent Pinchart
Hi Tomi, On Tuesday 23 May 2017 13:25:34 Tomi Valkeinen wrote: > On 23/05/17 12:48, Laurent Pinchart wrote: > > As the connector code can handle GPIO HPD thanks to patch 2/3, why does it > > have to be duplicated here ? I agree that encoders should support > > reporting of hotplug events when the

Re: [PATCH 1/7] drm/omap: add drm_rotation_to_tiler helper()

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:38 Tomi Valkeinen wrote: > Add a helper function to convert DRM rotation to TILER rotation. You could mention here that the patch drops an error message that could never be printed as the DRM core guarantees that the rotation valu

Re: [PATCH] drm/pl111: add ARM_AMBA dependency

2017-05-23 Thread Arnd Bergmann
On Tue, May 23, 2017 at 1:17 PM, Krzysztof Kozlowski wrote: > On Mon, May 22, 2017 at 11:37 PM, Arnd Bergmann wrote: >> On Mon, May 22, 2017 at 6:32 PM, Krzysztof Kozlowski wrote: >>> On Mon, May 22, 2017 at 05:20:08PM +0200, Arnd Bergmann wrote: The driver is written in a way to enable com

Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection

2017-05-23 Thread Tomi Valkeinen
On 23/05/17 13:42, Laurent Pinchart wrote: > Hi Tomi, > > On Tuesday 23 May 2017 13:25:34 Tomi Valkeinen wrote: >> On 23/05/17 12:48, Laurent Pinchart wrote: >>> As the connector code can handle GPIO HPD thanks to patch 2/3, why does it >>> have to be duplicated here ? I agree that encoders should

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

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93826 --- Comment #50 from Eike --- (In reply to Jonas from comment #48) (In reply to Rodhos from comment #49) Sorry, I should have specified, that i was only talking about the "Lines on the left" part of this report. The bug I have experienced at 1

Re: [PATCH 2/7] drm/omap: remove omap_drm_win

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:39 Tomi Valkeinen wrote: > struct omap_drm_window is only used to pass plane setup data to > omap_framebuffer_update_scanout(). This can as well be accomplished by > just passing the DRM state. > > Signed-off-by: Tomi Valkeinen >

Re: [RFC v4 10/18] vb2: dma-contig: Fix DMA attribute and cache management

2017-05-23 Thread Sakari Ailus
Hi Tomasz, Thanks for the review! Considering where things currently stand, I thing getting the three first patches merged in the near future would make sense. The rest will need a bit more work, and adding buffer flags that aren't used wouldn't really make sense either. See below. On Wed, May 1

Re: [RFC v4 13/18] vb2: Don't sync cache for a buffer if so requested

2017-05-23 Thread Sakari Ailus
Hi Tomasz, On Wed, May 10, 2017 at 07:00:10PM +0800, Tomasz Figa wrote: > Hi Sakari, > > Few comments inline. > > On Mon, May 8, 2017 at 11:03 PM, Sakari Ailus > wrote: > > From: Samu Onkalo > > > > The user may request to the driver (vb2) to skip the cache maintenance > > operations in case t

[Bug 101026] RX 550 HDMI 4k 60fps not working, DisplayPort is.

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101026 Alex Deucher changed: What|Removed |Added Component|Drivers/Gallium/radeonsi|DRM/AMDgpu QA Contact|dri-devel@

Re: [linux-sunxi] Re: [RFC PATCH 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

2017-05-23 Thread Maxime Ripard
On Mon, May 22, 2017 at 07:55:56PM +0200, Jernej Škrabec wrote: > Hi, > > Dne sobota, 20. maj 2017 ob 03:37:53 CEST je Chen-Yu Tsai napisal(a): > > On Sat, May 20, 2017 at 2:23 AM, Jernej Škrabec > wrote: > > > Hi, > > > > > > Dne petek, 19. maj 2017 ob 20:08:18 CEST je Icenowy Zheng napisal(a)

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 12:00:16PM +0200, Lukas Wunner wrote: > On Mon, May 22, 2017 at 09:24:34PM +0200, Daniel Vetter wrote: > > On Thu, May 18, 2017 at 09:33:44PM +0200, Lukas Wunner wrote: > > > Nicolai Stange reports the following oops which is caused by > > > dereferencing rdev->pdev before i

[PATCH] MAINTAINERS: update drm/stm maintainers list

2017-05-23 Thread Vincent Abriou
Add Benjamin Gaignard and Vincent Abriou as STM maintainers: Benjamin Gaignard Vincent Abriou Signed-off-by: Vincent Abriou --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 81cdd03..757d487 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4502

Re: [PATCH][drm-next] drm/pl111: make structure pl111_display_funcs static

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 11:31:22AM +0300, Dan Carpenter wrote: > On Tue, May 23, 2017 at 11:19:58AM +0300, Jani Nikula wrote: > > On Fri, 19 May 2017, Dan Carpenter wrote: > > > On Fri, May 19, 2017 at 01:08:20PM -0700, Eric Anholt wrote: > > >> OK, that's definitely not how I've read the > > >> D

Re: [PATCH] MAINTAINERS: update drm/stm maintainers list

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 03:00:46PM +0200, Vincent Abriou wrote: > Add Benjamin Gaignard and Vincent Abriou as STM maintainers: > Benjamin Gaignard > Vincent Abriou > > Signed-off-by: Vincent Abriou Acked-by: Daniel Vetter Would be good to get an ack from Philippe too (Yannick's apparently on

Re: [PATCH 3/7] drm/omap: use DRM_ROTATE_* instead of OMAP_DSS_ROT_*

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:40 Tomi Valkeinen wrote: > At the moment the dispc driver uses a custom enum for rotation. Change > it to use the DRM's DRM_ROTATE_*. > > Note that mirroring is at the moment handled as a separate boolean in > the dispc driver, so

Re: [PATCH] drm/mediatek: hdmi: Filter interlaced resolutions

2017-05-23 Thread Daniel Vetter
On Tue, May 23, 2017 at 05:28:15PM +0800, CK Hu wrote: > Hi, Bibby: > > I've applied this patch to my branch mediatek-drm-fixes-4.12-rc1, > thanks. > > Regards, > CK > > On Tue, 2017-01-24 at 13:10 +0800, Bibby Hsieh wrote: > > Current Mediatek DRM driver does not support interlaced mode, and >

Re: [PATCH 3/7] drm/omap: use DRM_ROTATE_* instead of OMAP_DSS_ROT_*

2017-05-23 Thread Tomi Valkeinen
On 23/05/17 16:07, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Wednesday 17 May 2017 10:56:40 Tomi Valkeinen wrote: >> At the moment the dispc driver uses a custom enum for rotation. Change >> it to use the DRM's DRM_ROTATE_*. >> >> Note that mirroring is at the moment

Re: [PATCH 4/7] drm/omap: DRM_REFLECT_* instead of mirror boolean

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:41 Tomi Valkeinen wrote: > Change dispc driver to use the DRM_REFLECT flags instead of a mirror > boolean. Patch 3/7 has /* must use FIR for YUV422 if rotated */ if (rotation != DRM_ROTATE_0)

Re: [PATCH] MAINTAINERS: update drm/stm maintainers list

2017-05-23 Thread Benjamin Gaignard
2017-05-23 15:03 GMT+02:00 Daniel Vetter : > On Tue, May 23, 2017 at 03:00:46PM +0200, Vincent Abriou wrote: >> Add Benjamin Gaignard and Vincent Abriou as STM maintainers: >> Benjamin Gaignard >> Vincent Abriou >> >> Signed-off-by: Vincent Abriou > Acked-by: Daniel Vetter > > Would be good to

Re: [PATCH 4/7] drm/omap: DRM_REFLECT_* instead of mirror boolean

2017-05-23 Thread Tomi Valkeinen
On 23/05/17 16:15, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Wednesday 17 May 2017 10:56:41 Tomi Valkeinen wrote: >> Change dispc driver to use the DRM_REFLECT flags instead of a mirror >> boolean. > > Patch 3/7 has > > /* must use FIR for YUV422 if ro

Re: [PATCH] drm/stm: ltdc: fix duplicated arguments

2017-05-23 Thread Benjamin Gaignard
2017-05-22 11:30 GMT+02:00 Philippe CORNU : > Fix COMPILE_TEST build issue detected with the > rule: "duplicated argument to & or |" > I have merged it in drm-misc-next Thanks, Benjamin > Signed-off-by: Philippe CORNU > --- > drivers/gpu/drm/stm/ltdc.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [PATCH 5/7] drm/omap: pass rotation to dispc

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:42 Tomi Valkeinen wrote: > The omapdrm driver has not passed the rotation value to the dispc > driver. This doesn't affect RGB formats, but YUV formats don't work > without dispc knowing the orientation. > > Signed-off-by: Tomi Val

[linux-next-20170523] possible circular locking dependency detected

2017-05-23 Thread Sergey Senozhatsky
Hello, [9.610781] == [9.610784] WARNING: possible circular locking dependency detected [9.610789] 4.12.0-rc2-next-20170523-dbg-dirty #231 Not tainted [9.610791] -- [9.610795

Re: [PATCH v5 0/2] drm: Introduce writeback connectors

2017-05-23 Thread Boris Brezillon
Hi Liviu, On Mon, 15 May 2017 18:20:55 +0100 Liviu Dudau wrote: > Hi, > > This is v5 of the writeback connector series. Boris Brezillon thought > that having to explicitly instantiate an encoder when using > drm_writeback_connector > is a bit too cumbersome, so I'm pushing out this version whe

Re: [PATCH 5/7] drm/omap: pass rotation to dispc

2017-05-23 Thread Tomi Valkeinen
On 23/05/17 17:06, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Wednesday 17 May 2017 10:56:42 Tomi Valkeinen wrote: >> The omapdrm driver has not passed the rotation value to the dispc >> driver. This doesn't affect RGB formats, but YUV formats don't work >> without d

Re: [PATCH v5 0/2] drm: Introduce writeback connectors

2017-05-23 Thread Liviu Dudau
On Tue, May 23, 2017 at 04:33:55PM +0200, Boris Brezillon wrote: > Hi Liviu, Hi Boris, > > On Mon, 15 May 2017 18:20:55 +0100 > Liviu Dudau wrote: > > > Hi, > > > > This is v5 of the writeback connector series. Boris Brezillon thought > > that having to explicitly instantiate an encoder when

Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference

2017-05-23 Thread Rob Herring
On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote: > Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel > properties") > Cc: Laurent Pinchart > Cc: Rob Herring > Signed-off-by: Baruch Siach > --- > Documentation/devicetree/bindings/display/panel/panel-common.t

Re: [PATCH 2/2] dt/bindings: display: move rotation into a common place

2017-05-23 Thread Rob Herring
On Tue, May 16, 2017 at 11:19:05AM +0300, Baruch Siach wrote: > Commit b60c1be74741 (dt-bindings: display/panel: Add common rotation property) > added the rotation property description in a new file. We have a place for > common display panel properties already. Move there the rotation property. >

[Bug 194761] amdgpu driver breaks on Oland (SI)

2017-05-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194761 --- Comment #16 from Jean Delvare (jdelv...@suse.de) --- I tested Alex's branch amd-staging-4.11 as of yesterday (top commit c285c73f2213) and it does NOT fix the bug. Did it occur to you that there may be a simple bug in commit c7bc82efa60d ("dr

Re: [PATCH v2 2/5] dt-bindings: display: Add Synopsys DW MIPI DSI DRM bridge driver

2017-05-23 Thread Rob Herring
On Fri, May 19, 2017 at 05:20:15PM +0200, Philippe CORNU wrote: > This patch adds documentation of device tree bindings for the > Synopsys DesignWare MIPI DSI host DRM bridge driver. > > Signed-off-by: Philippe CORNU > --- > .../bindings/display/bridge/dw_mipi_dsi.txt| 36 >

Re: [PATCH v5 0/2] drm: Introduce writeback connectors

2017-05-23 Thread Boris Brezillon
On Tue, 23 May 2017 15:38:42 +0100 Liviu Dudau wrote: > On Tue, May 23, 2017 at 04:33:55PM +0200, Boris Brezillon wrote: > > Hi Liviu, > > Hi Boris, > > > > > On Mon, 15 May 2017 18:20:55 +0100 > > Liviu Dudau wrote: > > > > > Hi, > > > > > > This is v5 of the writeback connector series

Re: [PATCH v2 4/5] dt-bindings: display: Add STM32 DSI host driver

2017-05-23 Thread Rob Herring
On Fri, May 19, 2017 at 05:20:17PM +0200, Philippe CORNU wrote: > This patch adds documentation of device tree bindings for the STM32 > DSI host driver based on the Synopsys DW MIPI DSI driver from Rockchip. > > Signed-off-by: Philippe CORNU > --- > .../devicetree/bindings/display/st,stm32-ltdc.

[Bug 100949] Power management problem on CIK/SI hybrid laptop

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100949 --- Comment #8 from Luya Tshimbalanga --- Yes, those *ERROR* message happened on suspend/resume followed by the black screen. Same errors also occurred when leaving the laptop in idle for a while as well. -- You are receiving this mail because

Re: [Intel-gfx] [PATCH v2 2/3] drm: Create a format/modifier blob

2017-05-23 Thread Daniel Stone
Hi Ben, On 16 May 2017 at 22:31, Ben Widawsky wrote: > Updated blob layout (Rob, Daniel, Kristian, xerpi) If you take the attached fixup, this is: Reviewed-by: Daniel Stone The rest of the series looks fine to me, so you can take my Acked-by, but I'm currently off work sick and am away next we

[Bug 99136] Blood Effects corrupt graphics in Total War: Warhammer

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99136 --- Comment #41 from Alexandr Zelinsky --- its not mesa bug its known bug in cracked release by razor1911 -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing

[Bug 100400] Game Valhalla Hills crash on startup

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100400 --- Comment #12 from beham.christop...@gmx.at --- (In reply to Samuel Pitoiset from comment #11) > Hi there, > > The crash at startup can no longer be reproduced. I have just tested with > Mesa (4eb0411ed72) and LLVM (9031fd91990). Though, it st

[Bug 100400] [Solved] Game Valhalla Hills crash on startup

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100400 beham.christop...@gmx.at changed: What|Removed |Added Summary|Game Valhalla Hills crash |[Solved] Game Valhalla

[Bug 100400] [Solved] Game Valhalla Hills crash on startup

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100400 Samuel Pitoiset changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

RE: [PATCH] gpu: drm: radeon: refactor code

2017-05-23 Thread Deucher, Alexander
> -Original Message- > From: Koenig, Christian > Sent: Wednesday, May 17, 2017 4:23 AM > To: Gustavo A. R. Silva; Deucher, Alexander; David Airlie > Cc: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH] gpu: drm: radeon: r

RE: [PATCH] drm/amd: include instead of "linux/delay.h"

2017-05-23 Thread Deucher, Alexander
> -Original Message- > From: Koenig, Christian > Sent: Monday, May 22, 2017 4:12 AM > To: Christian König; Masahiro Yamada; dri-devel@lists.freedesktop.org; > Daniel Vetter; Deucher, Alexander; Daenzer, Michel; linux- > ker...@vger.kernel.org; amd-...@lists.freedesktop.org > Subject: Re: [P

RE: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Deucher, Alexander
> -Original Message- > From: Lukas Wunner [mailto:lu...@wunner.de] > Sent: Monday, May 22, 2017 11:51 PM > To: Michel Dänzer > Cc: Nicolai Stange; Sean Paul; Deucher, Alexander; dri- > de...@lists.freedesktop.org; amd-...@lists.freedesktop.org; Koenig, > Christian > Subject: Re: [PATCH] drm

[Bug 100306] System randomly freezes or crashes to the login screen, glitches until rebooted

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100306 --- Comment #25 from Alex Deucher --- Can you narrow down what component update caused the issue? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list d

Re: [PATCH] drm/radeon: Fix oops upon driver load on PowerXpress laptops

2017-05-23 Thread Alex Deucher
On Tue, May 23, 2017 at 2:47 PM, Deucher, Alexander wrote: >> -Original Message- >> From: Lukas Wunner [mailto:lu...@wunner.de] >> Sent: Monday, May 22, 2017 11:51 PM >> To: Michel Dänzer >> Cc: Nicolai Stange; Sean Paul; Deucher, Alexander; dri- >> de...@lists.freedesktop.org; amd-...@lis

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx.

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96868 Alex Deucher changed: What|Removed |Added Attachment #131320|0 |1 is obsolete|

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx.

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96868 Alex Deucher changed: What|Removed |Added Attachment #131319|0 |1 is obsolete|

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx.

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96868 --- Comment #26 from Alex Deucher --- Created attachment 131453 --> https://bugs.freedesktop.org/attachment.cgi?id=131453&action=edit possible fix 4/4 -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx.

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96868 Alex Deucher changed: What|Removed |Added Attachment #131321|0 |1 is obsolete|

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx.

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96868 Alex Deucher changed: What|Removed |Added Attachment #131322|0 |1 is obsolete|

[Bug 100306] System randomly freezes or crashes to the login screen, glitches until rebooted

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100306 --- Comment #26 from MirceaKitsune --- (In reply to Alex Deucher from comment #25) > Can you narrow down what component update caused the issue? openSUSE Tumbleweed upgraded from Mesa 17.0.5 to 17.1.0 yesterday. I'm still in the process of seei

Re: [Linaro-mm-sig] [PATCH] dma-buf: avoid scheduling on fence status query v2

2017-05-23 Thread Dave Airlie
On 28 April 2017 at 07:27, Gustavo Padovan wrote: > 2017-04-26 Christian König : > >> Am 26.04.2017 um 16:46 schrieb Andres Rodriguez: >> > When a timeout of zero is specified, the caller is only interested in >> > the fence status. >> > >> > In the current implementation, dma_fence_default_wait w

[Bug 101160] Venus PRO R9 M265X amdgpu: ring 0 test failed

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101160 Bug ID: 101160 Summary: Venus PRO R9 M265X amdgpu: ring 0 test failed Product: DRI Version: unspecified Hardware: Other OS: All Status: NEW Severity: nor

Re: [PATCH] drm/pl111: add ARM_AMBA dependency

2017-05-23 Thread Krzysztof Kozlowski
On Mon, May 22, 2017 at 11:37 PM, Arnd Bergmann wrote: > On Mon, May 22, 2017 at 6:32 PM, Krzysztof Kozlowski wrote: >> On Mon, May 22, 2017 at 05:20:08PM +0200, Arnd Bergmann wrote: >>> The driver is written in a way to enable compile-testing without >>> CONFIG_ARM_AMBA, >>> but it just causes

[PATCH v9 0/5] Enhancement to intel_dp_aux_backlight driver

2017-05-23 Thread Puthikorn Voravootivat
This patch set contain 5 patches. Another 4 patches in previous version was already merged in v7. - First two patches allow choosing which way to adjust brightness if both PWM pin and AUX are supported - Next patch adds support for dynamic brightness. - Last two patches set the PWM freqency to ma

Re: [PATCH 14/22] gpu: host1x: Forbid relocation address shifting in the firewall

2017-05-23 Thread Dmitry Osipenko
On 23.05.2017 13:14, Mikko Perttunen wrote: > Reloc shifts are implemented (see assignment of u32 reloc_addr in do_relocs), > and they are required for VIC job submissions. > The *validation* is unimplemented. Since VIC uses the shifts, we may add a validation for it in a way it is done for the r

Re: [PATCH 14/22] gpu: host1x: Forbid relocation address shifting in the firewall

2017-05-23 Thread Mikko Perttunen
Reloc shifts are implemented (see assignment of u32 reloc_addr in do_relocs), and they are required for VIC job submissions. On 23.05.2017 03:14, Dmitry Osipenko wrote: Incorrectly shifted relocation address will cause a lower memory corruption and likely a hang on a write or a read of an arbit

Re: [PATCH] MAINTAINERS: update drm/stm maintainers list

2017-05-23 Thread Philippe CORNU
On 05/23/2017 03:17 PM, Benjamin Gaignard wrote: > 2017-05-23 15:03 GMT+02:00 Daniel Vetter : >> On Tue, May 23, 2017 at 03:00:46PM +0200, Vincent Abriou wrote: >>> Add Benjamin Gaignard and Vincent Abriou as STM maintainers: >>> Benjamin Gaignard >>> Vincent Abriou >>> >>> Signed-off-by: Vince

[PATCH v9 3/5] drm/i915: Add option to support dynamic backlight via DPCD

2017-05-23 Thread Puthikorn Voravootivat
This patch adds option to enable dynamic backlight for eDP panel that supports this feature via DPCD register and set minimum / maximum brightness to 0% and 100% of the normal brightness. Signed-off-by: Puthikorn Voravootivat --- drivers/gpu/drm/i915/i915_params.c| 5 drivers/g

[PATCH v9 1/5] drm/i915: Drop AUX backlight enable check for backlight control

2017-05-23 Thread Puthikorn Voravootivat
There are some panel that (1) does not support display backlight enable via AUX (2) support display backlight adjustment via AUX (3) support display backlight enable via eDP BL_ENABLE pin The current driver required that (1) must be support to enable (2). This patch drops that requirement. Signed

Re: [PATCH] drm/pl111: add ARM_AMBA dependency

2017-05-23 Thread Krzysztof Kozlowski
On Tue, May 23, 2017 at 1:22 PM, Arnd Bergmann wrote: > On Tue, May 23, 2017 at 1:17 PM, Krzysztof Kozlowski wrote: >> On Mon, May 22, 2017 at 11:37 PM, Arnd Bergmann wrote: >>> On Mon, May 22, 2017 at 6:32 PM, Krzysztof Kozlowski >>> wrote: On Mon, May 22, 2017 at 05:20:08PM +0200, Arnd

Re: [PATCH v4 00/10] Introduce new mode validation callbacks

2017-05-23 Thread Jose Abreu
Hi Daniel, On 22-05-2017 16:31, Daniel Vetter wrote: > On Mon, May 22, 2017 at 09:56:00AM +0200, Daniel Vetter wrote: >> On Fri, May 19, 2017 at 01:52:09AM +0100, Jose Abreu wrote: >>> This series is a follow up from the discussion at [1]. We start by >>> introducing crtc->mode_valid(), encoder->

[PATCH v9 4/5] drm: Add definition for eDP backlight frequency

2017-05-23 Thread Puthikorn Voravootivat
This patch adds the following definition - Bit mask for EDP_PWMGEN_BIT_COUNT and min/max cap register which only use bit 0:4 - Base frequency (27 MHz) for backlight PWM frequency generator. Signed-off-by: Puthikorn Voravootivat Reviewed-by: Dhinakaran Pandiyan --- include/drm/drm_dp_helper.

RE: [Intel-gfx] [PATCH v8 3/5] drm/i915: Add option to support dynamic backlight via DPCD

2017-05-23 Thread Pandiyan, Dhinakaran
Yeah, looks fine to me. -DK From: put...@google.com [mailto:put...@google.com] On Behalf Of Puthikorn Voravootivat Sent: Friday, May 19, 2017 2:00 PM To: Pandiyan, Dhinakaran Cc: put...@chromium.org; dri-devel@lists.freedesktop.org; intel-...@lists.freedesktop.org; jani.nik...@linux.intel.com

[PATCH v9 2/5] drm/i915: Allow choosing how to adjust brightness if both supported

2017-05-23 Thread Puthikorn Voravootivat
Add option to allow choosing how to adjust brightness if panel supports both PWM pin and AUX channel. Signed-off-by: Puthikorn Voravootivat --- drivers/gpu/drm/i915/i915_params.c| 8 +--- drivers/gpu/drm/i915/i915_params.h| 2 +- drivers/gpu/drm/i915/intel_dp_aux_ba

[PATCH v9 5/5] drm/i915: Set PWM divider to match desired frequency in vbt

2017-05-23 Thread Puthikorn Voravootivat
Read desired PWM frequency from panel vbt and calculate the value for divider in DPCD address 0x724 and 0x728 to have as many bits as possible for PWM duty cyle for granularity of brightness adjustment while the frequency divisor is still within 25% of the desired value. Signed-off-by: Puthikorn V

Re: [PATCH 16/22] gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall

2017-05-23 Thread Dmitry Osipenko
On 23.05.2017 03:39, Erik Faye-Lund wrote: > On Tue, May 23, 2017 at 2:14 AM, Dmitry Osipenko wrote: >> Several channels could be made to write the same unit concurrently via the >> SETCLASS opcode, trusting userspace is a bad idea. It should be possible to >> drop the per-client channel reservati

Re: [PATCH 14/22] gpu: host1x: Forbid relocation address shifting in the firewall

2017-05-23 Thread Mikko Perttunen
On 23.05.2017 13:58, Dmitry Osipenko wrote: On 23.05.2017 13:14, Mikko Perttunen wrote: Reloc shifts are implemented (see assignment of u32 reloc_addr in do_relocs), and they are required for VIC job submissions. The *validation* is unimplemented. Since VIC uses the shifts, we may add a valid

Re: [linux-sunxi] Re: [RFC PATCH 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

2017-05-23 Thread icenowy
在 2017-05-23 20:53,Maxime Ripard 写道: On Mon, May 22, 2017 at 07:55:56PM +0200, Jernej Škrabec wrote: Hi, Dne sobota, 20. maj 2017 ob 03:37:53 CEST je Chen-Yu Tsai napisal(a): > On Sat, May 20, 2017 at 2:23 AM, Jernej Škrabec wrote: > > Hi, > > > > Dne petek, 19. maj 2017 ob 20:08:18 CEST je Ic

Re: [PATCH 14/22] gpu: host1x: Forbid relocation address shifting in the firewall

2017-05-23 Thread Dmitry Osipenko
On 23.05.2017 14:19, Mikko Perttunen wrote: > On 23.05.2017 13:58, Dmitry Osipenko wrote: >> On 23.05.2017 13:14, Mikko Perttunen wrote: >>> Reloc shifts are implemented (see assignment of u32 reloc_addr in >>> do_relocs), >>> and they are required for VIC job submissions. >>> >> >> The *validatio

Re: [linux-sunxi] Re: [RFC PATCH 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

2017-05-23 Thread Icenowy Zheng
于 2017年5月23日 GMT+08:00 下午8:53:21, Maxime Ripard 写到: >On Mon, May 22, 2017 at 07:55:56PM +0200, Jernej Škrabec wrote: >> Hi, >> >> Dne sobota, 20. maj 2017 ob 03:37:53 CEST je Chen-Yu Tsai napisal(a): >> > On Sat, May 20, 2017 at 2:23 AM, Jernej Škrabec > >> wrote: >> > > Hi, >> > > >> > > Dn

[Bug 99326] Boot problem and White dots/noise/speckling/shimmering/corruption on Radeon HD6320

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99326 --- Comment #1 from m...@advancedcontrols.com.au --- Compiling custom kernels has been too much work, so we've moved our production from AMD T56N to Intel i3-4010U. -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 99488] [r600g]ImageMagick issues in Gaussian Blur kernel

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 nixscrip...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 Bug 99553 depends on bug 99488, which changed state. Bug 99488 Summary: [r600g]ImageMagick issues in Gaussian Blur kernel https://bugs.freedesktop.org/show_bug.cgi?id=99488 What|Removed |Added --

[PATCH libdrm] omap: fix omap_bo_size for tiled buffers

2017-05-23 Thread Tomi Valkeinen
The buffer size is calculated using pixels, not bytes as it should. The result is often correct, though, as the stride is aligned to page size, but there are still many cases where the size ends up being wrong. Fix this by not calculating the size at all, as in that case DRM_OMAP_GEM_INFO ioctl is

Re: [PATCH 6/7] drm/omap: fix YUV422 rotation with TILER

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:43 Tomi Valkeinen wrote: > TILER rotation with YUV422 pixelformats does not work at the moment. All > other pixel formats work, because the pixelformat's pixel size is equal > to tiler unit size (e.g. XR24's pixel size is 32 bits, a

Re: [PATCH 7/7] drm/omap: fix YUV422 90/270 rotation with mirroring

2017-05-23 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 17 May 2017 10:56:44 Tomi Valkeinen wrote: > When rotating 90/270 + mirroring with YUV422, the end result will have > adjacent pixels swapped. The problem is that > dispc_ovl_set_rotation_attrs() has wrong rotation values for these > cases. > > Sign

Re: [PATCH 6/7] drm/omap: fix YUV422 rotation with TILER

2017-05-23 Thread Tomi Valkeinen
On 24/05/17 09:44, Laurent Pinchart wrote: >> b/drivers/gpu/drm/omapdrm/omap_fb.c index bd05976fc20b..e5cc13799e73 100644 >> --- a/drivers/gpu/drm/omapdrm/omap_fb.c >> +++ b/drivers/gpu/drm/omapdrm/omap_fb.c >> @@ -184,16 +184,30 @@ void omap_framebuffer_update_scanout(struct >> drm_framebuffer *f

[Bug 100949] Black screen, DP link training errors

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100949 Michel Dänzer changed: What|Removed |Added Summary|Power management problem on |Black screen, DP link

  1   2   >