[PATCH] tty: vt: Fix soft lockup in fbcon cursor blink timer.

2016-05-17 Thread Pavel Machek
On Tue 2016-05-17 11:41:04, David Daney wrote: > From: David Daney > > We are getting somewhat random soft lockups with this signature: > > [ 86.992215] [] el1_irq+0xa0/0x10c > [ 86.997082] [] cursor_timer_handler+0x30/0x54 > [ 87.002991] [] call_timer_fn+0x54/0x1a8 > [ 87.008378] []

[PATCH v7 1/3] create SMAF module

2016-05-17 Thread Emil Velikov
On 17 May 2016 at 22:29, Daniel Vetter wrote: > Please don't use __kernel_size_t, it's only for backwards compat if you > already botched an ioctl definition ;-) > That explains why I've not seen it in (m)any other UAPI headers but our legacy ones. Thank you ! Emil

[PATCH v7 1/3] create SMAF module

2016-05-17 Thread Emil Velikov
On 17 May 2016 at 14:50, Benjamin Gaignard wrote: > Hello Emil, > > thanks for your review. > I have understand most of your remarks and I'm fixing them > but some points aren't obvious for me... > Sure thing. Thanks for being honest. > > No because a device could attach itself on the buffer

[PATCH] drm/tegra: Fix crash caused by reference count imbalance

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 7:29 PM, Jon Hunter wrote: >>> @@ -764,6 +769,9 @@ tegra_dsi_connector_duplicate_state(struct >>> drm_connector *connector) >>> if (!copy) >>> return NULL; >>> >>> +if (copy->base.crtc) >>> +drm_connector_reference(connector); >>> + >> >>

[PULL] topic/drm-misc

2016-05-17 Thread Daniel Vetter
Hi Dave, Ok as promised heres the patches to do some function interface refactoring across the tree. I've double check and run gcc on x86 and arm, but please also check that nothing crept in meanwhile before pushing out the merge. Otherwise a few more misc patches, plus the 2 duct-tape patches

[PATCH] drm/tegra: Fix crash caused by reference count imbalance

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 05:27:15PM +0100, Jon Hunter wrote: > Commit d2307dea14a4 ("drm/atomic: use connector references (v3)") added > reference counting for DRM connectors and this caused a crash when > exercising system suspend on Tegra114 Dalmore. > > The Tegra DSI driver implements a Tegra

[PATCH] drm/tegra: Fix crash caused by reference count imbalance

2016-05-17 Thread Jon Hunter
On 17/05/16 17:46, Daniel Vetter wrote: > On Tue, May 17, 2016 at 05:27:15PM +0100, Jon Hunter wrote: >> Commit d2307dea14a4 ("drm/atomic: use connector references (v3)") added >> reference counting for DRM connectors and this caused a crash when >> exercising system suspend on Tegra114 Dalmore.

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Ville Syrjälä
On Tue, May 17, 2016 at 03:19:20PM +0200, Daniel Vetter wrote: > On Tue, May 17, 2016 at 3:14 PM, Ville Syrjälä > wrote: > > On Tue, May 17, 2016 at 03:04:52PM +0200, Daniel Vetter wrote: > >> On Tue, May 17, 2016 at 02:22:26PM +0200, Noralf Trønnes wrote: > >> > > >> > > >> > Den 17.05.2016

[PATCH v7 1/3] create SMAF module

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 03:50:41PM +0200, Benjamin Gaignard wrote: > 2016-05-17 0:58 GMT+02:00 Emil Velikov : > > On 9 May 2016 at 16:07, Benjamin Gaignard > > wrote: > >> + * @fd:returned file descriptor > >> + */ > >> +struct smaf_create_data { > >> + size_t length; > >>

[PATCH] drm/tegra: Fix crash caused by reference count imbalance

2016-05-17 Thread Jon Hunter
Commit d2307dea14a4 ("drm/atomic: use connector references (v3)") added reference counting for DRM connectors and this caused a crash when exercising system suspend on Tegra114 Dalmore. The Tegra DSI driver implements a Tegra specific function, tegra_dsi_connector_duplicate_state(), to duplicate

[PATCH v2] drm/imx: use bus_flags for pixel clock polarity

2016-05-17 Thread Philipp Zabel
This patch allows panels to set pixel clock and data enable pin polarity other than the default of driving data at the falling pixel clock edge and active high display enable. Signed-off-by: Philipp Zabel --- Changes since v1: - Invert polarity - driving pixel data on the falling edge and

[PATCH v7 3/3] SMAF: add fake secure module

2016-05-17 Thread Benjamin Gaignard
2016-05-17 1:10 GMT+02:00 Emil Velikov : > Hi Benjamin, > > On 9 May 2016 at 16:07, Benjamin Gaignard > wrote: >> This module is allow testing secure calls of SMAF. >> > "Add fake secure module" does sound like something not (m)any people > want to hear ;-) > Have you considered calling it

