[Bug 99923] HITMAN (2016) having lighting and artefacting, and overly light room.

2017-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99923 --- Comment #12 from sephirot...@gmail.com --- With bug 100061 being fixed, I tried mesa git 72fa447d45 which contains the fix, but did not see any change with regard to this bug. Would a new apitrace be needed for further debugging? -- You are

Re: [PATCH] drm: add check for plane functions

2017-03-19 Thread Shirish S
First of all, thanks for your comments/insights. On Sat, Mar 18, 2017 at 12:59 AM, Eric Anholt wrote: > Ville Syrjälä writes: > >> On Fri, Mar 17, 2017 at 05:57:52PM +0100, Daniel Vetter wrote: >>> On Fri, Mar 17, 2017 at 01:08:43PM +0200, Ville Syrjälä wrote: >>> > On Fri, Mar 17, 2017 at 03:46

[Bug 100212] Implement vload_* and vstore_* to make Theano/libgpuarray working

2017-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100212 --- Comment #1 from Siarhei --- Vedran Miletic, are there any summary of required functions? I've tried to use luxmark on opencl-mesa with this backend and it also requires vload_half. -- You are receiving this mail because: You are the assign

[Bug 99136] Blood Effects Total War: Warhammer

2017-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99136 --- Comment #38 from siyia --- ok i see your patch is included in mesa 17.0.2, when mesa 17.02 lands on my distro i will check if the issue is resolved. On 03/15/2017 03:56 PM, bugzilla-dae...@freedesktop.org wrote: > > *Comment # 37

[PATCH] tests/exynos: fix invalid code of error path in g2d test

2017-03-19 Thread Seung-Woo Kim
This patch fixes invalid code of error path including NULL deference and leak in g2d test. Signed-off-by: Seung-Woo Kim --- tests/exynos/exynos_fimg2d_test.c | 39 +++- 1 files changed, 21 insertions(+), 18 deletions(-) diff --git a/tests/exynos/exynos_fimg2d_t

linux-next: build failure after merge of the drm tree

2017-03-19 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/i915/i915_irq.c: In function 'gen6_rps_reset_ei': drivers/gpu/drm/i915/i915_irq.c:1115:38: error: 'struct intel_gen6_power_mgmt' has no member named 'down_ei' vlv_c0_read(dev_p

Re: [PATCH libdrm] tests/exynos: fix memory issues of error path in g2d test

2017-03-19 Thread Seung-Woo Kim
Hello Emil, Thanks for comment. On 2017년 03월 20일 09:08, Emil Velikov wrote: > Hi Seung-Woo Kim, > > On 16 March 2017 at 02:00, Seung-Woo Kim wrote: >> This patch fixes memory issues including NULL deference and leak >> in g2d test in error path. >> >> Signed-off-by: Seung-Woo Kim >> --- >> te

Re: [PATCH libdrm] tests/exynos: fix memory issues of error path in g2d test

2017-03-19 Thread Emil Velikov
Hi Seung-Woo Kim, On 16 March 2017 at 02:00, Seung-Woo Kim wrote: > This patch fixes memory issues including NULL deference and leak > in g2d test in error path. > > Signed-off-by: Seung-Woo Kim > --- > tests/exynos/exynos_fimg2d_test.c | 13 +++-- > 1 files changed, 7 insertions(+),

[Bug 100270] power usage increase by approx 4W between kernel 4.7.8 and 4.8.5

2017-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100270 --- Comment #2 from Emil Velikov --- If your bisection has gone right, you're looking at either c39b487f195b93235ee76384427467786f7bf29f (if you're running amdgpu) or b817634276f7f68c9d1d6d4a27117ff3c2f16956 (if you're on radeon). lspci should

Re: GEM allocation for para-virtualized DRM driver

2017-03-19 Thread Oleksandr Andrushchenko
On 03/18/2017 04:06 PM, Rob Clark wrote: On Sat, Mar 18, 2017 at 9:25 AM, Oleksandr Andrushchenko wrote: Hi, Rob On 03/18/2017 02:22 PM, Rob Clark wrote: On Fri, Mar 17, 2017 at 1:39 PM, Oleksandr Andrushchenko wrote: Hello, I am writing a para-virtualized DRM driver for Xen hypervisor and

Re: GEM allocation for para-virtualized DRM driver

2017-03-19 Thread Oleksandr Andrushchenko
On 03/18/2017 04:50 PM, Rob Clark wrote: On Sat, Mar 18, 2017 at 10:44 AM, Oleksandr Andrushchenko wrote: then TTM might be useful. I was looking into it, but it seems to be an overkill in my case And isn't it that GEM should be used for new drivers, not TTM? Not really, it's just that

Re: GEM allocation for para-virtualized DRM driver

2017-03-19 Thread Oleksandr Andrushchenko
Hi, Rob On 03/18/2017 02:22 PM, Rob Clark wrote: On Fri, Mar 17, 2017 at 1:39 PM, Oleksandr Andrushchenko wrote: Hello, I am writing a para-virtualized DRM driver for Xen hypervisor and it now works with DRM CMA helpers, but I would also like to make it work with non-contigous memory: virtual

[Bug 100071] [Regression] Tomb Raider: TressFX broken with recent LLVM

2017-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100071 Gregor Münch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH 1/3] drm/etnaviv: submit support for in-fences

2017-03-19 Thread Lucas Stach
Am Samstag, den 18.03.2017, 15:19 +0100 schrieb Christian König: > Am 17.03.2017 um 15:58 schrieb Lucas Stach: > > Am Freitag, den 17.03.2017, 14:42 + schrieb Russell King - ARM > > Linux: > > > On Fri, Mar 17, 2017 at 03:10:21PM +0100, Lucas Stach wrote: > > > > Am Donnerstag, den 16.03.2017,

Re: [PATCH] drm/vc4: use platform_register_drivers

2017-03-19 Thread Emil Velikov
Hi Philipp, I think you patch is OK, just a small question about the existing code. It might be better suited for Eric... not sure. On 17 March 2017 at 17:00, Philipp Zabel wrote: > Use platform_register_drivers instead of open coding the iteration over > component platform drivers in the vc4_dr