Re: [PATCH v2 2/9] iommu: Add dummy dev_iommu_fwspec_get() helper

2019-11-02 Thread kbuild test robot
Hi Thierry, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.4-rc5 next-20191031] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to spec

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2019-11-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #24 from MasterCATZ (masterc...@hotmail.com) --- Signed-off-by: Evan Quan Reviewed-by: Alex Deucher guess one of them should be able to find the issue -- You are receiving this mail because: You are watching the assignee of the bu

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2019-11-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #23 from MasterCATZ (masterc...@hotmail.com) --- the numbers used in the linux/drivers/gpu/drm/amd/powerplay are correct as they are the values the bios uses but Linux is reading/using the values differently ... -- You are receivin

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2019-11-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #22 from MasterCATZ (masterc...@hotmail.com) --- (In reply to Sean Birkholz from comment #19) > I've done a bit of digging and I've managed to get a proper hysteresis value > to appear in a 5.1.14 kernel built from source. > I modi

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #196 from wychuchol --- (In reply to Shmerl from comment #194) > It sounds like NVMe problem, so not related to amdgpu? The thing is I played hours upon hours of Witcher 3 without any hangs or autonomous resets before until I added

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2019-11-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 MasterCATZ (masterc...@hotmail.com) changed: What|Removed |Added CC||masterc...@hotmail.c

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #195 from L.S.S. --- It's possible that the GPU issues might be able to affect other things on the PCIe bus. With Radeon RX 5700 XT I'm also encountering some NVMe-related errors, but I don't think my NVMe drives have issues as they

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #194 from Shmerl --- It sounds like NVMe problem, so not related to amdgpu? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@l

[Bug 111763] ring_gfx hangs/freezes on Navi gpus

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111763 --- Comment #19 from wychuchol --- Perhaps needs another entry started but it's related (since it didn't happen before I tried RADV_PERFTEST=aco and AMD_DEBUG="nongg,nodma") so I'll post it in case someone has had same issues as me. After some

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #193 from wychuchol --- Perhaps needs another entry started but it's related (since it didn't happen before I tried RADV_PERFTEST=aco and AMD_DEBUG="nongg,nodma") so I'll post it in case someone has had same issues as me. After some

[PATCH] drm/amd/powerplay: fix spelling mistake "Attemp" -> "Attempt"

2019-11-02 Thread Colin King
From: Colin Ian King There are spelling mistakes in assert messages, fix these. Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c | 12 ++-- drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c | 12 ++-- 2 files changed, 12 insertions(+), 1

[Bug 205393] New: [amdgpu powerplay] vega10: custom pp_table, AVFS accidentally reenabled after display powersave

2019-11-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=205393 Bug ID: 205393 Summary: [amdgpu powerplay] vega10: custom pp_table, AVFS accidentally reenabled after display powersave Product: Drivers Version: 2.5 Kernel Version: 5.4-rc5

[Bug 112140] [CI][BAT][KBL] All tests - dmesg-warn - *ERROR* Couldn't read SADs: -2

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112140 Chris Wilson changed: What|Removed |Added QA Contact|intel-gfx-bugs@lists.freede | |sktop.org

[PATCH v2 5/9] drm/nouveau: tegra: Avoid pulsing reset twice

2019-11-02 Thread Thierry Reding
From: Thierry Reding When the GPU powergate is controlled by a generic power domain provider, the reset will automatically be asserted and deasserted as part of the power-ungating procedure. On some Jetson TX2 boards, doing an additional assert and deassert of the GPU outside of the power-ungate

[PATCH v2 9/9] drm/nouveau: gp10b: Use correct copy engine

2019-11-02 Thread Thierry Reding
From: Thierry Reding gp10b uses the new engine enumeration mechanism introduced in the Pascal architecture. As a result, the copy engine, which used to be at index 2 for prior Tegra GPU instantiations, has now moved to index 0. Fix up the index and also use the gp100 variant of the copy engine cl

[PATCH v2 1/9] iommu: Document iommu_fwspec::flags field

2019-11-02 Thread Thierry Reding
From: Thierry Reding When this field was added in commit 5702ee24182f ("ACPI/IORT: Check ATS capability in root complex nodes"), the kerneldoc comment wasn't updated at the same time. Signed-off-by: Thierry Reding --- include/linux/iommu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/in

