[Bug 105945] War Thunder map / terrain objects missing

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105945 Bug ID: 105945 Summary: War Thunder map / terrain objects missing Product: Mesa Version: 13.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

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

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105733 --- Comment #9 from Allan --- bernhardu is correct becaus in ALL cases it is impossible to kill some processes (the cause and anything xorg related). Maybe something related to the chipset ? (X370?) I don't know if other

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

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105733 --- Comment #8 from Allan --- Tweaking between packages changes a little bit the amount of time before crashing. (in debian) For example... forcing to install libdrm-amdgpu1-dbg implies in older packages being installed

[Bug 105425] 3D & games produce periodic GPU crashes (Radeon R7 370)

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105425 --- Comment #16 from MirceaKitsune --- I have moved on to testing the various kernel parameters available for my driver and card. As was pointed out by malcolmlewis on the openSUSE forums, they can be

[Bug 198883] amdgpu: carrizo: Screen stalls after starting X

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198883 Jerome Oufella (jer...@oufella.com) changed: What|Removed |Added CC||jer...@oufella.com

[Bug 105934] Gpu Hang with timestamp queries and compute dispatches on Intel HD 5500

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105934 --- Comment #2 from mank...@kolumbus.fi --- Created attachment 138687 --> https://bugs.freedesktop.org/attachment.cgi?id=138687=edit Small program with two compute dispatches and draw -- You are receiving this mail because: You are the

[Bug 105934] Gpu Hang with timestamp queries and compute dispatches on Intel HD 5500

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105934 --- Comment #1 from mank...@kolumbus.fi --- Scratch previous comment: It seems that the GPU hang is actually caused by GL_TIMESTAMP queries between two compute dispatches. I've attached test program to exploit this behavior. -- You are

[Bug 105934] Gpu Hang with timestamp queries and compute dispatches on Intel HD 5500

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105934 mank...@kolumbus.fi changed: What|Removed |Added Summary|Gpu Hang after two compute |Gpu Hang with timestamp

[Bug 199319] Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 --- Comment #5 from m...@rainer-finke.de --- Thanks for the hint with vsync, but it didn't change anything for me on Plasma-Wayland. At least I noticed, that the bright flickering on my screen on Plasma-Wayland when moving the mouse appears was

[Bug 199319] Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 --- Comment #4 from Ed Tomlinson (e...@aei.ca) --- I checked my X conf, no tearfree option is set, using 4.15 I set tearing prevention to never and rebooted into 4.16.1-rc. This does NOT stop the flickering here. Flicking does not occur with

[Bug 105697] gcc -static-libgcc -static-libstdc++ support is broken by libtool for dri drivers

2018-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105697 --- Comment #1 from Sylvain BERTRAND --- To be more accurate: the .so and .la files from the toolchain libstdc++ -- You are receiving this mail because: You are the assignee for the

[Bug 199319] Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 pmarget...@gmail.com changed: What|Removed |Added CC||pmarget...@gmail.com --- Comment

Re: [DPU PATCH 1/2] drm/panel: Add Truly Dual DSI video mode panel

2018-04-08 Thread Archit Taneja
Hi Abhinav, Thanks for posting this driver. Some comments below. On Saturday 07 April 2018 12:36 PM, Abhinav Kumar wrote: From: Archit Taneja Add support for truly dual DSI video mode panel panel used in MSM reference platforms > Signed-off-by: Archit Taneja

[Bug 199319] Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 Ed Tomlinson (e...@aei.ca) changed: What|Removed |Added CC||e...@aei.ca --- Comment #2

[Bug 199319] Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 Laurent Carlier (lordhea...@gmail.com) changed: What|Removed |Added CC|

[Bug 199319] New: Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 Bug ID: 199319 Summary: Flickering screen on AMDGPU and DC with Linux 4.16-2 Product: Drivers Version: 2.5 Kernel Version: Linux 4.16 Hardware: x86-64 OS: Linux

Re: [DPU PATCH 2/2] drm/msm/dsi: implement auto PHY timing calculator for 10nm PHY

2018-04-08 Thread Archit Taneja
On Saturday 07 April 2018 01:20 PM, Abhinav Kumar wrote: Currently the DSI PHY timings are hard-coded for a specific panel for the 10nm PHY. Replace this with the auto PHY timing calculator which can calculate the PHY timings for any panel. Reviewed-by: Archit Taneja