Re: Ack to merge through DRM? WAS Re: [PATCH v2 1/5] mm: Add write-protect and clean utilities for address space ranges

2019-09-27 Thread Linus Torvalds
On Fri, Sep 27, 2019 at 5:17 AM Kirill A. Shutemov wrote: > > > Call it "walk_page_mapping()". And talk extensively about how the > > locking differs a lot from the usual "walk_page_vma()" things. > > Walking mappings of a page is what rmap does. This code thas to be > integrated there. Well, tha

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #15 from mikhail.v.gavri...@gmail.com --- Created attachment 145550 --> https://bugs.freedesktop.org/attachment.cgi?id=145550&action=edit trace-cmd start -e dma_fence -e gpu_scheduler -e amdgpu -v -e "amdgpu:amdgpu_mm_rreg" -e "amdg

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #16 from mikhail.v.gavri...@gmail.com --- Created attachment 145551 --> https://bugs.freedesktop.org/attachment.cgi?id=145551&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug._

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #20 from mikhail.v.gavri...@gmail.com --- Created attachment 14 --> https://bugs.freedesktop.org/attachment.cgi?id=14&action=edit ./umr -O many,bits -r *.*.mmCP_EOP_* -- You are receiving this mail because: You are the ass

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #17 from mikhail.v.gavri...@gmail.com --- Created attachment 145552 --> https://bugs.freedesktop.org/attachment.cgi?id=145552&action=edit ./umr -O halt_waves -wa -- You are receiving this mail because: You are the assignee for the

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #19 from mikhail.v.gavri...@gmail.com --- Created attachment 145554 --> https://bugs.freedesktop.org/attachment.cgi?id=145554&action=edit ./umr -O many,bits -r *.*.mmGRBM_STATUS* -- You are receiving this mail because: You are the

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #18 from mikhail.v.gavri...@gmail.com --- Created attachment 145553 --> https://bugs.freedesktop.org/attachment.cgi?id=145553&action=edit ./umr -R gfx[.] -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #21 from mikhail.v.gavri...@gmail.com --- Created attachment 145556 --> https://bugs.freedesktop.org/attachment.cgi?id=145556&action=edit ./umr -O many,bits -r *.*.mmCP_PFP_HEADER_DUMP -- You are receiving this mail because: You a

