[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151226/0280c4a6/attachment.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
clocks to their normal values. Yup, no powersaving, but who cares? -- 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/20151226/7798f5bc/attachment.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151226/d1e1ed33/attachment.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2015-12-26 Thread bugzilla-dae...@freedesktop.org
. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151226/d3316224/attachment.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
t recommended, may render your card useless, and may void your warranty. -- 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/attachme

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
ecause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151226/cea36151/attachment-0001.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
is ticket will happily test possible reworked ones as soon as they are available and we patiently wait for Alex. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesk

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2015-12-26 Thread bugzilla-dae...@freedesktop.org
bbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151226/a4d2941b/attachment.html>

[PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Julia Lawall
The error return value of platform_get_irq seems to often get dropped. Signed-off-by: Julia Lawall --- v2: Check for the direct return case also. Added some mailing lists of common offenders. diff --git a/scripts/coccinelle/api/platform_get_irq_return.cocci b/scripts/coccinelle/api/platform_

[Bug 93352] GRID Autosport crashes on start of race

2015-12-26 Thread bugzilla-dae...@freedesktop.org
iving 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/20151226/c4e7a7e4/attachment.html>

[PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Julia Lawall
On Sun, 27 Dec 2015, Sergei Shtylyov wrote: > On 12/26/2015 11:58 PM, Julia Lawall wrote: > > > The error return value of platform_get_irq seems to often get dropped. > > > > Signed-off-by: Julia Lawall > > > > --- > > > > v2: Check for the direct return case also. Added some mailing lists o

Re: 答复: [RESEND 1/3] drm: fsl-dcu: Fix no fb check bug

2015-12-26 Thread Stefan Agner
Hi Meng, The only situation I could observe that is when fsl,panel was not valid... However, I think with my patch "drm/fsl-dcu: Fix no fb check bug", this situation can be avoided completely: https://lkml.org/lkml/2015/11/18/950 With that patch applied, and a non-existing panel assigned, the DR

[PATCH] include/linux/amd-iommu.h: Move to arch/x86/include/asm

2015-12-26 Thread cheng...@emindsoft.com.cn
From: Chen Gang It is architecture specific mechanism header, not generic header, so move it to arch/x86/include/asm. ALso change all related contents for it. Signed-off-by: Chen Gang --- MAINTAINERS | 2 +- {include/linux => arch/x86/include/asm}/amd-i