[Bug 109206] Kernel 4.20 amdgpu fails to load firmware on Ryzen 2500U

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109206 --- Comment #35 from JerryD --- Well, I just ran Fedora updates which brought kernel to 5.0.7-200.fc29 and there was also an update to mesa-dri-drivers.x86_64 18.3.6-1.fc29. My laptop failed to boot with or without the raven_dmcu.bin file after

[Bug 110416] Newly installed Kubuntu 18.04 brokes after try to install amdgpu for RX 550

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110416 Bug ID: 110416 Summary: Newly installed Kubuntu 18.04 brokes after try to install amdgpu for RX 550 Product: DRI Version: XOrg git Hardware: x86-64 (AMD64)

[Bug 110117] Waking from Suspend causes screen to appear with grey static (like a TV with no signal)

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110117 --- Comment #7 from Craig --- tested the kernel from here today with the same result: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.1-rc4/ generic amd64 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 110258] Lenovo V110-15AST AMD A9-9410 AMD R5 Stoney hangs after waking after suspend. 5.0-5.1rc2

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110258 --- Comment #6 from Hin-Tak Leung --- A me-too. Although I have something to add: if I switch to a VT, I can suspend and resume. However, Xorg after suspend is still f*cked - i.e. I can switch to a text VT, suspend, resume in the VT and still ha

[Bug 110199] [amdgpu] Screen flickering when using a 75Hz monitor paired with an RX 480 GPU

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110199 Maxim Ivanov changed: What|Removed |Added Version|XOrg git|unspecified -- You are receiving this m

Re: [PATCH v5 3/4] spi/spi-bcm2835: Split transfers that exceed DLEN