ast: cursor flashing softlockups

2016-05-17 Thread Ming Lei
Hi, On Tue, May 17, 2016 at 4:07 AM, Dann Frazier wrote: > Hi, > I'm observing a soft lockup issue w/ the ASPEED controller on an > arm64 server platform. This was originally seen on Ubuntu's 4.4 > kernel, but it is reproducible w/ vanilla 4.6-rc7 as well. > > [ 32.792656] NMI watchdog: BUG:

[PATCH v7 2/3] SMAF: add CMA allocator

2016-05-17 Thread Benjamin Gaignard
Hi Emil, 2016-05-17 1:05 GMT+02:00 Emil Velikov : > Hi Benjamin, > > On 9 May 2016 at 16:07, Benjamin Gaignard > wrote: >> SMAF CMA allocator implement helpers functions to allow SMAF >> to allocate contiguous memory. >> >> match() each if at least one of the attached devices have

[Bug 95452] System freeze radeon 5770

2016-05-17 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/00d44430/attachment.html>

[Bug 95452] System freeze radeon 5770

2016-05-17 Thread bugzilla-dae...@freedesktop.org
use: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/db5a533a/attachment.html>

[PATCH 4/4] drm/amdgpu: update Polaris11 golden setting

2016-05-17 Thread Alex Deucher
From: Flora Cui Signed-off-by: Flora Cui Reviewed-by: Christian König Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 5 +++-- drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 2 ++ 3 files changed, 6

[PATCH 3/4] drm/amdgpu: Add more Polaris 11 PCI IDs

2016-05-17 Thread Alex Deucher
From: Flora Cui Signed-off-by: Flora Cui Reviewed-by: Christian König Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

[PATCH 2/4] drm/amdgpu: update Polaris10 golden setting

2016-05-17 Thread Alex Deucher
From: Flora Cui Signed-off-by: Flora Cui Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 1/4] drm/amdgpu: add more Polaris10 DID

2016-05-17 Thread Alex Deucher
From: Flora Cui Signed-off-by: Flora Cui Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

[drm:drm-next 992/1014] ./usr/include/drm/drm.h:63: userspace cannot reference function or variable defined in the kernel

2016-05-17 Thread kbuild test robot
ream Size: 6275 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/d599db21/attachment.obj>

[PATCH 1/5] drm/amd/amdgpu : Remove unused variable

2016-05-17 Thread Alex Deucher
On Tue, May 17, 2016 at 5:42 AM, Muhammad Falak R Wani wrote: > Remove unused variable 'ret', and directly return 0. > > Signed-off-by: Muhammad Falak R Wani Applied the series. Thanks! Alex > --- > drivers/gpu/drm/amd/amdgpu/cik_ih.c | 3 +-- > 1 file changed, 1 insertion(+), 2

[Bug 95451] UVD errors after unsuspending

2016-05-17 Thread bugzilla-dae...@freedesktop.org
|errors after unsuspending |unsuspending -- 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/20160517/870a1297/attachment.html>

[Bug 95451] Hardware acceleration errors after unsuspending

2016-05-17 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/594c23f0/attachment.html>

[drm:drm-next 990/1014] ./usr/include/drm/amdgpu_drm.h:38: userspace cannot reference function or variable defined in the kernel

2016-05-17 Thread kbuild test robot
e: .config.gz Type: application/octet-stream Size: 6275 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/13dcc995/attachment-0001.obj>

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Ville Syrjälä
On Tue, May 17, 2016 at 03:04:52PM +0200, Daniel Vetter wrote: > On Tue, May 17, 2016 at 02:22:26PM +0200, Noralf Trønnes wrote: > > > > > > Den 17.05.2016 14:12, skrev Ville Syrjälä: > > >On Tue, May 17, 2016 at 02:00:45PM +0200, Noralf Trønnes wrote: > > >>Den 17.05.2016 09:59, skrev

[PATCH v7 1/3] create SMAF module

