Re: [PATCH V13 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

2019-11-19 Thread Jason Wang
On 2019/11/19 下午8:40, Jason Gunthorpe wrote: On Tue, Nov 19, 2019 at 11:03:39AM +0800, Jason Wang wrote: Also, see the other conversations we are having about a "virtual" bus and devices. I do not want to have two different ways of doing the same thing in the kernel at the same time please.

Re: [PATCH V13 4/6] mdev: introduce mediated virtio bus

2019-11-19 Thread Jason Wang
On 2019/11/19 下午8:38, Jason Gunthorpe wrote: On Tue, Nov 19, 2019 at 10:41:31AM +0800, Jason Wang wrote: On 2019/11/19 上午4:28, Jason Gunthorpe wrote: On Mon, Nov 18, 2019 at 03:27:13PM -0500, Michael S. Tsirkin wrote: On Mon, Nov 18, 2019 at 01:41:00PM +, Jason Gunthorpe wrote: On Mon,

RE: [PATCH] drm/r128: make ATI PCI GART part of its only user, r128

2019-11-19 Thread Deucher, Alexander
> -Original Message- > From: Jani Nikula > Sent: Tuesday, November 19, 2019 5:06 AM > To: dri-devel@lists.freedesktop.org > Cc: Jani Nikula ; Deucher, Alexander > ; Daniel Vetter ; > Dave Airlie > Subject: [PATCH] drm/r128: make ATI PCI GART part of its only user, r128 > > The ATI Rage

Re: [PATCH 0/2] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code

2019-11-19 Thread Julia Lawall
On Tue, 19 Nov 2019, Jani Nikula wrote: > On Tue, 19 Nov 2019, Jani Nikula wrote: > > On Mon, 18 Nov 2019, Thierry Reding wrote: > >> On Mon, Nov 18, 2019 at 07:46:10PM +0800, zhengbin wrote: > >>> zhengbin (2): > >>> drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code in > >>>

Re: [PATCH 0/2] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code

2019-11-19 Thread Jani Nikula
On Tue, 19 Nov 2019, Jani Nikula wrote: > On Mon, 18 Nov 2019, Thierry Reding wrote: >> On Mon, Nov 18, 2019 at 07:46:10PM +0800, zhengbin wrote: >>> zhengbin (2): >>> drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code in >>> tegra_bo_dumb_create >>> drm/tegra: Use PTR_ERR_OR_ZERO() to

Re: [PATCH 0/2] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code

2019-11-19 Thread Jani Nikula
On Mon, 18 Nov 2019, Thierry Reding wrote: > On Mon, Nov 18, 2019 at 07:46:10PM +0800, zhengbin wrote: >> zhengbin (2): >> drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code in >> tegra_bo_dumb_create >> drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code in tegra_gem_create >> >>

Re: [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

2019-11-19 Thread Jan Kara
On Tue 19-11-19 00:16:43, John Hubbard wrote: > In order to provide a clearer, more symmetric API for pinning > and unpinning DMA pages. This way, pin_user_pages*() calls > match up with unpin_user_pages*() calls, and the API is a lot > closer to being self-explanatory. > > Signed-off-by: John

Re: [PATCH v6 17/24] mm/gup: track FOLL_PIN pages

2019-11-19 Thread Jan Kara
On Tue 19-11-19 00:16:36, John Hubbard wrote: > @@ -2025,6 +2149,20 @@ static int __record_subpages(struct page *page, > unsigned long addr, > return nr; > } > > +static bool __pin_compound_head(struct page *head, int refs, unsigned int > flags) > +{ I don't quite like the

Re: [PATCH 7/7] drm/atomic: Reduce setplane locking

2019-11-19 Thread Daniel Vetter
On Fri, Nov 15, 2019 at 09:42:04PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Currently setplane grabs all modeset locks, which seems a bit > excessive. Let's reduce that to just the locks we really need > on atomic drivers. For non-atomic drivers let's stick to the > current scheme

Re: [PATCH 5/7] drm/selftests: Add some selftests for drm_atomic_set_mode_for_crtc()

2019-11-19 Thread Daniel Vetter
On Fri, Nov 15, 2019 at 09:42:02PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Test the basics of drm_atomic_set_mode_for_crtc(), and in particular > verify that the function doesn't take the shortcut incorrectly. > > Cc: Daniel Vetter > Signed-off-by: Ville Syrjälä > --- >

[Bug 109667] r5 m330 hung if dpm enabled

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109667 Slava changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

Re: [PATCH 6/7] drm/atomic: Fix the early return in drm_atomic_set_mode_for_crtc()

2019-11-19 Thread Daniel Vetter
On Fri, Nov 15, 2019 at 09:42:03PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The early return in drm_atomic_set_mode_for_crtc() isn't quite > right. It would mistakenly return and fail to update > crtc_state->enable if someone actually tried to set a zeroed > mode on a currently

Re: [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines

2019-11-19 Thread Jan Kara
On Tue 19-11-19 00:16:21, John Hubbard wrote: > There are four locations in gup.c that have a fair amount of code > duplication. This means that changing one requires making the same > changes in four places, not to mention reading the same code four > times, and wondering if there are subtle

Re: [Intel-gfx] [PATCH 3/7] drm: Extract page_flip_{internal, atomic}()

2019-11-19 Thread Daniel Vetter
On Fri, Nov 15, 2019 at 09:42:00PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Yank out the code for the plane->fb/old_fb/crtc handling from > the page flip path into page_flip_internal(), and provide a > simpler variant for atomic drivers. > > We'll also move the fb vs. src viewport

Re: [PATCH] drm/r128: make ATI PCI GART part of its only user, r128

2019-11-19 Thread Daniel Vetter
On Tue, Nov 19, 2019 at 11:05 AM Jani Nikula wrote: > > The ATI Rage 128 driver has been the only user of ATI PCI GART code > since Radeon dropped UMS support in commit 8333f607a631 ("drm/radeon: > remove UMS support"). Clean up the drm top level directory, Kconfig and > Makefile by making

[PATCH] drm/r128: make ATI PCI GART part of its only user, r128

2019-11-19 Thread Jani Nikula
The ATI Rage 128 driver has been the only user of ATI PCI GART code since Radeon dropped UMS support in commit 8333f607a631 ("drm/radeon: remove UMS support"). Clean up the drm top level directory, Kconfig and Makefile by making ati_pcigart.[ch] part of r128. Drop the CONFIG_DRM_ATI_PCIGART config

[Bug 112308] Screen flickering with 4k resolution on Prairie Falcon

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112308 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112266] [Navi] Pathfinder: Kingmaker is causing a GPU hang: flip_done timed out error

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112266 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112302] [kernel 5.4-rc7][amdgpu] kmemleak reports various leaks

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112302 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112303] [LENOVO E595] Black screen on resume!

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112303 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112304] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout causes system freeze

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112304 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112297] AMDGPU.gpu_recovery does recover desktop to an unusable state

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112297 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112214] Vega20 crashing randomly while using Xorg or Wayland in Fedora 31

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112214 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112242] amdgpu [RX Vega 56]: ring sdma0 timeout

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112242 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112288] Blank display on Ubuntu 19.10 on Ryzen 3 2200G and Ryzen 5 2400G APUs

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112288 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112243] Micro stuttering in RocketLeague

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112243 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112240] Resume from suspend hangs gfx10 card

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112240 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112226] [HadesCanyon/regression] GPU hang causes also X server to die

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112226 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112188] OpenGL stuttering in some cases on AMD Navi cards (RX 5700XT in my case)

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112188 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112174] AMD Radeon 5700 / Navi: amdgpu.gpu_recovery not working

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112174 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112140 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112124] Kingdom Come: Deliverance (DXVK) - kernel performance regression [Navi] [RADV/ACO]

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112124 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112103] Asrock 5700 XT Taichi fails to boot/hangs when a fifth monitor is connected

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112103 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112104] 2 displays, only 1 hdmi/dp device listed, sound played in both devices if selected

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112104 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112148] Broken colors on RX 5700 with adjusted brightness

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112148 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112160] Can't get VGA video on Carrizo R7 gpu, only HDMI

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112160 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112138] [kernel 5.4-rc4][amdgpu][CIK]: [drm] dce110_link_encoder_construct: Failed to get encoder_cap_info from VBIOS with error code 4!

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112138 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 112133] AMD Radeon 5700 / Navi: VAAPI encoding generates garbled output

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112133 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112079] X lockups with HWCursor enabled - Navi 5700 XT

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112079 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111989] Diagnosing issues with Radeon VII

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111989 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 112008] eDP -> Dual Channel LVDS bridge unable to accept any modelines: Corrupt display!

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=112008 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111987] Unstable performance (periodic and repeating patterns of fps change) and changing VDDGFX

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111987 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111979] [5.2/5.3][drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted!

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111979 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111986] 5700 XT hangs entire system in games

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111986 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111922] amdgpu fails to resume on 5.2 kernel [regression]

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111922 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111913] AMD Navi10 GPU powerplay issues when using two DisplayPort connectors

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111913 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111948] [Vega10][bisected] Vega56 VM_L2_PROTECTION_FAULT when logging into KDE with kernel 5.3.0-rc1 and newer

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111948 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|REOPENED

