[Bug 81045] [r600] Unreal Engine 4 demo crashed kernel

2016-01-28 Thread bugzilla-dae...@freedesktop.org
) GLX Version: 3.0 Mesa 11.0.6 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/e5f16f22/attachment.html>

[Bug 93879] kernel 4.4.0 causes application lockup and unusable interfaces with radeon hardware

2016-01-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20160128/1c208252/attachment.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
ago, some software versions were not quite the same. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/1e7af362/attachment.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/f054d857/attachment-0001.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/2cab0343/attachment.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/b307cb2f/attachment.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/2776411e/attachment.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/ab2121bf/attachment.html>

[Bug 93911] Radeon rv635 with KMS and no dpm, intermittent/random GPU lockup

2016-01-28 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20160128/c4eed97d/attachment.html>

[Bug 78111] APU turbo core boost not working when radeon.dpm=1

2016-01-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=78111 --- Comment #13 from Alex --- (In reply to Alex Deucher from comment #12) > Setting radeon.bapm=1 will enable it. It works! Thank You. -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH 4/4] drm/layerscape: Add HDMI driver for freescale DCU

2016-01-28 Thread Rob Herring
On Tue, Jan 26, 2016 at 12:00:33PM +0800, Meng Yi wrote: > DCU is the shortcut of 'display controller unit', some HDMI transmitter > attached to DCU, such as sii9022a, and this driver add the relavent > functions to DRM framewrok. > > Signed-off-by: Meng Yi > --- >

[PATCH v2 06/18] drm: Add drm_format_plane_width() and drm_format_plane_height()

2016-01-28 Thread Ville Syrjälä
On Mon, Jan 25, 2016 at 06:08:23PM +0100, Daniel Vetter wrote: > On Wed, Jan 20, 2016 at 09:05:27PM +0200, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > Add a few helpers to get the dimensions of the chroma plane(s). > > > > v2: Add kernel-doc (Daniel) > > > >

[PATCH] nouveau: need to handle failed allocation

2016-01-28 Thread Insu Yun
nt to do is to tell you there is a bug. I think we need to return error to caller. > > > } > > > > int > > -- > > 1.9.1 > > > -- Regards Insu Yun -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/01420fe3/attachment.html>

[PATCH] nouveau: need to handle failed allocation

2016-01-28 Thread Insu Yun
drm_property_create_range can be failed in memory pressure. So, it needs to be handled. Signed-off-by: Insu Yun --- drivers/gpu/drm/nouveau/nouveau_display.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c

[PATCH] nouveau: need to handle failed allocation

2016-01-28 Thread Ilia Mirkin
On Thu, Jan 28, 2016 at 7:09 PM, Insu Yun wrote: > drm_property_create_range can be failed in memory pressure. > So, it needs to be handled. > > Signed-off-by: Insu Yun > --- > drivers/gpu/drm/nouveau/nouveau_display.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git

[PATCH] gma500: handling failed allocation

2016-01-28 Thread Insu Yun
Since drm_property_create_range can be failed in memory pressure, it needs to be handled. Signed-off-by: Insu Yun --- drivers/gpu/drm/gma500/framebuffer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c index

[GIT PULL] drm-etnaviv-fixes for 4.5-rc

2016-01-28 Thread Lucas Stach
Hi Dave, A bunch of etnaviv fixes for 4.5-rc. Most of them are fixing things in code paths that will only be hit if something goes wrong, which have been unearthed by more extensive testing. The only thing that doesn't really qualify as fixes is an UAPI extension that userspace wants to rely on

[PATCH] ch7006: correctly handling failed allocation

2016-01-28 Thread Insu Yun
Since drm_property_create_range can be failed in memory pressure, it needs to be checked and return -ENOMEM. Signed-off-by: Insu Yun --- drivers/gpu/drm/i2c/ch7006_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i2c/ch7006_drv.c b/drivers/gpu/drm/i2c/ch7006_drv.c

[PATCH] gpu: drm: amd: amdkfd: Remove unnecessary cast in kfree

2016-01-28 Thread Amitoj Kaur Chawla
On Thu, Jan 28, 2016 at 6:11 PM, Oded Gabbay wrote: > Thanks! > Applied to my -fixes tree. > For future reference, use "drm/amdkfd: ..." as the prefix of the > subject line. I fixed it for this patch. > >Oded Will do. Thanks, Amitoj