2016-05-17 Thread Benjamin Gaignard
Hello Emil, thanks for your review. I have understand most of your remarks and I'm fixing them but some points aren't obvious for me... 2016-05-17 0:58 GMT+02:00 Emil Velikov : > Hi Benjamin, > > I'd suspect you're interested in some feedback on these, so here is a few :-) > Sadly (ideally?)

[Bug 117411] [radeon][HD5650][REDWOOD] radeon.dpm causing one minute boot delay

2016-05-17 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=117411 no.spam.to.me at ish.de changed: What|Removed |Added Kernel Version|4.5.0 |since 4.3-rc4 --- Comment #3

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 3:14 PM, Ville Syrjälä wrote: > On Tue, May 17, 2016 at 03:04:52PM +0200, Daniel Vetter wrote: >> On Tue, May 17, 2016 at 02:22:26PM +0200, Noralf Trønnes wrote: >> > >> > >> > Den 17.05.2016 14:12, skrev Ville Syrjälä: >> > >On Tue, May 17, 2016 at 02:00:45PM +0200,

[PATCH 5/5] drm/amd/amdgpu : Remove unused variable

2016-05-17 Thread Muhammad Falak R Wani
Remove unused variable 'ret', and directly return 0. Signed-off-by: Muhammad Falak R Wani --- drivers/gpu/drm/amd/amdgpu/tonga_ih.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/tonga_ih.c b/drivers/gpu/drm/amd/amdgpu/tonga_ih.c index

[PATCH 4/5] drm/amd/amdgpu : Remove unused variable

2016-05-17 Thread Muhammad Falak R Wani
Remove unused variable 'ret', and directly return 0. Signed-off-by: Muhammad Falak R Wani --- drivers/gpu/drm/amd/amdgpu/iceland_ih.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/iceland_ih.c b/drivers/gpu/drm/amd/amdgpu/iceland_ih.c index

[PATCH 3/5] drm/amd/amdgpu : Remove unused variable

2016-05-17 Thread Muhammad Falak R Wani
Remove unused variable 'ret', and directly return 0. Signed-off-by: Muhammad Falak R Wani --- drivers/gpu/drm/amd/amdgpu/cz_ih.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/cz_ih.c b/drivers/gpu/drm/amd/amdgpu/cz_ih.c index 23bd912..964956f

[PATCH 2/5] drm/amd/amdgpu/cz_dpm: Remove unused variable

2016-05-17 Thread Muhammad Falak R Wani
Remove unused variable 'ret' from functions where it was not used anyway, and directly return 0. Signed-off-by: Muhammad Falak R Wani --- drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c

[PATCH 1/5] drm/amd/amdgpu : Remove unused variable

2016-05-17 Thread Muhammad Falak R Wani
Remove unused variable 'ret', and directly return 0. Signed-off-by: Muhammad Falak R Wani --- drivers/gpu/drm/amd/amdgpu/cik_ih.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/cik_ih.c b/drivers/gpu/drm/amd/amdgpu/cik_ih.c index

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Ville Syrjälä
On Tue, May 17, 2016 at 02:00:45PM +0200, Noralf Trønnes wrote: > > Den 17.05.2016 09:59, skrev Daniel Vetter: > > On Tue, May 17, 2016 at 10:46:51AM +0300, Ville Syrjälä wrote: > >> On Tue, May 17, 2016 at 09:05:01AM +0200, Daniel Vetter wrote: > >>> On Thu, May 12, 2016 at 09:36:14PM +0300,

[PATCH] checkpatch fixes

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 07:45:25AM +1000, Tobin C Harding wrote: > Fix a couple of checkpatch errors and a bunch of warnings. > > Signed-off-by: Tobin C Harding Patch needs a drm/gma500: prefix in the summary. Also please list in the commit message itself what kinds of warnings exactly you've

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 02:22:26PM +0200, Noralf Trønnes wrote: > > > Den 17.05.2016 14:12, skrev Ville Syrjälä: > >On Tue, May 17, 2016 at 02:00:45PM +0200, Noralf Trønnes wrote: > >>Den 17.05.2016 09:59, skrev Daniel Vetter: > >>>On Tue, May 17, 2016 at 10:46:51AM +0300, Ville Syrjälä

imx-drm: regression due to commit 503fe87bd0a8 ("gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading")