[Bug 111921] GPU crash on VegaM (amdgpu: The CS has been rejected)

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111921 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111876] AMD 5700 XT / Navi - BenQ XL2420G - No EDID read with DP connector, HDMI works fine

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111876 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111968] Navi10 null pointer dereference in kernel 5.4 while running Vulkan CTS

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111968 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111879] GPU reset during hibernation

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111879 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111869] Navi "divide error" hang

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111869 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111848] AMDGPU and display fails after resume from suspend

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111848 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111860] Crash in AMDGPU after resume on VegaM

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111860 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111811] Ryzen7 3700U display hang on resume from suspend

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111811 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

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

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111846 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111849] X11 blank screen when starting plasma on amdgpu

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111849 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111847 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[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-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111819 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111807] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout cause process into Disk sleep state

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111807 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[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-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111803 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111804] Annoying GPU stucks are continued on Vega 20 with Kernel 5.4 + mesa 9.2.0 RC4 + llvm 9.0.0 [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:47:crtc-0] flip_done t

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111804 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111792] [AMD tahiti xt] amd-staging-drm-next broken since linux 5.3.0-rc3 rebase

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111792 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111763] ring_gfx hangs/freezes on Navi gpus

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111763 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111762] RX 5700 XT Navi - amdgpu.ppfeaturemask=0xffffffff causes stuttering and does not unlock clock/voltage/power controls

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111762 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111729] RX480 : random NULL pointer dereference on resume from suspend

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111729 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111733] AMD Navi10 GPU randomly blanks display connected through HDMI

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111733 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111755] WARNING: CPU: 9 PID: 2908 at drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:1942 dcn20_setup_gsl_group_as_lock+0x94/0x220 [amdgpu]

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111755 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111682] use-after-free in amdgpu_vm_update_pdes

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111682 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111750 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111689] gnome-shell stuck because of amdgpu driver 5.3 kernel

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111689 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111588] Framebuffer corruption when a fb which is not being scanned out gets removed

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111588 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111620] [regression][bisected] Virtual Reality HMDs fail to power off when SteamVR closes

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111620 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111691 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111685] [Polaris 30] [Bisected] Kernel BUG during boot when amdgpu.dpm=0

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111685 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111584] "pp_od_clk_voltage" unavailable on Hawaii GPU (R9 390)

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111584 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111633] amdgpu driver crash with kernel NULL pointer dereference

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111633 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111506] [amdgpu] VRR/Freesync below the range (LFC) flickering (5700 XT)

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111506 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111555] [amdgpu/Navi] [powerplay] Failed to send message errors

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111555 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111524] AMD A9 R5 GPU doesn't work after resume

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111524 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111483] FreeSync LFC breaks under certain circumstances, causing either tearing or stutter

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111483 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111528] Using Fan-Control causes mmhub-pagefault and unresponsive system on Navi

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111528 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111498] [amdgpu, Ryzen 7 Pro 3700U] freeze when suspending shortly after wakeup

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111498 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

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

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111492] HDMI audio is unavailable with amdgpu on R9 270

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111492 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111482] Sapphire Pulse RX 5700 XT power consumption

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111482 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111456] amdgpu numerous failures on resume from suspend

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111456 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111412] 4k 60hz unavailable RX 560 over HDMI

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111412 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111287] Box crashes some time after installation

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111287 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111305] `ttm_bo_handle_move_mem` sometimes takes more than 50 ms

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111305 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111459] AMDg black screen

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111459 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111416] 4k 60hz on RX 560 over HDMI = no sound

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111416 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111455] DMAR: [INTR-REMAP] Blocked an interrupt request due to source-id verification failure

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111455 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111299] AMD RX 570 Black Screen/Hang at startup (AMDGpu DC problem)

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111299 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111244] amdgpu kernel 5.2 blank display after resume from suspend

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111244 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111234] amdgpu bug: kernel NULL pointer dereference during video playback

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111234 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111240] ASUS TUF Gaming laptops gets throttled down when the RX560X GPU is being used

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111240 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 111233] Navi10 not booting to desktop - amdgpu_job_timedout

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111233 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111232] 3200 Memory Crash My System

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111232 Martin Peres changed: What|Removed |Added Resolution|--- |MOVED Status|REOPENED

[Bug 111228] PRIME output screen stays black on 1002:15d8 with 128MB VRAM

2019-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111228 Martin Peres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

<    1   2   3   4   5   6   7   8   9   10   >