[Bug 90042] Age of Wonders III gpu lockup

2015-06-14 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/20150614/212769f7/attachment-0001.html>

[Bug 98751] radeon: multihead "no signal" on one of the monitors - regression

2015-06-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=98751 --- Comment #21 from Robin Bankhead --- APU model name: AMD E2-1800 APU with Radeon(tm) HD Graphics PCI ID: 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7340] Reverting the commit in OP solves it

[Bug 98751] radeon: multihead "no signal" on one of the monitors - regression

2015-06-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=98751 --- Comment #20 from Robin Bankhead --- Created attachment 179891 --> https://bugzilla.kernel.org/attachment.cgi?id=179891&action=edit dmesg from linux-4.0.5-gentoo on PALM/Wrestler APU -- You are receiving this mail because: You are watching

[Bug 98751] radeon: multihead "no signal" on one of the monitors - regression

2015-06-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=98751 --- Comment #19 from Robin Bankhead --- (In reply to Alex Deucher from comment #10) > Created attachment 178001 [details] > possible fix > > Does the attached patch help? Nope, just built 4.0.5-gentoo which has this patch applied, laptop LCD sti

[patch] drm/amdkfd: fix some range checks in address watch ioctl

2015-06-14 Thread Oded Gabbay
On Thu, Jun 11, 2015 at 6:19 PM, Dan Carpenter wrote: > #include "kfd_dbgmgr.h" > +#include "../../radeon/cik_reg.h" > > static long kfd_ioctl(struct file *, unsigned int, unsigned long); We can't include radeon files in kfd_chardev.c, because amdkfd works with two device drivers - radeon and

[PATCH v2 04/10] drm: Add Gamma correction structure

2015-06-14 Thread Sharma, Shashank
Hi, Emil Velikov The reason behind a zero sized array is that we want to use the same variable for various color correction possible across various driver . Due to current blob implementation, it doesn’t look very efficient to have another pointer in the structure, so we are left with this o