2016-05-17 Thread Marcel Ziswiler
ith the parallel-display driver I didn't > yet check with the imx-ldb driver. > Can anyone confirm that the imx-drm driver in current linux-next > (next-20160512) works for them with any i.MX6 or i.MX53 board? I can confirm that this is actually broken both in v4.6 and next- 20160517.

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Noralf Trønnes
Den 17.05.2016 14:12, skrev Ville Syrjälä: > On Tue, May 17, 2016 at 02:00:45PM +0200, Noralf Trønnes wrote: >> Den 17.05.2016 09:59, skrev Daniel Vetter: >>> On Tue, May 17, 2016 at 10:46:51AM +0300, Ville Syrjälä wrote: On Tue, May 17, 2016 at 09:05:01AM +0200, Daniel Vetter wrote:

[PATCH] Revert "drm/imx: Remove of_node assignment from ipuv3-crtc driver probe"

2016-05-17 Thread Fabio Estevam
Commit 407c9eba789767 ("drm/imx: Remove of_node assignment from ipuv3-crtc driver probe") causes the IPU to be non-functional, so better to revert it to avoid such regression. This reverts commit 407c9eba789767feb68b42eb2d65db68584e06c0. Cc: # 4.4.x Signed-off-by: Fabio Estevam ---

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Noralf Trønnes
Den 17.05.2016 09:59, skrev Daniel Vetter: > On Tue, May 17, 2016 at 10:46:51AM +0300, Ville Syrjälä wrote: >> On Tue, May 17, 2016 at 09:05:01AM +0200, Daniel Vetter wrote: >>> On Thu, May 12, 2016 at 09:36:14PM +0300, Ville Syrjälä wrote: On Thu, May 12, 2016 at 08:25:23PM +0200,

[GIT PULL] imx-drm module autoloading fix

2016-05-17 Thread Philipp Zabel
Am Dienstag, den 17.05.2016, 10:56 +0200 schrieb Philipp Zabel: > Am Donnerstag, den 05.05.2016, 10:37 +1000 schrieb Dave Airlie: > > On 3 May 2016 at 18:48, Philipp Zabel wrote: > > > Hi Dave, > > > > > > here is the imx-ipuv3-crtc autoloading fix so you don't have to revert > > > commit > > >

[PATCH v3 7/7] dt-bindings: drm/bridge: Update bindings for ADV7533

2016-05-17 Thread Xinliang Liu
On 17 May 2016 at 11:43, Archit Taneja wrote: > > > On 05/16/2016 05:31 PM, Laurent Pinchart wrote: >> >> Hi Archit, >> >> On Friday 22 Apr 2016 11:10:18 Archit Taneja wrote: >>> >>> On 04/22/2016 04:02 AM, Laurent Pinchart wrote: On Wednesday 09 Mar 2016 16:27:18 Archit Taneja wrote:

[Bug 95329] Metro 2033 Redux benchmark fails to start

2016-05-17 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/fe1b63a6/attachment.html>

[PATCH v2] drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.

2016-05-17 Thread Muhammad Falak R Wani
On Mon, May 16, 2016 at 04:53:50PM +0100, Eric Engestrom wrote: > On Fri, May 13, 2016 at 11:06:40PM +0530, Muhammad Falak R Wani wrote: > > It is preferred to use ARRAY_SIZE() for size calculation, instead > > using sizeof(array)/sizeof(*array). It makes the code more readable. > > > >

[PATCH 09/20] drm/sun4i: defer only if we didn't find our panel

2016-05-17 Thread Chen-Yu Tsai
Hi, On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > Our code currently defers our probe on any error, even if we were not > expecting to have one at all. > > Make sure we return -EPROBE_DEFER only when we were supposed to have a > panel, but it's not probed yet. > > Fixes: 29e57fab97fc

[PATCH 08/20] drm/sun4i: rgb: panel is an error pointer

2016-05-17 Thread Chen-Yu Tsai
Hi, On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > In case of an error, our pointer to the drm_panel structure attached to our > encoder will hold an error pointer, not a NULL pointer. > > Make sure we check the right thing. > > Fixes: 29e57fab97fc ("drm: sun4i: Add RGB output") >

[PATCH 17/20] ARM: multi_v7: Enable sun4i DRM driver

2016-05-17 Thread Chen-Yu Tsai
On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > Enable the new DRM driver in the multi_v7 defconfig > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

[drm:drm-next 990/1014] ./usr/include/drm/amdgpu_drm.h:38: userspace cannot reference function or variable defined in the kernel