[PATCH v2 7/9] drm/nouveau: secboot: Read WPR configuration from GPU registers

2019-11-02 Thread Thierry Reding
From: Thierry Reding The GPUs found on Tegra SoCs have registers that can be used to read the WPR configuration. Use these registers instead of reaching into the memory controller's register space to read the same information. Signed-off-by: Thierry Reding --- .../drm/nouveau/nvkm/subdev/secbo

[PATCH v2 6/9] drm/nouveau: tegra: Set clock rate if not set

2019-11-02 Thread Thierry Reding
From: Thierry Reding If the GPU clock has not had a rate set, initialize it to the maximum clock rate to make sure it does run. Signed-off-by: Thierry Reding --- drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm

[PATCH v2 8/9] drm/nouveau: gp10b: Add custom L2 cache implementation

2019-11-02 Thread Thierry Reding
From: Thierry Reding There are extra registers that need to be programmed to make the level 2 cache work on GP10B, such as the stream ID register that is used when an SMMU is used to translate memory addresses. Signed-off-by: Thierry Reding --- Changes in v2: - remove IOMMU_API protection to in

[PATCH v2 4/9] drm/nouveau: tegra: Do not try to disable PCI device

2019-11-02 Thread Thierry Reding
From: Thierry Reding When Nouveau is instantiated on top of a platform device, the dev->pdev field will be NULL and calling pci_disable_device() will crash. Move the PCI disabling code to the PCI specific driver removal code. Reviewed-by: Lyude Paul Signed-off-by: Thierry Reding --- drivers/g

[PATCH v2 2/9] iommu: Add dummy dev_iommu_fwspec_get() helper

2019-11-02 Thread Thierry Reding
From: Thierry Reding This dummy implementation is useful to avoid a dependency on the IOMMU_API Kconfig symbol in drivers that can optionally use the IOMMU API. In order to fully use this, also move the struct iommu_fwspec definition out of the IOMMU_API protected region. Suggested-by: Ben Dook

[PATCH v2 0/9] drm/nouveau: Various fixes for GP10B

2019-11-02 Thread Thierry Reding
From: Thierry Reding Hi Ben, here's a revised subset of the patches I had sent out a couple of weeks ago. I've reworked the BAR2 accesses in the way that you had suggested, which at least for GP10B turned out to be fairly trivial to do. I have not looked in detail at this for GV11B yet, but a cu

[PATCH v2 3/9] drm/nouveau: fault: Add support for GP10B

2019-11-02 Thread Thierry Reding
From: Thierry Reding There is no BAR2 on GP10B and there is no need to map through BAR2 because all memory is shared between the GPU and the CPU. Add a custom implementation of the fault sub-device that uses nvkm_memory_addr() instead of nvkm_memory_bar2() to return the address of a pinned fault

Re: [PATCH v4 5/7] dt-bindings: msm/dsi: Add 28nm PLL for family B compatible

2019-11-02 Thread Rob Clark
+ devicetree list On Thu, Oct 31, 2019 at 3:44 AM wrote: > > From: AngeloGioacchino Del Regno > > On family B SoCs, the 28nm PLL has a different iospace address > and that required a new compatible in the driver. > > Signed-off-by: AngeloGioacchino Del Regno > --- > Documentation/devicetree/bi

Re: [PATCH v4 2/7] dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks

2019-11-02 Thread Rob Clark
+ devicetree list On Thu, Oct 31, 2019 at 3:44 AM wrote: > > From: AngeloGioacchino Del Regno > > These two clocks aren't present in all versions of the MDP5 HW: > where present, they are needed to enable the Translation Buffer > Unit(s). > > Signed-off-by: AngeloGioacchino Del Regno > --- > D

[Bug 108379] high idle power consumption

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108379 --- Comment #7 from xc --- I have RX470 and high idle power consumption has been present since hdmi/dp audio has been in kernel. Power consumption meter readings are ~20w higher with audio enabled. I am using Gentoo and compiling kernel without

[GIT PULL] drm/tegra: Changes for v5.5-rc1

2019-11-02 Thread Thierry Reding
Hi Dave, The following changes since commit 9a42c7c647a9ad0f7ebb147a52eda3dcb7c84292: drm/tegra: Move drm_dp_link helpers to Tegra DRM (2019-10-23 18:22:10 +0200) are available in the Git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.5-rc1 for you to fetch c

