Re: [Mesa-dev] [PATCH] radeonsi: Bump number of allowed global buffers to 48 (again, for clover Blender assertion)

2019-08-19 Thread Dieter Nützel
Thank you Marek and Pierre-Eric, with 'radeonsi: allocate and resize global_buffers as needed' Clover OpenCL works with Blender, now. My patch is obsolete with it. Great. Dieter Am 08.08.2019 18:36, schrieb Jan Vesely: On Tue, 2019-08-06 at 23:20 -0400, Marek Olšák wrote: Do you know why

Re: [Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Rafael Antognolli
On Mon, Aug 19, 2019 at 11:25:38PM +0200, Lionel Landwerlin wrote: > On 19/08/2019 21:28, Rafael Antognolli wrote: > > This param is only available starting on kernel 4.16. Use a default > > value of 0 if it is not found instead. > > > I trace the param to : > > > commit

Re: [Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Lionel Landwerlin
On 19/08/2019 21:28, Rafael Antognolli wrote: This param is only available starting on kernel 4.16. Use a default value of 0 if it is not found instead. I trace the param to : commit 27cd44618b92fc8c6889e4628407791e45422bac Author: Neil Roberts Date:   Wed Mar 4 14:41:16 2015 +    

Re: [Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Rafael Antognolli
This commit might also need a: Fixes: 96e1c945f2b ("i965: Move device info initialization to common code") On Mon, Aug 19, 2019 at 12:28:55PM -0700, Rafael Antognolli wrote: > This param is only available starting on kernel 4.16. Use a default > value of 0 if it is not found

[Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Rafael Antognolli
This param is only available starting on kernel 4.16. Use a default value of 0 if it is not found instead. Cc: Jordan Justen Cc: Mark Janes --- src/intel/dev/gen_device_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/dev/gen_device_info.c

Re: [Mesa-dev] Mesa 19.2.0 release plan

2019-08-19 Thread Emil Velikov
On Sunday, 18 August 2019, Matt Turner wrote: > On Thu, Aug 8, 2019 at 2:56 AM Emil Velikov > wrote: > > > > On Wed, 7 Aug 2019 at 21:43, Mark Janes wrote: > > > > > > Eric Engestrom writes: > > > > > > > On 2019-07-31 at 09:38, Emil Velikov > wrote: > > > >> Hi all, > > > >> > > > >> Here

[Mesa-dev] [Bug 111430] modesetting driver causes artefacts on HD Graphics 620

2019-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111430 --- Comment #1 from Vova --- Created attachment 145100 --> https://bugs.freedesktop.org/attachment.cgi?id=145100=edit artefacts in konsole -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for

[Mesa-dev] [Bug 111430] modesetting driver causes artefacts on HD Graphics 620

2019-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111430 Bug ID: 111430 Summary: modesetting driver causes artefacts on HD Graphics 620 Product: Mesa Version: 19.1 Hardware: Other OS: All Status: NEW Severity:

[Mesa-dev] [PATCH 2/2] radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twice

2019-08-19 Thread Samuel Pitoiset
CLEAR_STATE emits it for us. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/si_cmd_buffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c index a5057fe25a2..68ec925f2b5 100644 --- a/src/amd/vulkan/si_cmd_buffer.c +++

[Mesa-dev] [PATCH 1/2] radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+

2019-08-19 Thread Samuel Pitoiset
It's emitted by the kernel. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_device.c | 9 ++--- src/amd/vulkan/si_cmd_buffer.c | 9 ++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index

[Mesa-dev] [Bug 111406] [regression] - build failure on arm64

2019-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111406 --- Comment #1 from Fabio Pedretti --- Notes: - builds fine on Ubuntu eoan, fails on disco and bionic - builds fine on amd64 and i386 - I am compiling with -flto -- You are receiving this mail because: You are the QA Contact for the bug. You

[Mesa-dev] [Bug 111408] [clover] build failure ‘clang::Language’ has not been declared

2019-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111408 Michel Dänzer changed: What|Removed |Added Resolution|--- |NOTABUG Status|NEW

[Mesa-dev] [Bug 110662] shadow artifacts in Assassin's Creed: Unity

2019-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110662 Michel Dänzer changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTOURBUG

Re: [Mesa-dev] [Bug 111370] Cannot get OpenCL visible with Radeon VII installation

2019-08-19 Thread Mihai
I am not sure if their amdgpu-pro supports Radeon VII. Have you also tried ROCm? Their effort is mostly focused around ROCm these days. You could try it. If you encounter errors, this is their issue page: https://github.com/RadeonOpenCompute/ROCm/issues You could also pinpoint if there an issue