2016-05-17 Thread Emil Velikov
On 17 May 2016 at 09:19, kbuild test robot wrote: > tree: git://people.freedesktop.org/~airlied/linux.git drm-next > head: 7c10ddf87472c07eabc206e273dc59f77c700858 > commit: cfa7152f1cfeedba7c4ab3abcb4accee94cc2c0f [990/1014] drm/amdgpu: add > extern C guard for the UAPI header > config:

More build fixes for omapdrm in current -next

2016-05-17 Thread Tomi Valkeinen
--- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/6a3a8145/attachment-0001.sig>

ast: cursor flashing softlockups

2016-05-17 Thread David Daney
On 05/17/2016 10:39 AM, David Daney wrote: > I can confirm this. I have a patch that I think is the proper fix. You should see it soon (after I test it a bit more) Thanks, David Daney [...] >>> >>> On Tue, May 17, 2016 at 4:07 AM, Dann Frazier >>> wrote: Hi, I'm observing a

[GIT PULL] imx-drm module autoloading fix

2016-05-17 Thread Philipp Zabel
Am Donnerstag, den 05.05.2016, 10:37 +1000 schrieb Dave Airlie: > On 3 May 2016 at 18:48, Philipp Zabel wrote: > > Hi Dave, > > > > here is the imx-ipuv3-crtc autoloading fix so you don't have to revert > > commit > > 304e6be652e2 ("gpu: ipu-v3: Assign of_node of child platform devices to > >

[RFC 2/3] drm/mediatek: add support for Mediatek SoC MT2701

2016-05-17 Thread Emil Velikov
Hi YT Shen, On 12 May 2016 at 12:49, wrote: > From: YT Shen > > This patch add support for the Mediatek MT2701 DISP subsystem. > There is only one OVL engine in MT2701, and we have shadow > register support here. > > Signed-off-by: YT Shen > --- > drivers/gpu/drm/mediatek/mtk_disp_ovl.c

[Bug 95452] System freeze radeon 5770

2016-05-17 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/1cda64b6/attachment-0001.html>

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Ville Syrjälä
On Tue, May 17, 2016 at 09:05:01AM +0200, Daniel Vetter wrote: > On Thu, May 12, 2016 at 09:36:14PM +0300, Ville Syrjälä wrote: > > On Thu, May 12, 2016 at 08:25:23PM +0200, Noralf Trønnes wrote: > > > Provides helper functions for drivers that have a simple display > > > pipeline. Plane, crtc

[Bug 92936] Tonga powerplay isssues

2016-05-17 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/9fe2f7af/attachment.html>

[Bug 92936] Tonga powerplay isssues

2016-05-17 Thread bugzilla-dae...@freedesktop.org
iving 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/20160517/a8714313/attachment.html>

ast: cursor flashing softlockups

2016-05-17 Thread David Daney
I can confirm this. The cursor is blinking along nicely with a 200mS on/off time then with this patch installed: diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 6e92917..7855446 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@

[Bug 95452] System freeze radeon 5770

2016-05-17 Thread bugzilla-dae...@freedesktop.org
of time. -- 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/20160517/ab93326e/attachment.html>

[PATCH] xf86drm: ensure proper alignment of pointers in drmProcessPciDevice

2016-05-17 Thread Nicolai Hähnle
Hi Emil, On 14.05.2016 18:03, Emil Velikov wrote: > Hi Nicolai, > > On 13 May 2016 at 07:14, Nicolai Hähnle wrote: >> From: Nicolai Hähnle >> >> Previously, (*device)->businfo.pci would end up misaligned, which results >> in undefined behavior. >> > Can you point me to a source where I can

[PATCH v5 02/12] mm: migrate: support non-lru movable page migration

2016-05-17 Thread Minchan Kim
On Mon, May 16, 2016 at 04:17:51PM +0900, Sergey Senozhatsky wrote: > On (05/09/16 11:20), Minchan Kim wrote: > [..] > > +++ b/include/linux/migrate.h > > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > > > #ifdef CONFIG_MIGRATION > > > > +extern int PageMovable(struct

[PATCH v5 02/12] mm: migrate: support non-lru movable page migration

2016-05-17 Thread Minchan Kim
On Mon, May 16, 2016 at 04:04:55PM +0900, Sergey Senozhatsky wrote: > On (05/09/16 11:20), Minchan Kim wrote: > > +++ b/include/linux/migrate.h > > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > > > #ifdef CONFIG_MIGRATION > > > > +extern int PageMovable(struct page

