Re: [PATCH] [v3] drm: amd: dc: don't use FP math when Kcov is enabled

2018-08-12 Thread Christian König
Adding Harry as well. Am 11.08.2018 um 17:54 schrieb Arnd Bergmann: Building the DCN 1.0 Raven display driver with CONFIG_KCOV_INSTRUMENT_ALL=y and CONFIG_KCOV_ENABLE_COMPARISONS=y results in warnings about many functions that do a comparison of floating-point variables: drivers/gpu/drm/amd/dis

[Bug 107141] Manual setting of pp_dpm_sclk resets after monitor off/on (rx 480)

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107141 dwagner changed: What|Removed |Added Priority|medium |high Severity|normal

[Bug 107141] Manual setting of pp_dpm_sclk resets after monitor off/on (rx 480)

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107141 --- Comment #2 from dwagner --- (I should mention that also screen blanking with DPMS being activated triggers this bug.) -- You are receiving this mail because: You are the assignee for the bug.___

Re: [PATCH v2 0/5] drm/ttm, amdgpu: Introduce LRU bulk move functionality

2018-08-12 Thread Mike Lothian
Hi I've been testing these patches over the weekend on my Tonga and Raven systems Tested-by: Mike Lothian Cheers Mike On Fri, 10 Aug 2018 at 12:56 Huang Rui wrote: > The idea and proposal is originally from Christian, and I continue to work > to > deliver it. > > Background: > amdgpu driver

[Bug 107552] new handle table code makes dota2 vulkan crash at start from an empty shader cash

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107552 Bug ID: 107552 Summary: new handle table code makes dota2 vulkan crash at start from an empty shader cash Product: DRI Version: DRI git Hardware: x86-64 (AMD64)

[Bug 107552] new handle table code makes dota2 vulkan crash at start from an empty shader cache

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107552 Sylvain BERTRAND changed: What|Removed |Added Summary|new handle table code makes |new handle table code makes

[Bug 105733] Amdgpu randomly hangs and only ssh works. Mouse cursor moves sometimes but does nothing. Keyboard stops working.

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105733 --- Comment #23 from krutoiles...@gmail.com --- Similar issues. The most reliable way to replicate for me is to use Dota 2. While it's not 100%, it does seem to work reliably 1 out of 4 attempts. This does happen with other apps such as chrome wh

[Bug 105733] Amdgpu randomly hangs and only ssh works. Mouse cursor moves sometimes but does nothing. Keyboard stops working.

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105733 --- Comment #24 from krutoiles...@gmail.com --- Created attachment 141053 --> https://bugs.freedesktop.org/attachment.cgi?id=141053&action=edit dmesg after logging into the system from remote machine. -- You are receiving this mail because: Y

[LKP] 315706049c [ 0.000000] WARNING: CPU: 0 PID: 0 at arch/x86/mm/pageattr.c:1211 __cpa_process_fault

2018-08-12 Thread kernel test robot
Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/pti commit 315706049c343794ad0d3e5b6f6b60b900457b11 Merge: 706d51681d636 c40a56a7818cf Author: Thomas Gleixner AuthorDate: Mon Aug 6 20:56:34

[Bug 107552] new handle table code makes dota2 vulkan crash at start from an empty shader cache

2018-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107552 --- Comment #1 from Christian König --- Well do you have a backtrace (with symbols)? Otherwise it is really hard to guess what is going wrong here. -- You are receiving this mail because: You are the assignee for the bug._

Re: [PATCH v2 0/5] drm/ttm, amdgpu: Introduce LRU bulk move functionality

2018-08-12 Thread Huang Rui
On Sun, Aug 12, 2018 at 10:12:56PM +0100, Mike Lothian wrote: > Hi > > I've been testing these patches over the weekend on my Tonga and Raven > systems > > Tested-by: Mike Lothian > Thanks so much, Mike. I will add your tested-by in my next version. Thanks, Ray > Cheers > > Mike > > On Fri