2019-04-13 Thread Lukas Wunner
On Sat, Apr 13, 2019 at 08:24:14PM +0200, Noralf Trønnes wrote: > @@ -844,6 +816,17 @@ static int bcm2835_spi_prepare_message(struct spi_master > *master, > struct spi_device *spi = msg->spi; > struct bcm2835_spi *bs = spi_master_get_devdata(master); > u32 cs = bcm2835_rd(bs, BCM

Re: [PATCH] video: fbdev: gbefb: add COMPILE_TEST support

2019-04-13 Thread kbuild test robot
/commits/Bartlomiej-Zolnierkiewicz/video-fbdev-gbefb-add-COMPILE_TEST-support/20190413-072821 config: arm-allyesconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin

Re: [PATCH 4/9] drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct

2019-04-13 Thread Koenig, Christian
Am 12.04.19 um 18:04 schrieb Thomas Hellstrom: > Add a pointer to the struct vm_operations_struct in the bo_device, and > assign that pointer to the default value currently used. > > The driver can then optionally modify that pointer and the new value > can be used for each new vma created. > > Cc:

[PATCH v5 4/4] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer

2019-04-13 Thread Noralf Trønnes
From: Meghana Madhyastha Remove chunk splitting in tinydrm_spi_transfer in tinydrm-helpers as spi-bcm2835 now can handle large buffers using DMA, automatic byte swapping in tinydrm_spi_transfer as it doesn't have users. Remove the spi_max module argument that now has lost its cause. The 16kB bu

[PATCH v5 2/4] spi: Release spi_res after finalizing message

2019-04-13 Thread Noralf Trønnes
spi_split_transfers_maxsize() can be used to split a transfer. This function uses spi_res to lifetime manage the added transfer structures. So in order to finalize the current message while it contains the split transfers, spi_res_release() must be called after finalizing. Signed-off-by: Noralf Tr

[PATCH v5 3/4] spi/spi-bcm2835: Split transfers that exceed DLEN

2019-04-13 Thread Noralf Trønnes
From: Meghana Madhyastha Split spi transfers into chunks of <=65532 to enable the driver to perform DMA transfer on big buffers. The DLEN register specifies the number of bytes to transfer in DMA mode. It is 16-bit wide and thus the maximum DMA transfer is 65535 bytes. Set the maximum to 65532 (4

[PATCH v5 0/4] Chunk splitting of spi transfers

2019-04-13 Thread Noralf Trønnes
spi-bcm2835 has a ~64kB upper limit on DMA transfers. Drivers in drivers/gpu/drm/tinydrm work around this limitation by splitting the buffer into multiple transfers. This patchset lifts this driver limitation by splitting affected transfers using spi_split_transfers_maxsize(). Based on the feedbac

[PATCH v5 1/4] spi: Remove warning in spi_split_transfers_maxsize()

2019-04-13 Thread Noralf Trønnes
Don't warn about splitting transfers, the info is available in the statistics if needed. Signed-off-by: Noralf Trønnes --- drivers/spi/spi.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 9a7def7c3237..05875e63be43 100644 --- a/drivers/spi/spi

[Bug 110199] [amdgpu] Screen flickering when using a 75Hz monitor paired with an RX 480 GPU

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110199 --- Comment #9 from Eduardo Saporski --- Can confirm. My GPU is MSI RX580 Armor 8G OC and my monitor Asus VP247QG (FreeSync, 48Hz to 75Hz). I'm on Solus 4 using the open source drivers (POLARIS10 DRM 3.27.0 5.0.5-113.current LLVM 7.0.0, OpenGL

[Bug 109695] qemu using spice gl and sandbox resourcecontrol=deny crashes with SIGSYS on radeonsi

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109695 a...@tutanota.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #13 from Mauro Gaspari --- Status update: I updated the BIOS and now disabled all kernel parameters I previously used. It might take some time to make sure the system is stable. Regarding your frustrations, AMD released open source

[Bug 110413] GPU crash and failed reset leading to deadlock on Polaris 22 XL [Radeon RX Vega M GL]

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110413 --- Comment #9 from Rémi Verschelde --- Created attachment 143961 --> https://bugs.freedesktop.org/attachment.cgi?id=143961&action=edit Xorg.1.log after GPU crash in game Northgard with kernel 5.0.7-desktop from Mageia 7 -- You are receiving

[Bug 110413] GPU crash and failed reset leading to deadlock on Polaris 22 XL [Radeon RX Vega M GL]

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110413 --- Comment #8 from Rémi Verschelde --- Created attachment 143960 --> https://bugs.freedesktop.org/attachment.cgi?id=143960&action=edit Xorg.0.log after GPU crash in game Northgard with kernel 5.0.7-desktop from Mageia 7 This seems to only co

[Bug 110413] GPU crash and failed reset leading to deadlock on Polaris 22 XL [Radeon RX Vega M GL]

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110413 --- Comment #7 from Rémi Verschelde --- Created attachment 143959 --> https://bugs.freedesktop.org/attachment.cgi?id=143959&action=edit journalctl -b output after GPU crash in game Northgard with kernel 5.0.7-desktop from Mageia 7 As can be s

[Bug 110413] GPU crash and failed reset leading to deadlock on Polaris 22 XL [Radeon RX Vega M GL]

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110413 --- Comment #6 from Rémi Verschelde --- Created attachment 143958 --> https://bugs.freedesktop.org/attachment.cgi?id=143958&action=edit dmesg output after GPU crash in game Northgard with kernel 5.0.7-desktop from Mageia 7 Worth noting: North

[Bug 102322] System crashes after "[drm] IP block:gmc_v8_0 is hung!" / [drm] IP block:sdma_v3_0 is hung!

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102322 --- Comment #81 from Jaap Buurman --- (In reply to Alex Deucher from comment #14) > (In reply to dwagner from comment #13) > > > > Much lower shader clocks are used only if I lower the refresh rate of the > > screen. Is there a reason why the s

[Bug 110413] GPU crash and failed reset leading to deadlock on Polaris 22 XL [Radeon RX Vega M GL]

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110413 --- Comment #5 from Rémi Verschelde --- Tried another game (Northgard) today, same issue. I manually enabled the performance CPU governor, but it didn't prevent the GPU crash which happened ~10 min in game. I'm attaching the dmesg, journalctl a

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #12 from Jaap Buurman --- My Vega64 was also 100% stable on the exact same build under Windows 10. So I am also not getting my hopes up, but I am really frustrated. I am hoping it is some kind of incompatibility problem. I have hones

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #11 from Mauro Gaspari --- You are right. MSI tools do not offer any BIOS update for GPU. I downloaded the utility and filtered BIOS by vendor and DeviceID, I saw the 3 BIOS version and the one that, as you said was released 2 days

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #10 from Jaap Buurman --- You will have to flash using Atiflash: https://www.techpowerup.com/download/ati-atiflash/ And downloading the latest bios for your card from Techpowerup as well: https://www.techpowerup.com/vgabios/ Bios

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #9 from Mauro Gaspari --- Interesting catch the one about the BIOS of the card. I have a separate SSD with windows10 I use to test this card stability. I will check my windows MSI update tool, see if it offers me an updated BIOS. If

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #8 from Jaap Buurman --- I guess we can rule out a multi-monitor issue then. But I find is VERY interesting that you also run the exact same bios version, that was replaced two days later, so it should be fairly rare. Perhaps it is b

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #7 from Mauro Gaspari --- @ Jaap Buurman I run a single monitor, ultra-wide 3440xx1440 @100hz. my bios version: 113-D0500100-103 -- You are receiving this mail because: You are the assignee for the bug.___

Re: [PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges

2019-04-13 Thread Thomas Hellstrom
Hi, Ralph, On Fri, 2019-04-12 at 11:52 -0700, Ralph Campbell wrote: > On 4/12/19 9:04 AM, Thomas Hellstrom wrote: > > Add two utilities to a) write-protect and b) clean all ptes > > pointing into > > a range of an address space > > A period at the end, please. > > > The utilities are intended to

Re: [PATCH 2/9] mm: Add an apply_to_pfn_range interface

2019-04-13 Thread Thomas Hellstrom
Hi, Jérôme On Fri, 2019-04-12 at 17:07 -0400, Jerome Glisse wrote: > On Fri, Apr 12, 2019 at 04:04:18PM +, Thomas Hellstrom wrote: > > This is basically apply_to_page_range with added functionality: > > Allocating missing parts of the page table becomes optional, which > > means that the funct