[Bug 92936] Tonga powerplay isssues

2016-05-17 Thread bugzilla-dae...@freedesktop.org
nts/20160517/b89daaf8/attachment.html>

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 10:46:51AM +0300, Ville Syrjälä wrote: > On Tue, May 17, 2016 at 09:05:01AM +0200, Daniel Vetter wrote: > > On Thu, May 12, 2016 at 09:36:14PM +0300, Ville Syrjälä wrote: > > > On Thu, May 12, 2016 at 08:25:23PM +0200, Noralf Trønnes wrote: > > > > Provides helper

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-17 Thread Ed Maste
On 17 May 2016 at 01:26, Francois Tigeot wrote: > > FreeBSD and NetBSD even have two different drm.h kernel headers. For some > reason they think it is a good idea to keep a separate drm implementation > from ~= 10 years ago or so. No, we (FreeBSD) don't think it's a good idea. It's an

[Bug 95452] System freeze radeon 5770

2016-05-17 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/1a3d1eff/attachment.html>

[Bug 95452] System freeze radeon 5770

2016-05-17 Thread bugzilla-dae...@freedesktop.org
glrx -- 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/20160517/74fc3dfd/attachment.html>

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-17 Thread Francois Tigeot
Hi Randy, randyf at sibernet.com wrote: > >If you are interested in the primary Solaris source, you will really > want to looking at: > > https://java.net/projects/solaris-x11/sources/x-s12-clone/show/open-src/kernel Thanks. This doesn't look like a git repository though. How can I clone it

[PATCH v3 7/7] dt-bindings: drm/bridge: Update bindings for ADV7533

2016-05-17 Thread Archit Taneja
On 05/16/2016 05:31 PM, Laurent Pinchart wrote: > Hi Archit, > > On Friday 22 Apr 2016 11:10:18 Archit Taneja wrote: >> On 04/22/2016 04:02 AM, Laurent Pinchart wrote: >>> On Wednesday 09 Mar 2016 16:27:18 Archit Taneja wrote: Add description of ADV7533. Add the required and optional

[PATCH] qxl: catch qxlfb_create_pinned_object failures

2016-05-17 Thread Daniel Vetter
On Thu, May 12, 2016 at 07:06:56PM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann Applied to drm-misc, thanks. -Daniel > --- > drivers/gpu/drm/qxl/qxl_fb.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/qxl/qxl_fb.c b/drivers/gpu/drm/qxl/qxl_fb.c >

[patch] drm/exynos/hdmi: add a missing tab

2016-05-17 Thread Daniel Vetter
On Thu, May 12, 2016 at 10:54:57PM +0300, Dan Carpenter wrote: > Smatch warns that the if statement isn't indented. > > Signed-off-by: Dan Carpenter Applied to drm-misc, thanks. -Daniel > > diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c > b/drivers/gpu/drm/exynos/exynos_hdmi.c > index

[PATCH v4 2/3] drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()

2016-05-17 Thread Daniel Vetter
On Thu, May 12, 2016 at 08:25:22PM +0200, Noralf Trønnes wrote: > Add drm_fb_cma_create_with_funcs() for drivers that need to set the > dirty() callback. > > Signed-off-by: Noralf Trønnes > Acked-by: Laurent Pinchart Merged the first 2 patches to drm-misc, thanks. -Daniel > --- > > Changes

[PATCH v4 3/3] drm: Add helper for simple display pipeline

2016-05-17 Thread Daniel Vetter
On Thu, May 12, 2016 at 09:36:14PM +0300, Ville Syrjälä wrote: > On Thu, May 12, 2016 at 08:25:23PM +0200, Noralf Trønnes wrote: > > Provides helper functions for drivers that have a simple display > > pipeline. Plane, crtc and encoder are collapsed into one entity. > > > > Cc: jsarha at

[PATCH 00/17] SI support for amdgpu

2016-05-17 Thread Daniel Vetter
On Sat, May 14, 2016 at 03:26:12PM -0400, Alex Deucher wrote: > This is an initial port of SI support from radeon to amdgpu. This > should be considered developer level code. It's not ready for users. > GFX and DMA are mostly working. DPM (power management) is implemented, > but not working yet.

[PATCH] drm/i915/dp: Try to find proper bpc for DP->legacy converters. (v2)