[Bug 111803] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.3.0 + llvm 9.0.0 [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 --- Comment #22 from mikhail.v.gavri...@gmail.com --- Created attachment 145557 --> https://bugs.freedesktop.org/attachment.cgi?id=145557&action=edit ./umr -O many,bits -r *.*.mmCP_ME_HEADER_DUMP -- You are receiving this mail because: You ar

[PATCH] drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPER

2019-09-27 Thread Ulf Magnusson
Commit 554b3529fe01 ("thermal/drivers/core: Remove the module Kconfig's option") changed the type of THERMAL from tristate to bool, so THERMAL || !THERMAL is now always y. Remove the redundant dependency. Discovered through Kconfiglib detecting a dependency loop. The C tools simplify the expressio

Re: [PATCH 1/6] drm/amdgpu/dm/mst: Don't create MST topology managers for eDP ports

2019-09-27 Thread Harry Wentland
On 2019-09-26 6:51 p.m., Lyude Paul wrote: > Signed-off-by: Lyude Paul Reviewed-by: Harry Wentland Harry > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.

Re: [PATCH 3/6] drm/amdgpu/dm/mst: Use ->atomic_best_encoder

2019-09-27 Thread Harry Wentland
On 2019-09-26 6:51 p.m., Lyude Paul wrote: > We are supposed to be atomic after all. We'll need this in a moment for > the next commit. > > Signed-off-by: Lyude Paul Reviewed-by: Harry Wentland Harry > --- > .../drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c| 10 +- > 1 file cha

Re: [Nouveau] Is Nouveau really using the io_reserve_lru?

2019-09-27 Thread Ilia Mirkin
On Thu, Sep 26, 2019 at 5:44 PM Ben Skeggs wrote: > > On Tue, 24 Sep 2019 at 22:19, Christian König > wrote: > > > > Hi guys, > > > > while working through more old TTM functionality I stumbled over the > > io_reserve_lru. > > > > Basic idea is that when this flag is set the driver->io_mem_reserv

Re: [Nouveau] Is Nouveau really using the io_reserve_lru?

2019-09-27 Thread Koenig, Christian
Am 27.09.2019 20:07 schrieb Ilia Mirkin : On Thu, Sep 26, 2019 at 5:44 PM Ben Skeggs wrote: > > On Tue, 24 Sep 2019 at 22:19, Christian König > wrote: > > > > Hi guys, > > > > while working through more old TTM functionality I stumbled over the > > io_reserve_lru. > > > > Basic idea is that whe

Re: [PATCH 1/6] drm/amdgpu/dm/mst: Don't create MST topology managers for eDP ports

2019-09-27 Thread Alex Deucher
On Fri, Sep 27, 2019 at 1:48 PM Harry Wentland wrote: > > On 2019-09-26 6:51 p.m., Lyude Paul wrote: > > Signed-off-by: Lyude Paul > > Reviewed-by: Harry Wentland > Applied. Thanks! Alex > Harry > > > --- > > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 4 > > 1 file c

Re: [PATCH 3/6] drm/amdgpu/dm/mst: Use ->atomic_best_encoder

2019-09-27 Thread Alex Deucher
On Fri, Sep 27, 2019 at 1:56 PM Harry Wentland wrote: > > On 2019-09-26 6:51 p.m., Lyude Paul wrote: > > We are supposed to be atomic after all. We'll need this in a moment for > > the next commit. > > > > Signed-off-by: Lyude Paul > > Reviewed-by: Harry Wentland > Applied. Thanks! Alex > Ha

Re: [PATCH v3 0/2] drm: LogiCVC display controller support

2019-09-27 Thread Maxime Ripard
On Fri, Sep 27, 2019 at 12:07:36PM +0200, Paul Kocialkowski wrote: > This series introduces support for the LogiCVC display controller. > The controller is a bit unusual since it is usually loaded as > programmable logic on Xilinx FPGAs or Zynq-7000 SoCs. > More details are presented on the main co

Re: [git pull] drm fixes for 5.4-rc1

2019-09-27 Thread pr-tracker-bot
The pull request you sent on Fri, 27 Sep 2019 15:18:57 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2019-09-27 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/289991ce1cac18e7cd489902986ef986baa49568 Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [PATCH V3 2/3] dt-bindings: Add Logic PD Type 28 display panel

2019-09-27 Thread Rob Herring
On Wed, Sep 25, 2019 at 01:42:37PM -0500, Adam Ford wrote: > This patch adds documentation of device tree bindings for the WVGA panel > Logic PD Type 28 display. > > Signed-off-by: Adam Ford > --- > V3: Correct build errors from 'make dt_binding_check' > V2: Use YAML instead of TXT for binding

Re: [PATCH V3 2/3] dt-bindings: Add Logic PD Type 28 display panel

2019-09-27 Thread Adam Ford
On Fri, Sep 27, 2019 at 1:51 PM Rob Herring wrote: > > On Wed, Sep 25, 2019 at 01:42:37PM -0500, Adam Ford wrote: > > This patch adds documentation of device tree bindings for the WVGA panel > > Logic PD Type 28 display. > > > > Signed-off-by: Adam Ford > > --- > > V3: Correct build errors from

[Bug 111691] inconsistent cursor movement speed when using AMD 5700 XT

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111691 --- Comment #11 from Michael Haworth --- Issue is not present in Ubuntu 19.10 beta -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.

[PULL] drm-intel-next-fixes

2019-09-27 Thread Rodrigo Vivi
Hi Dave and Daniel, This should've gone out yesterday, but apparently I had some issue with my mutt here. Anyway, nothing that couldn't wait for rc2 Here goes drm-intel-next-fixes-2019-09-26: - Fix concurrence on cases where requests where getting retired at same time as resubmitted to HW - Fix

[Bug 204181] NULL pointer dereference regression in amdgpu

2019-09-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204181 --- Comment #56 from Sergey Kondakov (virtuous...@gmail.com) --- (In reply to Alex Deucher from comment #54) > (In reply to Sergey Kondakov from comment #53) > > Or any of these ? > > options amdgpu cik_support=1 si_support=1 msi=1 disp_priority=2

Re: drm_sched with panfrost crash on T820

2019-09-27 Thread Grodzovsky, Andrey
Can you please use addr2line or gdb to pinpoint where in drm_sched_increase_karma you hit the NULL ptr ? It looks like the guilty job, but to be sure. Andrey On 9/27/19 4:12 AM, Neil Armstrong wrote: > Hi Christian, > > In v5.3, running dEQP triggers the following kernel crash : > > [ 20.2249

Re: [PATCH v3 2/4] drm/edid: Add CTA-861-G modes with VIC >= 193

2019-09-27 Thread Manasi Navare
On Wed, Sep 25, 2019 at 04:55:00PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Add a second table to the cea modes with VIC >= 193. > > Cc: Hans Verkuil > Cc: Shashank Sharma > Signed-off-by: Ville Syrjälä I havent verified the actual timings from the CTA spec, but the logic to add

Re: [PATCH v3 4/4] drm/edid: Make sure the CEA mode arrays have the correct amount of modes

2019-09-27 Thread Manasi Navare
On Wed, Sep 25, 2019 at 04:55:02PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > We depend on a specific relationship between the VIC number and the > index in the CEA mode arrays. Assert that the arrays have the excpected ^^^

Re: [RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges

2019-09-27 Thread Bjorn Helgaas
[+cc Rafael, Mika, linux-pm] On Fri, Sep 27, 2019 at 04:44:21PM +0200, Karol Herbst wrote: > Fixes runpm breakage mainly on Nvidia GPUs as they are not able to resume. I don't know what runpm is. Some userspace utility? Module parameter? > Works perfectly with this workaround applied. > > RFC

Re: [RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges

2019-09-27 Thread Karol Herbst
On Fri, Sep 27, 2019 at 11:42 PM Bjorn Helgaas wrote: > > [+cc Rafael, Mika, linux-pm] > > On Fri, Sep 27, 2019 at 04:44:21PM +0200, Karol Herbst wrote: > > Fixes runpm breakage mainly on Nvidia GPUs as they are not able to resume. > > I don't know what runpm is. Some userspace utility? Module >

Re: [PATCH v3 1/2] dt-bindings: display: Document the Xylon LogiCVC display controller

2019-09-27 Thread Rob Herring
On Fri, Sep 27, 2019 at 12:07:37PM +0200, Paul Kocialkowski wrote: > The Xylon LogiCVC is a display controller implemented as programmable > logic in Xilinx FPGAs. > > Signed-off-by: Paul Kocialkowski > --- > .../display/xylon,logicvc-display.yaml| 313 ++ > 1 file change

[Bug 111846] Suspend to RAM cause screen to glitch on navi10

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111846 Yuxuan Shui changed: What|Removed |Added Version|XOrg git|unspecified -- You are receiving this ma

[Bug 111846] Suspend to RAM cause screen to glitch on navi10

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111846 Bug ID: 111846 Summary: Suspend to RAM cause screen to glitch on navi10 Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [PATCH v9 2/4] drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort Subsystem

2019-09-27 Thread Hyun Kwon
Hi Laurent, Thanks for the patch. On Wed, 2019-09-25 at 16:55:42 -0700, Laurent Pinchart wrote: > From: Hyun Kwon > > The Xilinx ZynqMP SoC has a hardened display pipeline named DisplayPort > Subsystem. It includes a buffer manager, a video pipeline renderer > (blender), an audio mixer and a Di

[Bug 204181] NULL pointer dereference regression in amdgpu

2019-09-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204181 --- Comment #57 from Andrey Grodzovsky (andrey.grodzov...@amd.com) --- Sergey, instead of throwing tantrums why can't you just do what you are asked ? You present an extremely convoluted set of driver config params and demand from us resolving the

[Bug 111847] Radeon 7, no audio over hdmi 2.0 4k and accelerated audio over displayport in fullhd display

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111847 Bug ID: 111847 Summary: Radeon 7, no audio over hdmi 2.0 4k and accelerated audio over displayport in fullhd display Product: DRI Version: XOrg git Hardware: Other

[PATCH] Add framebuffer max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
Below two discussion threads will provide the context behind this patch. https://www.spinics.net/lists/dri-devel/msg229070.html https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332...@baylibre.com/T/ Seperating out the core framework patch from vendor implementation. Jeykumar

[PATCH] Add framebuffer max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
Below two discussion threads will provide the context behind this patch. https://www.spinics.net/lists/dri-devel/msg229070.html https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332...@baylibre.com/T/ Seperating out the core framework patch from vendor implementation. Jeykumar

[PATCH] drm: add fb max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
The mode_config max width/height values determine the maximum resolution the pixel reader can handle. But the same values are used to restrict the size of the framebuffer creation. Hardware's with scaling blocks can operate on framebuffers larger/smaller than that of the pixel reader resolutions by

[PATCH] Add framebuffer max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
Below two discussion threads will provide the context behind this patch. https://www.spinics.net/lists/dri-devel/msg229070.html https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332...@baylibre.com/T/ Seperating out the core framework patch from vendor implementation. Jeykumar

[PATCH] drm: add fb max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
The mode_config max width/height values determine the maximum resolution the pixel reader can handle. But the same values are used to restrict the size of the framebuffer creation. Hardware's with scaling blocks can operate on framebuffers larger/smaller than that of the pixel reader resolutions by

[PATCH] Add framebuffer max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
Below two discussion threads will provide the context behind this patch. https://www.spinics.net/lists/dri-devel/msg229070.html https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332...@baylibre.com/T/ Seperating out the core framework patch from vendor implementation. Jeykumar

[Bug 111750] Navi10 GPU boot bug: Failed to pin framebuffer with error -12

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111750 --- Comment #1 from Michael Parker --- I was seeing this issue. After connecting via ssh I was able to get the error code and found this post. In the latest update for Fedora 31 Beta (Sept 27, '19) I had a Mesa update show up and it is now work

[Bug 111750] Navi10 GPU boot bug: Failed to pin framebuffer with error -12

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111750 --- Comment #2 from Michael Parker --- While I can now boot and sign in I am still seeing these types of errors. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel

[Bug 111819] Running apps via Flatpak with DRI device access: [gfxhub] retry page fault (src_id:0 ring:0 vmid:1 pasid:32770, for process X pid 2148 thread X:cs0 pid 2151) in page starting at address 0

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111819 Dennis Schridde changed: What|Removed |Added Summary|When starting Atom, Signal |Running apps via Flatpak

[Bug 111819] Running apps via Flatpak with DRI device access: [gfxhub] retry page fault (src_id:0 ring:0 vmid:1 pasid:32770, for process X pid 2148 thread X:cs0 pid 2151) in page starting at address 0

2019-09-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111819 --- Comment #10 from Dennis Schridde --- Created attachment 145562 --> https://bugs.freedesktop.org/attachment.cgi?id=145562&action=edit dmesg, with backtraces in DCN `flatpak run --nodevice=all com.valvesoftware.Steam` also makes Steam start

[Bug 203781] AMDGPU Radeon VII crashes with dual monitors

2019-09-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203781 sehell...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

<    1   2