[pull] radeon and amdgpu drm-fixes-4.5

2016-01-28 Thread Alex Deucher
Hi Dave, Misc radeon and amdgpu fixes: - SMU firmware loading fix for Stoney - DP audio fixes for DCE4.1 - Don't expose fbdev device if no connectors - fix page table LRU list update handling The following changes since commit 41f2d9905646b1cd4be5852b273c06b6a6d23a80: drm/amdgpu: fix

drm: imx: callback after probe deferral not working

2016-01-28 Thread Rob Clark
orking sometime around next-20151223 onwards. > > If I comment the "ddc-i2c-bus" entry in device tree, then the display works > in next-20160128 since the probe deferral does not happen. > > Has anyone else seen this issue? > > Logs provided below. > > Thanks, &g

[Bug 78111] APU turbo core boost not working when radeon.dpm=1

2016-01-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=78111 --- Comment #12 from Alex Deucher --- Setting radeon.bapm=1 will enable it. -- You are receiving this mail because: You are watching the assignee of the bug.

ongoing writecombine on ppc

2016-01-28 Thread Oded Gabbay
On Fri, Jan 22, 2016 at 4:32 AM, Michel Dänzer wrote: > On 22.01.2016 02:10, Alex Deucher wrote: >> On Thu, Jan 21, 2016 at 10:39 AM, Oded Gabbay >> wrote: >>> +Alex >> >> No objections from me. Care to respin with amdgpu support and signed >> off? Would probably also be nice to split the

[PATCH RFC 1/2] clk: sunxi: Add sun8i display support

2016-01-28 Thread Jean-Francois Moine
On Wed, 27 Jan 2016 22:50:51 +0100 Maxime Ripard wrote: > Hi, > > On Tue, Jan 19, 2016 at 09:09:01AM +0100, Jean-Francois Moine wrote: > > On Mon, 18 Jan 2016 20:09:04 +0100 > > Maxime Ripard wrote: [snip] > > > We have the clk-factors stuff to handle this easily, could you use > > >

[PATCH v3 5/5] drm/atomic: Add encoder_mask to crtc_state, v3.

2016-01-28 Thread Maarten Lankhorst
This allows iteration over encoders without requiring connection_mutex. Changes since v1: - Add a set_best_encoder helper function and update encoder_mask inside it. Changes since v2: - Relax the WARN_ON(!crtc), with explanation. - Call set_best_encoder when connector is moved between crtc's. -

[PULL] drm-amdkfd-fixes

2016-01-28 Thread Oded Gabbay
Hi Dave, Just two small static analyzer code fixes for 4.5 Thanks, Oded The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) are available in the git repository at: git://people.freedesktop.org/~gabbayo/linux

[PATCH 5/5] drm/atomic: Add encoder_mask to crtc_state, v2.

2016-01-28 Thread Maarten Lankhorst
A diff to make this v3. Found when running this through IGT bat. - Keeping an encoder but moving it to a different crtc resulted, in encoder_mask not being updated. - Add some paranoia when best_encoder was already updated to a different encoder in steal_encoder. This could happen in

drm: imx: callback after probe deferral not working

2016-01-28 Thread Akshay Bhat
it stop working sometime around next-20151223 onwards. If I comment the "ddc-i2c-bus" entry in device tree, then the display works in next-20160128 since the probe deferral does not happen. Has anyone else seen this issue? Logs provided below. Thanks, Akshay Log where things wo

[PATCH] gpu: drm: amd: amdkfd: Remove unnecessary cast in kfree

2016-01-28 Thread Oded Gabbay
On Mon, Jan 25, 2016 at 7:33 PM, Amitoj Kaur Chawla wrote: > Remove an unnecassary cast in the argument to kfree. > > Found using Coccinelle. The semantic patch used to find this is as follows: > > // > @@ > type T; > expression *f; > @@ > > - kfree((T *)(f)); > + kfree(f); > // > >

[BUG/REGRESSION] Kernel 4.5-rc1 on Acube Sam460ex AMCC 460ex Power PC motherboards

