[Bug 106584] segfault in r600_sb::alu_group_tracker::alu_group_tracker with gcc 8.1 LTO

2018-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106584 --- Comment #1 from Alex Xu (Hello71) --- I don't know what object $rdi is. annoyingly, gdb says both this and sh are optimized out. -- You are receiving this mail because: You are the assignee for the

[Bug 106584] segfault in r600_sb::alu_group_tracker::alu_group_tracker with gcc 8.1 LTO

2018-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106584 Bug ID: 106584 Summary: segfault in r600_sb::alu_group_tracker::alu_group_tracker with gcc 8.1 LTO Product: Mesa Version: 18.0 Hardware: x86-64

[Bug 199493] no audio over HDMI with amdgpu.dc=1 (on R9 380X)

2018-05-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199493 --- Comment #4 from Andy Furniss (adf.li...@gmail.com) --- I build my own kernels, usually using agd5f testing branches. Currently I get the warnings and no sound with dc=1. dc=0 never worked with this card + my old TV, though it did work with

[Bug 199493] no audio over HDMI with amdgpu.dc=1 (on R9 380X)

2018-05-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199493 --- Comment #3 from har...@gmx.de --- @Andy Furniss, thanks for your feedback. This bug report is mainly pointing to 'amdgpu.dc=1' behavoir (no sound and lots of warnings in dmesg log). This bug is still present in 4.17.0-rc5. Do you have HDMI

[Bug 106441] Totem video playback stuttering and graphical artifacts

2018-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106441 --- Comment #2 from kaspar.t...@gmail.com --- Can verify that this issue has resolved it self for me after the upgrade of these components: gnome -> 3.28.1 mesa -> 18.0.3 linux -> 4.16.9 xorg -> 1.20 Might have been the mesa update but could

Re: [PATCH v3 24/26] drm/bridge: remove the .of_node member

2018-05-19 Thread Heiko Stuebner
Am Mittwoch, 16. Mai 2018, 12:15:08 CEST schrieb Peter Rosin: > It is unused. > > Acked-by: Daniel Vetter > Signed-off-by: Peter Rosin > diff --git a/drivers/gpu/drm/rockchip/rockchip_lvds.c > b/drivers/gpu/drm/rockchip/rockchip_lvds.c > index

Re: [PATCH v3 01/26] drm/bridge: allow optionally specifying an owner .odev device

2018-05-19 Thread Heiko Stuebner
Hi Peter, Am Mittwoch, 16. Mai 2018, 12:14:45 CEST schrieb Peter Rosin: > Bridge drivers can now (temporarily, in a transition phase) select if > they want to provide a full owner device or keep just providing an > of_node. > > By providing a full owner device, the bridge drivers no longer need

Re: [PATCH 2/3] dt-bindings: new binding for Ilitek ILI9341 display panels

2018-05-19 Thread David Lechner
On 05/19/2018 08:37 AM, Noralf Trønnes wrote: Den 15.05.2018 03.43, skrev David Lechner: This adds a new binding for Ilitek ILI9341 display panels. It includes a compatible string for one display (more can be added in the future). The vendor prefix "noname" is used because the vendor is not