[Bug 111763] ring_gfx hangs/freezes on Navi gpus

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111763 --- Comment #18 from wychuchol --- It happened again. This time without a game or anything running, barely logged in and opened a program and boom. Nov 2 12:42:07 pop-os kernel: [ 1675.883513] [drm:amdgpu_dm_commit_planes.constprop.0 [amdgpu]]

[radeon-alex:amd-mainline-dkms-5.2 2181/2647] include/kcl/kcl_drm.h:705:20: error: static declaration of 'drm_mode_is_420_only' follows non-static declaration

2019-11-02 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.2 head: b027ed8d9051470f4ed6bc071fcde172fe1fc595 commit: da0ac8c59f795fc9b85174b15fbdf22c77e7b9e0 [2181/2647] drm/amdkcl: check drm_mode_is_420_xxx() is available config: x86_64-randconfig-g002-201943 (attached as .config)

[PATCH] drm/nouveau/bios/init: make const arrays probe_order static, makes object smaller

2019-11-02 Thread Colin King
From: Colin Ian King Don't populate const arrays on the stack but instead make them static. Makes the object code smaller by 6 bytes. Before: textdata bss dec hex filename 1030759692 0 112767 1b87f nvkm/subdev/bios/init.o After: textdata bss dec

Re: [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()

2019-11-02 Thread Björn Töpel
On 2019-10-30 23:49, John Hubbard wrote: Convert net/xdp to use the new pin_longterm_pages() call, which sets FOLL_PIN. Setting FOLL_PIN is now required for code that requires tracking of pinned pages. Signed-off-by: John Hubbard Acked-by: Björn Töpel --- net/xdp/xdp_umem.c | 4 ++-- 1

[radeon-alex:amd-mainline-dkms-5.2 2163/2647] include/kcl/kcl_drm.h:614:19: error: static declaration of 'drm_crtc_accurate_vblank_count' follows non-static declaration

2019-11-02 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.2 head: b027ed8d9051470f4ed6bc071fcde172fe1fc595 commit: ce2ac7946ad9ad370cf8212eab6d5651ba5520c6 [2163/2647] drm/amdkcl: use kcl to leverage drm_crtc_accurate_vblank_count change config: x86_64-randconfig-g002-201943 (att

[Bug 108521] RX 580 / Vega56 as eGPU amdgpu: gpu post error!

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108521 kumquad changed: What|Removed |Added Summary|RX 580 as eGPU amdgpu: gpu |RX 580 / Vega56 as eGPU |po

[Bug 108521] RX 580 as eGPU amdgpu: gpu post error!

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108521 --- Comment #56 from kumquad --- More tests: *pci=noacpi PC is booting but either it freezes right after booting to GNOME or it blocks the Touchpad/USB mouse/keyboard/Tochscreen from working *amdgpu.dpm=0 or acpi=off Screen turns black and not

[Bug 108521] RX 580 as eGPU amdgpu: gpu post error!

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108521 --- Comment #55 from kumquad --- Created attachment 145876 --> https://bugs.freedesktop.org/attachment.cgi?id=145876&action=edit Spectrex360 / Kernel 5.3.7 / Vega56 / normal boot -- You are receiving this mail because: You are the assignee f

[Bug 108521] RX 580 as eGPU amdgpu: gpu post error!

2019-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108521 kumquad changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTOURBUG

Re: [bug report] dma-buf: heaps: Add heap helpers

2019-11-02 Thread Dan Carpenter
On Fri, Nov 01, 2019 at 12:31:53PM -0700, John Stultz wrote: > On Thu, Oct 31, 2019 at 4:07 AM Dan Carpenter > wrote: > > The patch 7b87ea704fd9: "dma-buf: heaps: Add heap helpers" from Oct > > 21, 2019, leads to the following static checker warning: > > > > drivers/dma-buf/heaps/heap-hel

[radeon-alex:amd-mainline-dkms-5.2 2161/2647] include/kcl/kcl_mm.h:43:9: error: too many arguments to function 'get_user_pages'

2019-11-02 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-mainline-dkms-5.2 head: b027ed8d9051470f4ed6bc071fcde172fe1fc595 commit: f56288ab7a001e359739d486be8aae78cf09081b [2161/2647] drm/amdkcl: Test whether get_user_{pages,pages_remote}() wants {5/6,8} args config: x86_64-randconfig-g002-20194