2016-01-28 Thread Julian Margetson
d long long) entry, pfn); set_pte_at(mm, addr, pte, entry); update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */ ===== [ 15.622581] systemd[1]: Mounted POSIX Message Queue File System. [ 15.785050] systemd[1]: Mounting Configuration File System... [ 15.888907] systemd[1]: Starting Apply Kernel Variables... [ 15.994762] systemd[1]: Mounting FUSE Control File System... [ 16.153688] systemd[1]: Mounted FUSE Control File System. Ubuntu Xenial Xerus (development branch) Sam460ex ttyS0 Sam460ex login: -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/5dbb47ef/attachment-0001.html>

Whats missing in my new FB DRM driver in ARC... waiting for console_lock to return

2016-01-28 Thread Alexey Brodkin
Hi Carlos, On Thu, 2016-01-21 at 18:30 +, Carlos Palminha wrote: > hi... > > i just found that its blocking waiting for console_lock... > @vineet, alexey: i think that console_lock is architecture dependent right? > Do you know any issue with console_lock > for ARC? I'm not really sure

[PATCH] drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()

2016-01-28 Thread Oded Gabbay
On Fri, Jan 22, 2016 at 7:35 PM, Colin King wrote: > From: Colin Ian King > > amdgpu_amdkfd_gfx_7_get_functions and amdgpu_amdkfd_gfx_8_0_get_functions > have no parameters, so use the normal void parameter convention to make > them match their prototypes in the header file >

[PATCH 3/3] vc4: Add headers and .pc files for VC4 userspace development.

2016-01-28 Thread Emil Velikov
On 28 January 2016 at 05:04, Eric Anholt wrote: > Daniel Stone writes: > >> Hi, >> >> On 27 January 2016 at 14:16, Emil Velikov >> wrote: >>> On 27 January 2016 at 11:45, Daniel Stone wrote: The Requires will take care of that, so you can just bin the entire 'Libs:' field until you

[patch] drm/vmwgfx: fix a NULL dereference

2016-01-28 Thread Dan Carpenter
We dereference "eaction->event" inside the call to drm_send_event_locked() so should hold off on setting it to NULL until afterward. Fixes: fb740cf2492c ("drm: Create drm_send_event helpers") Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c

[PATCH] drm/vblank: Use drm_event_reserve_init

2016-01-28 Thread Daniel Vetter
Well we can't use that directly since that code must hold dev->event_lock already. Extract an _unlocked version. Embarrassingly I've totally forgotten about this patch and any kind of event-based vblank wait totally blew up, killing the kernel. v2: Pick the right base struct, someone didn't

[Bug 93879] kernel 4.4.0 causes application lockup and unusable interfaces with radeon hardware

2016-01-28 Thread bugzilla-dae...@freedesktop.org
produce with chromium on 4.4, I am currently on 4.2 kernel -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/9d9a0d87/attachment.html>

[BUG/REGRESSION] Kernel 4.5-rc1 on Acube Sam460ex AMCC 460ex Power PC motherboards

2016-01-28 Thread Dan Williams
On Thu, Jan 28, 2016 at 10:21 AM, Julian Margetson wrote: > On 1/28/2016 11:47 AM, Dan Williams wrote: [..] > Thank you . > Not getting any debug output . That's relevant. It means the failing patch is diverting the code into the insert_pfn() path rather than insert_page(). I'll take a look.

Whats missing in my new FB DRM driver in ARC... waiting for console_lock to return

2016-01-28 Thread Rob Clark
On Thu, Jan 28, 2016 at 9:20 AM, Alexey Brodkin wrote: > Hi Carlos, > > On Thu, 2016-01-21 at 18:30 +, Carlos Palminha wrote: >> hi... >> >> i just found that its blocking waiting for console_lock... >> @vineet, alexey: i think that console_lock is architecture dependent right? >> Do you

[patch] drm/vmwgfx: fix a NULL dereference

2016-01-28 Thread Daniel Vetter
On Thu, Jan 28, 2016 at 12:06:46PM +0300, Dan Carpenter wrote: > We dereference "eaction->event" inside the call to drm_send_event_locked() > so should hold off on setting it to NULL until afterward. > > Fixes: fb740cf2492c ("drm: Create drm_send_event helpers") > Signed-off-by: Dan Carpenter

