RE: [PATCH v5 6/6] drm/amdgpu: Avoid HW reset if guilty job already signaled.

2019-04-27 Thread Zhou, David(ChunMing)
Sorry, I only can put my Acked-by: Chunming Zhou on patch#3. I cannot fully judge patch #4, #5, #6. -David From: amd-gfx On Behalf Of Grodzovsky, Andrey Sent: Friday, April 26, 2019 10:09 PM To: Koenig, Christian ; Zhou, David(ChunMing) ; dri-devel@lists.freedesktop.org;

[Bug 202445] amdgpu/dc: framerate dropping below adaptive sync range causes screen flickering

2019-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=202445 --- Comment #30 from Clément Guérin (li...@protonmail.com) --- I just tested drm-next-5.2 with Mario Kleiner's VRR BTR patch series applied on top: https://lists.freedesktop.org/archives/amd-gfx/2019-April/033470.html The situation improved a

[Bug 107612] [Vega10] Hard Lock [gfxhub] VMC page fault when opening Mario Kart 8 in Cemu under wine

2019-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107612 --- Comment #5 from coraxio --- As far as I can tell, I'm having a similar problem with Pac-Man Championship DX+. AMD Ryzen 5 2400G (Vega 11), AMDGPU drivers with up-to-date Arch software. Since Pac-Man is a Windows game, I've run it through

[Bug 108487] Wayland compositors are unable to use hardware acceleration on i915

2019-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108487 --- Comment #17 from Alex Villacís Lasso --- I see the exact same issue on my machine when trying weston. This bug is very similar to one I had a hand in working around in mutter: https://gitlab.gnome.org/GNOME/mutter/issues/127 . The mutter

[Bug 105651] Vega64 doesn't output properly onto dell up2715k at 5120x2880

2019-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105651 spgle...@gmail.com changed: What|Removed |Added Resolution|NOTOURBUG |--- Status|RESOLVED

[Bug 201273] Fatal error during GPU init amdgpu RX560

2019-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201273 --- Comment #45 from quirin.blae...@freenet.de --- (In reply to quirin.blaeser from comment #44) > (In reply to Alex Deucher from comment #43) > > Does booting with any of the following options on the kernel command line > in > > grub help? > >

Re: [PATCH v2 25/79] docs: convert docs to ReST and rename to *.rst

2019-04-27 Thread Mauro Carvalho Chehab
Em Sun, 28 Apr 2019 02:25:51 +0900 Mark Brown escreveu: > On Fri, Apr 26, 2019 at 06:46:09AM -0300, Mauro Carvalho Chehab wrote: > > Mark Brown escreveu: > > > > This is massively CCed covering a large range of subsystems and is patch > > > 25 of a 79 patch series so I've no context for

Re: [PATCH v2 25/79] docs: convert docs to ReST and rename to *.rst

2019-04-27 Thread Mark Brown
On Fri, Apr 26, 2019 at 06:46:09AM -0300, Mauro Carvalho Chehab wrote: > Mark Brown escreveu: > > This is massively CCed covering a large range of subsystems and is patch > > 25 of a 79 patch series so I've no context for what's going on here or > > why... > You can see more details at patch

Re: [PATCH v1 1/1] drm: drop drm_bus from todo

2019-04-27 Thread Sam Ravnborg
On Sun, Jan 27, 2019 at 12:00:37PM +0100, David Herrmann wrote: > Hey > > On Sat, Jan 26, 2019 at 8:27 PM Sam Ravnborg wrote: > > David Herrmann removed the last bits of drm_bus in: > > c5786fe5f1c50941dbe27fc8b4aa1afee46ae893 ("drm: Goody bye, drm_bus!") > > > > Remove the todo item. > > > >

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

2019-04-27 Thread Thomas Hellstrom
Add two utilities to a) write-protect and b) clean all ptes pointing into a range of an address space. The utilities are intended to aid in tracking dirty pages (either driver-allocated system memory or pci device memory). The write-protect utility should be used in conjunction with page_mkwrite()

Re: [PATCH AUTOSEL 4.19 29/53] drm/amdkfd: Add picasso pci id

2019-04-27 Thread Deucher, Alexander
NACK. 4.19 did not contain support for picasso. Please drop this patch for 4.19. Alex From: amd-gfx on behalf of Sasha Levin Sent: Friday, April 26, 2019 9:40 PM To: linux-ker...@vger.kernel.org; sta...@vger.kernel.org Cc: Deucher, Alexander; Sasha Levin;

[Bug 108893] Slow redrawing of menu in Gothic 2 under wine

2019-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108893 supercoolem...@seznam.cz changed: What|Removed |Added Attachment #142657|0 |1 is obsolete|

[Bug 108893] Slow redrawing of menu in Gothic 2 under wine

2019-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108893 supercoolem...@seznam.cz changed: What|Removed |Added Version|18.3|19.0

Re: [PATCH v3 2/3] drm: Add bus flag for Sharp-specific signals

2019-04-27 Thread Sam Ravnborg
Hi Paul On Fri, Apr 26, 2019 at 01:18:53AM +0200, Paul Cercueil wrote: > Add the DRM_BUS_FLAG_SHARP_SIGNALS to the drm_bus_flags enum. > > This flags can be used when the display must be driven with the > Sharp-specific signals SPL, CLS, REV, PS. > > Signed-off-by: Paul Cercueil > --- > >