2016-05-17 Thread Daniel Vetter
On Thu, May 12, 2016 at 06:43:58PM +0200, Mario Kleiner wrote: > This fixes a regression in output precision for DVI and VGA > video sinks connected to Intel hw via active DisplayPort->DVI/VGA > converters. > > The regression was indirectly introduced by commit 013dd9e03872 > ("drm/i915/dp: fall

[PATCH] drm: Remove unused drm_device from drm_gem_object_lookup()

2016-05-17 Thread Daniel Vetter
On Mon, May 16, 2016 at 11:15:09PM +0100, Emil Velikov wrote: > Hi Chris, > > On 9 May 2016 at 11:04, Chris Wilson wrote: > > > --- a/drivers/gpu/drm/drm_gem.c > > +++ b/drivers/gpu/drm/drm_gem.c > > > @@ -607,12 +606,8 @@ drm_gem_object_lookup(struct drm_device *dev, struct > > drm_file

PCI on PowerPC

2016-05-17 Thread Mathieu Malaterre
Dear all, I've tested a patch against radeon_drc.c so that the default mode is now PCI on PowerPC arch. This is the result of the discussion on the following bug report: https://bugs.freedesktop.org/show_bug.cgi?id=95017 Thanks for your comments, -- Mathieu

[PATCH v4 1/2] drm: bridge: Add sii902x driver

2016-05-17 Thread Daniel Vetter
On Mon, May 16, 2016 at 04:04:28PM +0200, Boris Brezillon wrote: > Add basic support for the sii902x RGB -> HDMI bridge. > This driver does not support audio output yet. > > Signed-off-by: Boris Brezillon > Tested-by: Nicolas Ferre > --- > Hello, > > This patch is only adding basic support for

[Intel-gfx] [PATCH v2 7/7] drm/i915: Check pixel rate for DP to VGA dongle

2016-05-17 Thread Daniel Vetter
On Mon, May 16, 2016 at 04:19:33PM +0300, Mika Kahola wrote: > Prep work to improve DP branch device handling. > > Filter out a mode that exceeds the max pixel rate setting > for DP to VGA dongle. This is defined in DPCD register 0x81 > if detailed cap info i.e. info field is 4 bytes long and >

[PATCH] checkpatch fixes

2016-05-17 Thread Tobin C Harding
Fix a couple of checkpatch errors and a bunch of warnings. Signed-off-by: Tobin C Harding --- Two occurences of (foo != NULL) changed to (!foo) even though not picked up by checkpatch.pl drivers/gpu/drm/gma500/cdv_intel_lvds.c | 39 +++-- 1 file changed, 18

ast: cursor flashing softlockups

2016-05-17 Thread Peter Hurley
[ +to Scot Doyle ] Scot, please take a look at this soft lockup. Regards, Peter Hurley Hi Ming, On 05/17/2016 02:12 AM, Ming Lei wrote: > Hi, > > On Tue, May 17, 2016 at 4:07 AM, Dann Frazier > wrote: >> Hi, >> I'm observing a soft lockup issue w/ the ASPEED controller on an >> arm64

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-17 Thread Francois Tigeot
On Mon, May 16, 2016 at 11:02:33PM +0100, Emil Velikov wrote: > On 16 May 2016 at 17:24, Francois Tigeot wrote: > > > > The #else code path is not being used on DragonFly and actually breaks > > kernel compilation. > > > I guess what I'm wondering here is where they working at some point in > the

[Bug 93658] Distortions on the right of the monitor

2016-05-17 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/08beefc5/attachment.html>

[Bug 95438] Elemental demo compute shader takes ages to compile

2016-05-17 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/60b7e9bc/attachment.html>

[Bug 95438] Elemental demo compute shader takes ages to compile

2016-05-17 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/a242/attachment.html>

[Bug 95438] Elemental demo compute shader takes ages to compile

2016-05-17 Thread bugzilla-dae...@freedesktop.org
ough it would be nice to get those fixed as well. -- 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/20160517/d1b01f24/attachment.html>

[Bug 95438] Elemental demo compute shader takes ages to compile

2016-05-17 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160517/f69f8596/attachment.html>

[PATCH 06/20] drm/sun4i: allow dclk to modify its parent rate

2016-05-17 Thread Chen-Yu Tsai
Hi, On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > The pixel clock being only a divider of its parent clock, depending on the > resolution, it's expected to change its parent rate. Add that flag so that > the clock framework knows it. This should be squashed into the previous patch.

[PATCH 14/20] ARM: sun5i: a13: Add LCD pins

2016-05-17 Thread Chen-Yu Tsai
On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > The RGB bus can be used in several configurations, one of which being the > RGB666. > > Add a pinctrl group for that case. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai > --- > arch/arm/boot/dts/sun5i-a13.dtsi | 10 ++

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-17 Thread ran...@sibernet.com
On Tue, 17 May 2016, Francois Tigeot wrote: > Hi Randy, > > randyf at sibernet.com wrote: >> >>If you are interested in the primary Solaris source, you will really >> want to looking at: >> >> https://java.net/projects/solaris-x11/sources/x-s12-clone/show/open-src/kernel > > Thanks. This

[PATCH v7 3/3] SMAF: add fake secure module

2016-05-17 Thread Emil Velikov
Hi Benjamin, On 9 May 2016 at 16:07, Benjamin Gaignard wrote: > This module is allow testing secure calls of SMAF. > "Add fake secure module" does sound like something not (m)any people want to hear ;-) Have you considered calling it 'dummy', 'test' or similar ? > --- /dev/null > +++

[PATCH 03/20] clk: sunxi: tcon-ch1: Do not return a negative error in get_parent

2016-05-17 Thread Chen-Yu Tsai
On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > get_parent is supposed to return an unsigned 8 bit integer, so returning > -EINVAL is a bad idea. > > Remove it. > > Reported-by: Dan Carpenter > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai

[PATCH v7 2/3] SMAF: add CMA allocator

2016-05-17 Thread Emil Velikov
Hi Benjamin, On 9 May 2016 at 16:07, Benjamin Gaignard wrote: > SMAF CMA allocator implement helpers functions to allow SMAF > to allocate contiguous memory. > > match() each if at least one of the attached devices have coherent_dma_mask > set to DMA_BIT_MASK(32). > What is the idea behind the

[PATCH v7 1/3] create SMAF module

2016-05-17 Thread Emil Velikov
Hi Benjamin, I'd suspect you're interested in some feedback on these, so here is a few :-) Sadly (ideally?) nothing serious, but a bunch minor suggestions, plus the odd bug. On 9 May 2016 at 16:07, Benjamin Gaignard wrote: > --- /dev/null > +++ b/drivers/smaf/smaf-core.c > @@ -0,0 +1,794 @@