[PATCH v2 01/11] dma-buf/sync_file: de-stage sync_file

2016-01-28 Thread Daniel Vetter
On Wed, Jan 27, 2016 at 01:41:03PM -0800, Greg Hackmann wrote: > On 01/27/2016 12:25 PM, Gustavo Padovan wrote: > Is there a value in keeping the abi unchanged? > If not, then Documentation/ioctl/botching-up-ioctls.txt is worth a read. > >>> > >>>None from me. I'll look where we can

[PATCH v2] drm/i915: refine qemu south bridge detection

2016-01-28 Thread Bruno Wolff III
On Mon, Jan 25, 2016 at 12:02:28 +0100, Gerd Hoffmann wrote: >The test for the qemu q35 south bridge added by commit >"39bfcd52 drm/i915: more virtual south bridge detection" >also matches on real hardware. Having the check for >virtual systems last in the list is not enough to avoid >that ...

[Bug 78111] APU turbo core boost not working when radeon.dpm=1

2016-01-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=78111 --- Comment #11 from Alex --- (In reply to Alex from comment #10) > AMD A8-5557M (Richland). APU turbo core boost still is not working. > > With radeon.dpm=1 > > boost state support: > Supported: yes > Active: no > Boost States: 3

[Bug 78111] APU turbo core boost not working when radeon.dpm=1

2016-01-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=78111 Alex changed: What|Removed |Added CC||mad_sam at bk.ru --- Comment #10 from Alex ---

[BUG/REGRESSION] Kernel 4.5-rc1 on Acube Sam460ex AMCC 460ex Power PC motherboards

2016-01-28 Thread Dan Williams
On Thu, Jan 28, 2016 at 2:41 AM, Julian Margetson wrote: > On 1/27/2016 3:34 PM, Dan Williams wrote: >> >> On Wed, Jan 27, 2016 at 2:18 AM, Julian Margetson >> wrote: >>> >>> On 1/26/2016 9:43 PM, Dan Williams wrote: >>> diff --git a/mm/memory.c b/mm/memory.c >>> index 30991f83d0bf..c44e387130b2

[Bug 93879] kernel 4.4.0 causes application lockup and unusable interfaces with radeon hardware

2016-01-28 Thread bugzilla-dae...@freedesktop.org
t 4. Otherwise, please file your own report. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/cea8049b/attachment.html>

[Bug 93879] kernel 4.4.0 causes application lockup and unusable interfaces with radeon hardware

2016-01-28 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/b564a6fa/attachment.html>

[BUG/REGRESSION] Kernel 4.5-rc1 on Acube Sam460ex AMCC 460ex Power PC motherboards

2016-01-28 Thread Julian Margetson
On 1/27/2016 3:34 PM, Dan Williams wrote: > On Wed, Jan 27, 2016 at 2:18 AM, Julian Margetson wrote: >> On 1/26/2016 9:43 PM, Dan Williams wrote: >> diff --git a/mm/memory.c b/mm/memory.c >> index 30991f83d0bf..c44e387130b2 100644 >> --- a/mm/memory.c >> +++ b/mm/memory.c >> @@ -1521,6 +1521,8 @@

PROBLEM: Intel HDMI output busticated on 4.4 (regression)

2016-01-28 Thread Nick Bowler
On 2016-01-21, Nick Bowler wrote: > On 2016-01-21, Jindal, Sonika wrote: >> On 1/21/2016 8:59 AM, Nick Bowler wrote: >>> On 1/20/16, Nick Bowler wrote: On 2016-01-20, Jindal, Sonika wrote: > [...] > Does the same system works with any other monitor? I'll see if I can find another

[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/ecf10c32/attachment.html>

[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-28 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/77818edb/attachment.html>

[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/7d013506/attachment.html>

[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-28 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/5c8e1444/attachment.html>

[Bug 93862] [Bisected] "drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2" is bad

2016-01-28 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/ce0d6ae0/attachment.html>

[Bug 93895] GPU lockup on AMD A4-3400 APU when starting X server on opensource drivers. (works fine with fglrx)

2016-01-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20160128/0f86367f/attachment-0001.html>

[Bug 93217] [tonga] [powerplay] Radon M395X isn't initialised with the powerplay branch

2016-01-28 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160128/9e62338b/attachment.html>