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
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
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=201539
MasterCATZ (masterc...@hotmail.com) changed:
What|Removed |Added
CC||masterc...@hotmail.c
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=112140
Chris Wilson changed:
What|Removed |Added
QA Contact|intel-gfx-bugs@lists.freede |
|sktop.org
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
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
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
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
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
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
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
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
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
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
+ 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
+ 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
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
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
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]]
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)
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=108521
kumquad changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|NOTOURBUG
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
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
38 matches
Mail list logo