[PATCH] drm.h: Handle DragonFly like Linux

2016-05-17 Thread ran...@sibernet.com
On Tue, 17 May 2016, Francois Tigeot wrote: > >>> On the other hand, the non-Linux code path really is unused. I didn't want >>> to be too intrusive in my patch but it's probably best to just remove it. >>> >> There is more to this world than Linux and BSD, there's Solaris as >> well. Even

[PATCH 04/20] clk: sunxi: display: Add per-clock flags

2016-05-17 Thread Chen-Yu Tsai
Hi, On Mon, May 16, 2016 at 8:47 PM, Maxime Ripard wrote: > The TCON channel 0 clock that is the parent clock of our pixel clock is > expected to change its rate depending on the resolution we want to output > in our display engine. > > However, since it's only a mux, the only way it can do that

[Bug 95413] Oversaturation + Artifacts on screen refresh with Redwood GPU

2016-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=95413 --- Comment #5 from Sawyer Bergeron --- Created attachment 123801 --> https://bugs.freedesktop.org/attachment.cgi?id=123801=edit 4th file requested -- You are receiving this mail because: You are the assignee for the bug. -- next

[Bug 95413] Oversaturation + Artifacts on screen refresh with Redwood GPU

2016-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=95413 --- Comment #4 from Sawyer Bergeron --- Created attachment 123800 --> https://bugs.freedesktop.org/attachment.cgi?id=123800=edit 3rd file requested -- You are receiving this mail because: You are the assignee for the bug. -- next

[Bug 95413] Oversaturation + Artifacts on screen refresh with Redwood GPU

2016-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=95413 --- Comment #3 from Sawyer Bergeron --- Created attachment 123799 --> https://bugs.freedesktop.org/attachment.cgi?id=123799=edit 2nd file requested -- You are receiving this mail because: You are the assignee for the bug. -- next

[Bug 95413] Oversaturation + Artifacts on screen refresh with Redwood GPU

2016-05-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=95413 --- Comment #2 from Sawyer Bergeron --- Created attachment 123798 --> https://bugs.freedesktop.org/attachment.cgi?id=123798=edit 1st file of those requested Uname -r returns "4.4.0-22-generic" X -version returns "1.18.3" I have no idea how to

  1   2   >