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

2019-02-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=202445 --- Comment #10 from Clément Guérin (li...@protonmail.com) --- I did some more testing today, using my monitor OSD to determine if freesync is active. None of the Steam Play games I own work with freesync, the refresh rate stays at 144Hz. It looks

[Bug 109534] Crash in Minecraft due to a swp[chan] assertion fail in src/gallium/drivers/r600/sb/sb_ir.cpp alu_packed_node::update_packed_items

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109534 Romain Diss changed: What|Removed |Added Summary|Crash in Minecraft after a |Crash in Minecraft due to a

[Bug 109534] Crash in Minecraft after a swp[chan] assertion fail since the last debian upgrade of mesa

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109534 Romain Diss changed: What|Removed |Added CC||romain.d...@yahoo.fr Summary|C

[Bug 109534] Crash in Minecraft after a swp[chan] assertion fail since the last debian upgrade

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109534 Bug ID: 109534 Summary: Crash in Minecraft after a swp[chan] assertion fail since the last debian upgrade Product: Mesa Version: 18.3 Hardware: x86-64 (AMD64)

Re: [PATCH] drm/rockchip: Use drm_fbdev_generic_setup()

2019-02-02 Thread Noralf Trønnes
Den 02.02.2019 18.07, skrev Rob Herring: > Other than using a rockchip_gem_object directly, the Rockchip fbdev > setup has nothing special and can be converted to use the generic fbdev > emulation instead. > > This patch makes full use of the generic fbdev emulation by using its > drm_client cal

Re: [PATCH AUTOSEL 4.19 083/258] drm: Move drm_mode_setcrtc() local re-init to failure path

2019-02-02 Thread Sasha Levin
On Mon, Jan 28, 2019 at 04:03:41PM -0500, Sean Paul wrote: On Mon, Jan 28, 2019 at 10:56:29AM -0500, Sasha Levin wrote: From: Sean Paul [ Upstream commit c232e9f41b136c141df9938024e521191a7b910d ] Instead of always re-initializing the variables we need to clean up on out, move the re-initiali

[PATCH] drm/rockchip: Use drm_fbdev_generic_setup()

2019-02-02 Thread Rob Herring
Other than using a rockchip_gem_object directly, the Rockchip fbdev setup has nothing special and can be converted to use the generic fbdev emulation instead. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_p

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

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109206 --- Comment #9 from grak...@gmail.com --- Raven_dmcu.bin can get packed in the initramfs Image if amdgpu is loaded at boot. Check the initramfs by running “lsinitcpio /boot/name of initramfs.img”. If you see raven_dmcu.bin in the image from the

[PATCH v2 2/5] drm: etnaviv: Switch to use drm_gem_object reservation_object

2019-02-02 Thread Rob Herring
Now that the base struct drm_gem_object has a reservation_object, use it and remove the private BO one. Cc: Lucas Stach Cc: Russell King Cc: Christian Gmeiner Cc: David Airlie Cc: Daniel Vetter Cc: etna...@lists.freedesktop.org Signed-off-by: Rob Herring --- drivers/gpu/drm/etnaviv/etnaviv_

[PATCH v2 3/5] drm: msm: Switch to use drm_gem_object reservation_object

2019-02-02 Thread Rob Herring
Now that the base struct drm_gem_object has a reservation_object, use it and remove the private BO one. We can't use the drm_gem_reservation_object_wait() helper for MSM because (in theory) msm_gem_cpu_prep() will also do some cache maintenance on the GEM object. Cc: Rob Clark Cc: David Airlie

[PATCH v2 1/5] drm: Add reservation_object to drm_gem_object

2019-02-02 Thread Rob Herring
Many users of drm_gem_object embed a struct reservation_object into their subclassed struct, so let's add one to struct drm_gem_object. This will allow removing the reservation object from the subclasses and removing the ->gem_prime_res_obj callback. With the addition, add a drm_gem_reservation_ob

[PATCH v2 5/5] drm: vc4: Switch to use drm_gem_object reservation_object

2019-02-02 Thread Rob Herring
Now that the base struct drm_gem_object has a reservation_object, use it and remove the private BO one. Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Reviewed-by: Eric Anholt Signed-off-by: Rob Herring --- drivers/gpu/drm/vc4/vc4_bo.c| 15 +-- drivers/

[PATCH v2 0/5] Add reservation_object to drm_gem_object

2019-02-02 Thread Rob Herring
This series implements the todo to add reservation_object to drm_gem_object. I converted the easy drivers, but not Intel or AMD. The series is build tested only. Rob v2: - Fix missing kerneldoc - Reword todo with what is left todo. - Fix timeout error handling (added to drm_gem_reservation_o

[PATCH v2 4/5] drm: v3d: Switch to use drm_gem_object reservation_object

2019-02-02 Thread Rob Herring
Now that the base struct drm_gem_object has a reservation_object, use it and remove the private BO one. Cc: Eric Anholt Cc: Daniel Vetter Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Rob Herring --- v2: - No change. Added the timeout handling to drm_gem_reservation_

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

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109206 --- Comment #8 from edo...@hotmail.it --- I encounter the same bug on my HP Envy x360, Ryzen 2500U. Deleting raven_dcmu.bin and setting iommu=pt on kernel 4.20.5 still doesn't solve the bug. -- You are receiving this mail because: You are the a

[Bug 105733] Amdgpu randomly hangs and only ssh works. Mouse cursor moves sometimes but does nothing. Keyboard stops working.

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105733 --- Comment #64 from lada.dvor...@gmail.com --- I've been facing freezes for many days on Ryzen1600+RX560. I have tried bios, kernel, mesa updates, kernel parameters: "processor.nocst=1 iommu=pt amggpu.vm_update_mode=3", but it didn't help. Final

Re: [PATCH v2 2/3] dt-bindings: phy: Add documentation for mixel dphy

2019-02-02 Thread Guido Günther
Hi, On Fri, Feb 01, 2019 at 03:14:09PM +0100, Sam Ravnborg wrote: > Hi Guido > > On Fri, Feb 01, 2019 at 09:49:54AM +0100, Guido Günther wrote: > > Add support for the MIXEL DPHY IP as found in the NXP's i.MX8MQ. > > > > Signed-off-by: Guido Günther > > --- > > .../bindings/phy/mixel,mipi-dsi-p

[PULL] drm-intel-next

2019-02-02 Thread Rodrigo Vivi
nges up to 46c0cd8c562bc3e4a99cbaa4ba0904b6871b7b4b: drm/i915: Update DRIVER_DATE to 20190202 (2019-02-02 00:14:28 -0800) - Make background color and LUT more robust (Matt) - Icelake display fixes (Ville, Imre) - Workarounds fixes and reorg (Tvr

[PATCH] intel: Add more PCI Device IDs for Coffee Lake and Ice Lake.

2019-02-02 Thread Rodrigo Vivi
Align with kernel commits: 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.") 03ca3cf8e9aa ("drm/i915/icl: Adding few more device IDs for Ice Lake") Cc: José Roberto de Souza Cc: Kenneth Graunke Cc: Anuj Phogat Signed-off-by: Rodrigo Vivi --- include/pci_ids/i965_pci_ids.h | 5

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-02-02 Thread Rodrigo Vivi
Straight copy from the kernel file. Add more PCI Device IDs for Coffee Lake, Ice Lake, and Amber Lake. It also include a reorg on Whiskey Lake IDs. Align with kernel commits: 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.") 03ca3cf8e9aa ("drm/i915/icl: Adding few more device IDs for