[4.4-rc7 / vmwgfx] debugging bug or driver bug?

2016-01-01 Thread Tetsuo Handa
Thomas Hellstrom wrote: > Most likely the spin_is_locked() function is not working on non - SMP > systems (well how could it?). An oversight from my side. You are right. I found a description in Documentation/scsi/ChangeLog.megaraid . there are several checks present in the kernel

[PATCH 4/3] drm: arm-hdlcd: add explictit DRM dependency

2016-01-01 Thread Arnd Bergmann
CONFIG_DRM_HDLCD is a tristate option that depends on the boolean CONFIG_DRM_ARM, which in turn depends on the tristate CONFIG_DRM. The effect of this is that a configuration with CONFIG_DRM=m and CONFIG_DRM_HDLCD=y can be chosen, but won't link because the DRM core symbols are not reachable from b

4.4-rc, intel dri i915, regular hangs and corruptions

2016-01-01 Thread Norbert Preining
Hi Chris, thanks for your answer. I will try the latest intel driver, but in case it helps or you get an idea, I found that it has to do with the Antialiasing settings: I am using an OTF font (Lucida Sans OT Regular) with cinnamon. Sometimes when I wake the computer up from suspend to ram the f

[Bug 110211] [regression bisected] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 Kevin McCormack changed: What|Removed |Added Summary|[regression] amdgpu Fury X |[regression bisected]

[Bug 110211] [regression] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 --- Comment #4 from Kevin McCormack --- OK, I was finally able to bisect today and it looks like the culprit is... a7ca8ef93001eaab4c5c7f4f3accfbe6ffcf5f26 is the first bad commit commit a7ca8ef93001eaab4c5c7f4f3accfbe6ffcf5f26 Author: Flora Cui

[Bug 93546] Civilization 5 - Leaders in the diplomatic interactions screen appear completely black

2016-01-01 Thread bugzilla-dae...@freedesktop.org
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/20160101/dcc5ff84/attachment.html>

[Bug 93546] Civilization 5 - Leaders in the diplomatic interactions screen appear completely black

2016-01-01 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20160101/3813389a/attachment.html>

[Bug 93522] Tonga has only black virtual terminals

2016-01-01 Thread bugzilla-dae...@freedesktop.org
u 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/20160101/57ed1036/attachment.html>

[PATCH 3/3] drm: arm-hdlcd: fix build warnings for !CONFIG_PM

2016-01-01 Thread Arnd Bergmann
The hdlcd_pm_suspend and hdlcd_pm_resume are intentionally unused when CONFIG_PM is not set in this driver, and we get a compiler warning for this: drivers/gpu/drm/arm/hdlcd_drv.c:521:12: warning: 'hdlcd_pm_suspend' defined but not used [-Wunused-function] drivers/gpu/drm/arm/hdlcd_drv.c:536:12:

[PATCH 2/3] drm: arm-hdlcd: remove COMMON_CLK_SCPI select

2016-01-01 Thread Arnd Bergmann
The hdlcd driver has no build-time dependency on the SCPI clock and the bogus 'select' causes a warning when SCPI is disabled: warning: (DRM_HDLCD) selects COMMON_CLK_SCPI which has unmet direct dependencies (COMMON_CLK && (ARM_SCPI_PROTOCOL || COMPILE_TEST)) This removes the select statement.

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

2016-01-01 Thread Daniel Stone
Hi, On 30 December 2015 at 07:37, Meng Yi wrote: > I have tested your patch, It seems good to me. > But I think state->fb check is still necessary, because fb is related to crtc > , and panel is related to connector,. When fsl,panel is not valid, it > indicate that connector is not available, b

[PATCH] drm: arm-hdlcd: remove DMA_CMA select

2016-01-01 Thread Arnd Bergmann
The newly added DRM_HDLCD driver tries to select DMA_CMA, but that is not necessarily possible, as not all configurations contain HAVE_DMA_CONTIGUOUS: warning: (DRM_HDLCD) selects DMA_CMA which has unmet direct dependencies (HAVE_DMA_CONTIGUOUS && CMA) drivers/built-in.o: In function `dma_alloc_f

[4.4-rc7 / vmwgfx] debugging bug or driver bug?

2016-01-01 Thread Tetsuo Handa
I booted a CONFIG_PREEMPT_NONE=y && CONFIG_SMP=n kernel (linux.git as of 9c982e86dbdb), and hit BUG_ON() at __vmw_cmdbuf_header_free(). -- static void __vmw_cmdbuf_header_free(struct vmw_cmdbuf_header *header) { struct vmw_cmdbuf_man *man = header->man; BUG_ON(!spin_is_loc

[PATCH] drm: powerplay: use div64_s64 instead of do_div

2016-01-01 Thread Arnd Bergmann
The newly added code for Fiji creates a correct compiler warning about invalid use of the do_div macro: In file included from powerplay/hwmgr/ppatomctrl.c:31:0: drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/ppevvmath.h: In function 'fDivide': drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/ppevvmat

[Bug 110211] [regression] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 --- Comment #3 from Kevin McCormack --- Then why I'd it playable with 4.3? I know there is no power management until 4.5 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 76484] [radeonsi] Strike Suit Zero fail to start

2016-01-01 Thread bugzilla-dae...@freedesktop.org
in (argc=1, argv=0xd6d4) at ../XII/Code/Core/Platform/Unix/StartupUnix.cpp:45 -- 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/attachm

[4.4-rc7 / vmwgfx] debugging bug or driver bug?

2016-01-01 Thread Thomas Hellstrom
Thanks for reporting. Hmm, Most likely the spin_is_locked() function is not working on non - SMP systems (well how could it?). An oversight from my side. We should change the BUG_ON line to a lockdep_assert_held(). I'll try to get a patch out today. On 01/01/2016 06:14 AM, Tetsuo Handa wrote:

[Bug 110211] [regression] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 Mike Lothian changed: What|Removed |Added CC||mike at fireburn.co.uk --- Comment #2 fro

[PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-01 Thread Sudip Mukherjee
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > I've tested and confirmed that it doesn't actually work. We'll need > to sort out how to do this properly later, but for now just remove it > since it also caused build breakage due to using CONFIG_PM_SLEEP > functions without our Kcon

[Bug 76484] [radeonsi] Strike Suit Zero fail to start

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

[Bug 93551] Divinity: Original Sin Enhanced Edition(Native) crash on start

2016-01-01 Thread bugzilla-dae...@freedesktop.org
/libGameEngine.so #8 0x006d4410 in main () -- 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/20160101/7904a953/attachment.html>

[Bug 93551] Divinity: Original Sin Enhanced Edition(Native) crash on start

2016-01-01 Thread bugzilla-dae...@freedesktop.org
006d4410 in main () -- 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/20160101/4e95b447/attachment-0001.html>

[Bug 110211] [regression] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 --- Comment #1 from Kevin McCormack --- System info Software versions: 4.4.0-rc7 OpenGL version string: 3.0 Mesa 11.1.0 GPU hardware: OpenGL renderer string: Gallium 0.4 on AMD FIJI (DRM 3.1.0, LLVM 3.7.0) 01:00.0 VGA compatible

[Bug 110211] [regression] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 Kevin McCormack changed: What|Removed |Added Summary|amdgpu Fury X Unplayable|[regression] amdgpu Fury X

[Bug 110211] amdgpu Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 Kevin McCormack changed: What|Removed |Added Summary|AMDGPU Fury X Unplayable|amdgpu Fury X Unplayable

[Bug 110211] AMDGPU Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 Kevin McCormack changed: What|Removed |Added Regression|No |Yes -- You are receiving this mail be

[Bug 110211] New: AMDGPU Fury X Unplayable Slow Down on Dota 2

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=110211 Bug ID: 110211 Summary: AMDGPU Fury X Unplayable Slow Down on Dota 2 Product: Drivers Version: 2.5 Kernel Version: 4.4-rc4 Hardware: x86-64 OS: Linux Tree: Ma

[Bug 103561] unable to handle kernel paging request with csgo in wine+nine, ttm_bo_del_from_lru

2016-01-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=103561 --- Comment #4 from Christoph Haag --- Created attachment 198561 --> https://bugzilla.kernel.org/attachment.cgi?id=198561&action=edit dmesg from 4.4-rc7 But this one from 4.4 rc7 is without intel hang. Yet another different backtrace. Bonus c