[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #27 from Andrey Grodzovsky --- (In reply to CheatCodesOfLife from comment #25) > Created attachment 141269 [details] > debug files Since your kernel build doesn't have the latest AMD code I don't have ALL the trace logs so I can't

Re: [PATCH] mm, oom: distinguish blockable mode for mmu notifiers

2018-08-24 Thread Michal Hocko
On Fri 24-08-18 11:12:40, Jerome Glisse wrote: [...] > I am fine with Michal patch, i already said so couple month ago first time > this discussion did pop up, Michal you can add: > > Reviewed-by: Jérôme Glisse So I guess the below is the patch you were talking about? From f7ac75277d526dccd011f

Re: [PATCH] mm, oom: distinguish blockable mode for mmu notifiers

2018-08-24 Thread Jerome Glisse
On Fri, Aug 24, 2018 at 06:40:03PM +0200, Michal Hocko wrote: > On Fri 24-08-18 11:12:40, Jerome Glisse wrote: > [...] > > I am fine with Michal patch, i already said so couple month ago first time > > this discussion did pop up, Michal you can add: > > > > Reviewed-by: Jérôme Glisse > > So I gu

Re: [ANNOUNCE] libdrm 2.4.94

2018-08-24 Thread Laurent Carlier
Le vendredi 24 août 2018, 00:37:51 CEST Kristian H. Kristensen a écrit : > git tag: libdrm-2.4.94 > > https://dri.freedesktop.org/libdrm/libdrm-2.4.94.tar.bz2 > MD5: d48759b2c276382f9085799a08a153f5 libdrm-2.4.94.tar.bz2 > SHA1: 740c5c19b5e451102d0f5b360dae3016b3e72eab libdrm-2.4.94.tar.bz2 > S

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #28 from Andrey Grodzovsky --- Also please verify you MESA build includes the following fix - https://cgit.freedesktop.org/mesa/mesa/commit/id=c5c6e0187fd5d535c304ca3fd62de0f5e636c0c2 I assume you are running WINE with MESA ? --

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #29 from Andrey Grodzovsky --- Sorry , this link https://cgit.freedesktop.org/mesa/mesa/commit/?id=c5c6e0187fd5d535c304ca3fd62de0f5e636c0c2 -- You are receiving this mail because: You are the assignee for the bug._

[Bug 107045] [4.18rc2] RX470 dGPU on hybrid laptop freezes screen after use

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107045 --- Comment #19 from taij...@posteo.de --- 01:00.0 is indeed the RX470. $ sudo lspci 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05) 00:01.0 PCI bridge: Intel Corporation Xeon E3-

[PULL] drm-intel-next-fixes

2018-08-24 Thread Rodrigo Vivi
Hi Dave, This is the pull request that I tried to send few days ago, but apparently I had some issue with my mutt/smtp and it didn't go through. Well, I don't think that there is anything critical that cannot wait another week or -rc2 Anyway I'm sending just in case, for the record, and to try ou

[Bug 107545] radeon - ring 0 stalled - GPU lockup - SI

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107545 --- Comment #11 from Julien Isorce --- I found time to go a bit further. Now I understand this radeon_cs_parser_init function a bit more If I comment the AGP condition here https://cgit.freedesktop.org/~agd5f/linux/tree/drivers/gpu/drm/radeon/

[PATCH libdrm 2/4] intel: make gen11 use generic gen macro

2018-08-24 Thread Lucas De Marchi
Signed-off-by: Lucas De Marchi --- intel/intel_chipset.h | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h index 8a0e3e76..163fb536 100644 --- a/intel/intel_chipset.h +++ b/intel/intel_chipset.h @@ -261,16

[PATCH libdrm 1/4] intel: add IS_GENX() generic macro

2018-08-24 Thread Lucas De Marchi
This will allow platforms to reuse kernel IDs instead of manually keeping them in sync. In most of the cases we only need to extend IS_9XX(). Current platforms that fit this requirement can be ported over to use this macro. The i915_pciids.h header is in sync with kernel tree on drm-tip 2018y-08m

[PATCH libdrm 4/4] intel: make gen9 use generic gen macro

2018-08-24 Thread Lucas De Marchi
The 2 PCI IDs that are used for the command line overrid mechanism were left defined. The rest can be gone and then we just use the kernel defines. Signed-off-by: Lucas De Marchi --- intel/intel_chipset.h | 188 +- 1 file changed, 3 insertions(+), 185 dele

[PATCH libdrm 3/4] intel: make gen10 use generic gen macro

2018-08-24 Thread Lucas De Marchi
Signed-off-by: Lucas De Marchi --- intel/intel_chipset.h | 33 + 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h index 163fb536..82f3b5a0 100644 --- a/intel/intel_chipset.h +++ b/intel/intel_chipset.h @@ -

[PATCH libdrm 0/4] intel: rework how we add PCI IDs

2018-08-24 Thread Lucas De Marchi
Adding PCI IDs to different projects is a boring manual task that motivated me to create this series. The idea is to centralize the IDs in the kernel header and let other projects copy it. Initially my plan was to convert all gens, back to gen2, but that proved slightly difficult since there are s

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #30 from CheatCodesOfLife --- Created attachment 141276 --> https://bugs.freedesktop.org/attachment.cgi?id=141276&action=edit logs/trace with amd-drm-next and GALLIUM_DDEBUG=always -- You are receiving this mail because: You are

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #31 from CheatCodesOfLife --- (In reply to Andrey Grodzovsky from comment #29) > Sorry , this link > https://cgit.freedesktop.org/mesa/mesa/commit/ > ?id=c5c6e0187fd5d535c304ca3fd62de0f5e636c0c2 Yeah, I am using mesa. I've setup th

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #32 from Andrey Grodzovsky --- Looks like dmesg is missing, Can you recover the correct dmesg log for this last reproduction ? The bad address is there. -- You are receiving this mail because: You are the assignee for the bug._

<    1   2