Re: [PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-19 Thread Noralf Trønnes
Den 15.05.2018 23.43, skrev Andy Shevchenko: On Tue, May 15, 2018 at 4:43 AM, David Lechner wrote: This adds a new driver for display panels that use the Ilitek ILI9341 controller. It currently supports a single display panel, namely the YX240QV29-T (e.g. Adafruit 2.4"

Re: [PATCH 2/3] dt-bindings: new binding for Ilitek ILI9341 display panels

2018-05-19 Thread Noralf Trønnes
Den 15.05.2018 03.43, skrev David Lechner: This adds a new binding for Ilitek ILI9341 display panels. It includes a compatible string for one display (more can be added in the future). The vendor prefix "noname" is used because the vendor is not known. The YX240QV29-T panel[1] is found, for

Re: [PATCH 1/3] MAINTAINERS: fix path to ilitek,ili9225 device tree bindings

2018-05-19 Thread Noralf Trønnes
Den 15.05.2018 03.43, skrev David Lechner: This fixes the path to the ilitek,ili9225 device tree binding file. Signed-off-by: David Lechner --- Reviewed-by: Noralf Trønnes MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[Bug 106578] RedShift: xf86-video-amdgpu + amdgpu.dc=1 seems to apply gamma adjustment twice to the mouse cursor

2018-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106578 Bug ID: 106578 Summary: RedShift: xf86-video-amdgpu + amdgpu.dc=1 seems to apply gamma adjustment twice to the mouse cursor Product: DRI Version: unspecified Hardware:

[Bug 104347] AMD RX 580: Hide/Show Chromium sometimes corrupts screen (see screenshot)

2018-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104347 --- Comment #17 from Ivan Chebykin --- Hi, Norbert, your bug looks related to https://bugs.freedesktop.org/show_bug.cgi?id=105910. -- You are receiving this mail because: You are the assignee for the

[Bug 199493] no audio over HDMI with amdgpu.dc=1 (on R9 380X)

2018-05-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199493 Andy Furniss (adf.li...@gmail.com) changed: What|Removed |Added CC||adf.li...@gmail.com

[PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Neil Armstrong Signed-off-by: Simon Shields Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/Kconfig

[PATCH RFC 23/24] drm/lima: add context related functions

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_ctx.c | 143 drivers/gpu/drm/lima/lima_ctx.h | 51 2 files changed, 194 insertions(+) create mode 100644 drivers/gpu/drm/lima/lima_ctx.c create mode 100644

[PATCH RFC 14/24] drm/lima: add MMU related functions

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Marek Vasut Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/lima/lima_mmu.c | 154

[PATCH RFC 21/24] drm/lima: add GEM Prime related functions

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Erico Nunes --- drivers/gpu/drm/lima/lima_gem_prime.c | 66 +++ drivers/gpu/drm/lima/lima_gem_prime.h | 31 + 2

[PATCH RFC 22/24] drm/lima: add GPU schedule using DRM_SCHED

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_sched.c | 497 ++ drivers/gpu/drm/lima/lima_sched.h | 126 2 files changed, 623 insertions(+) create mode 100644 drivers/gpu/drm/lima/lima_sched.c create mode 100644

[PATCH RFC 15/24] drm/lima: add BCAST related function

2018-05-19 Thread Qiang Yu
BCAST is a hardware module to broadcast register read/write for PPs. It can also merge IRQs from different PPs into one IRQ. Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_bcast.c | 65 +++ drivers/gpu/drm/lima/lima_bcast.h | 34

[PATCH RFC 19/24] drm/lima: add buffer object functions

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_object.c | 120 + drivers/gpu/drm/lima/lima_object.h | 87 + 2 files changed, 207 insertions(+) create mode 100644 drivers/gpu/drm/lima/lima_object.c create mode 100644

[PATCH RFC 12/24] drm/lima: add GP related functions

2018-05-19 Thread Qiang Yu
GP is a processor for OpenGL vertex shader processing. Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_gp.c | 293 + drivers/gpu/drm/lima/lima_gp.h | 34 2 files changed, 327 insertions(+) create mode 100644

[PATCH RFC 13/24] drm/lima: add PP related functions

2018-05-19 Thread Qiang Yu
From: Lima Project Developers PP is a processor used for OpenGL fragment shader processing. Signed-off-by: Qiang Yu Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/lima/lima_pp.c | 418 +

[PATCH RFC 18/24] drm/lima: add TTM subsystem functions

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_ttm.c | 409 drivers/gpu/drm/lima/lima_ttm.h | 44 2 files changed, 453 insertions(+) create mode 100644 drivers/gpu/drm/lima/lima_ttm.c create mode 100644

[PATCH RFC 20/24] drm/lima: add GEM related functions

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Erico Nunes Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/lima/lima_gem.c | 459

[PATCH RFC 16/24] drm/lima: add DLBU related functions

2018-05-19 Thread Qiang Yu
DLBU is used to balance load among PPs. Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_dlbu.c | 75 drivers/gpu/drm/lima/lima_dlbu.h | 37 2 files changed, 112 insertions(+) create mode 100644

[PATCH RFC 11/24] drm/lima: add L2 cache functions

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_l2_cache.c | 98 drivers/gpu/drm/lima/lima_l2_cache.h | 32 + 2 files changed, 130 insertions(+) create mode 100644 drivers/gpu/drm/lima/lima_l2_cache.c create mode 100644

[PATCH RFC 17/24] drm/lima: add GPU virtual memory space handing

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Vasily Khoruzhick --- drivers/gpu/drm/lima/lima_vm.c | 312 + drivers/gpu/drm/lima/lima_vm.h | 73 2 files

[PATCH RFC 10/24] drm/lima: add PMU related functions

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/lima/lima_pmu.c | 85 + drivers/gpu/drm/lima/lima_pmu.h | 30 2 files

[PATCH RFC 05/24] Revert "drm: Nerf the preclose callback for modern drivers"

2018-05-19 Thread Qiang Yu
This reverts commit 45c3d213a400c952ab7119f394c5293bb6877e6b. lima driver need preclose to wait all task in the context created within closing file to finish before free all the buffer object. Otherwise pending tesk may fail and get noisy MMU fault message. Move this wait to each buffer object

[PATCH RFC 01/24] ARM: dts: add gpu node to exynos4

2018-05-19 Thread Qiang Yu
From: Simon Shields v2 (Qiang Yu): add vender string to exynos4 mali gpu Based off a similar commit for the Samsung Mali driver by Tobias Jakobi Signed-off-by: Simon Shields Signed-off-by: Qiang Yu

[PATCH RFC 04/24] arm64/dts: add switch-delay for meson mali

2018-05-19 Thread Qiang Yu
From: Andrei Paulau <7134...@gmail.com> Meson mali GPU operate in high clock frequency, need this value be high to work in a stable state. Signed-off-by: Andrei Paulau <7134...@gmail.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH RFC 02/24] dt-bindings: add switch-delay property for mali-utgard

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt index

[PATCH RFC 03/24] arm64/dts: add switch-delay for meson mali

2018-05-19 Thread Qiang Yu
Meson mali GPU operate in high clock frequency, need this value be high to work in a stable state. Signed-off-by: Qiang Yu --- arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi

[PATCH RFC 09/24] drm/lima: add GPU device functions

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Simon Shields Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/lima/lima_device.c | 407 +

[PATCH RFC 06/24] drm/lima: add lima uapi header

2018-05-19 Thread Qiang Yu
Signed-off-by: Qiang Yu --- include/uapi/drm/lima_drm.h | 195 1 file changed, 195 insertions(+) create mode 100644 include/uapi/drm/lima_drm.h diff --git a/include/uapi/drm/lima_drm.h b/include/uapi/drm/lima_drm.h new file mode 100644

[PATCH RFC 08/24] drm/lima: add lima core driver

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Heiko Stuebner Signed-off-by: Erico Nunes --- drivers/gpu/drm/lima/lima_drv.c | 466

[PATCH RFC 00/24] Lima DRM driver

2018-05-19 Thread Qiang Yu
Kernel DRM driver for ARM Mali 400/450 GPUs. This implementation mainly take amdgpu DRM driver as reference. - Mali 4xx GPUs have two kinds of processors GP and PP. GP is for OpenGL vertex shader processing and PP is for fragment shader processing. Each processor has its own MMU so prcessors

[PATCH RFC 07/24] drm/lima: add mali 4xx GPU hardware regs

2018-05-19 Thread Qiang Yu
From: Lima Project Developers Signed-off-by: Qiang Yu Signed-off-by: Heiko Stuebner --- drivers/gpu/drm/lima/lima_regs.h | 304 +++ 1 file changed, 304 insertions(+) create mode 100644

[radeon-alex:drm-next-4.18-wip 80/108] drivers/gpu/drm/amd/amdgpu/../display/include/fixed31_32.h:211: undefined reference to `__divdi3'

2018-05-19 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git drm-next-4.18-wip head: 404af8e5236fe7eb64d91bf708bd7aa81815d14e commit: a21ddec61c5ed30b58eea3268ad3e0c69452ebfe [80/108] drm/amd/display: fix 31_32_fixpt shift functions config: i386-randconfig-a1-201819 (attached as .config) compiler: