[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 Jan Vesely changed: What|Removed |Added Depends on||73510 Referenced Bugs: https://bugs.freed

[Bug 73510] ocl-toys smallptgpu example fails on r600

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73510 Jan Vesely changed: What|Removed |Added Blocks||99553 Referenced Bugs: https://bugs.freed

[Bug 74140] scrypt mining via bfgminer generates a too large opencl kernel

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74140 Jan Vesely changed: What|Removed |Added Blocks||99553 Referenced Bugs: https://bugs.freed

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 Jan Vesely changed: What|Removed |Added Depends on||74140 Referenced Bugs: https://bugs.freed

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 --- Comment #4 from darkbasic --- Sorry for asking, but the reason behind this bug report is because someone is finally willing to put some love into clover or nothing changed in that regard? -- You are receiving this mail because: You are the

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 --- Comment #5 from Vedran Miletić --- (In reply to darkbasic from comment #4) > Sorry for asking, but the reason behind this bug report is because someone > is finally willing to put some love into clover or nothing changed in that > regard? I

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 --- Comment #6 from darkbasic --- Thanks, I would love to have at least Darktable working. With the CPU it takes 30+ seconds to process a single photo, compared to 0.5 seconds when using OpenCL. -- You are receiving this mail because: You are t

[PATCH v2 0/2] drm: Add support for tiny LCD displays

2017-01-27 Thread Noralf Trønnes
This is an attempt at providing a DRM version of drivers/staging/fbtft. The tinydrm library provides a very simplified view of DRM in particular for tiny displays that has onboard video memory and is connected through a slow bus like SPI/I2C. Only core patches this time. Noralf. Changes since

[PATCH v2 1/2] drm: Add DRM support for tiny LCD displays

2017-01-27 Thread Noralf Trønnes
tinydrm provides helpers for very simple displays that can use CMA backed framebuffers and need flushing on changes. Signed-off-by: Noralf Trønnes --- Changes since version 1: - Add tinydrm.rst - Set tdev->fbdev_cma=NULL on unregister (lastclose is called after that). - Remove some DRM_DEBUG*()

[PATCH v2 2/2] drm/tinydrm: Add helper functions

2017-01-27 Thread Noralf Trønnes
Add common functionality needed by many tinydrm drivers. Signed-off-by: Noralf Trønnes --- Changes since version 1: - Remove some DRM_DEBUG*() - Write-combined memory has uncached reads, so speed up by copying/buffering one pixel line before conversion. Documentation/gpu/tinydrm.rst

Re: [PATCH 2/2] drm/vc4: Add DSI driver

2017-01-27 Thread Stephen Boyd
On 01/23, Eric Anholt wrote: > +static int > +vc4_dsi_init_phy_clocks(struct vc4_dsi *dsi) > +{ > + struct device *dev = &dsi->pdev->dev; > + const char *parent_name = __clk_get_name(dsi->pll_phy_clock); > + static const struct { > + const char *dsi0_name, *dsi1_name; > +

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 Vedran Miletić changed: What|Removed |Added Depends on||87738 Referenced Bugs: https://bugs.f

[Bug 87738] [OpenCL] Please add Image support

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87738 Vedran Miletić changed: What|Removed |Added Blocks||99553 Referenced Bugs: https://bugs.f

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99553 --- Comment #7 from Vedran Miletić --- (In reply to darkbasic from comment #6) > Thanks, I would love to have at least Darktable working. With the CPU it > takes 30+ seconds to process a single photo, compared to 0.5 seconds when > using OpenCL.

Re: [PATCH 1/2] dt-bindings: Document the VC4 DSI module nodes.

2017-01-27 Thread Rob Herring
Need to cc DT list if you want it in my queue. On Mon, Jan 23, 2017 at 6:38 PM, Eric Anholt wrote: > These are part of the vc4 display pipeline. > > Signed-off-by: Eric Anholt > --- > .../devicetree/bindings/display/brcm,bcm-vc4.txt | 35 > ++ > 1 file changed, 35 inserti

[PATCH] drm/nouveau/devinit/gf100-: try to avoid double-running vbios scripts

2017-01-27 Thread Ilia Mirkin
Turns out some VBIOSes don't actually set the bit in question in 2240c. Use the nv50-style detection to try avoiding running the vbios twice. Fixes: a6a0f67ca7aa ("drm/nouveau/devinit/gf100-: detect if BIOS invoked devinit") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97620 Cc: sta...@

[ANNOUNCE] libdrm 2.4.75

2017-01-27 Thread Dave Airlie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Xie (4): amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test amdgpu: verify the tested device amdgpu: A new option to choose which device to run most tests amdgpu: A new option to run tests

Re: [PATCH 1/2] dt-bindings: Document the VC4 DSI module nodes.

2017-01-27 Thread Eric Anholt
Rob Herring writes: > Need to cc DT list if you want it in my queue. > > On Mon, Jan 23, 2017 at 6:38 PM, Eric Anholt wrote: >> These are part of the vc4 display pipeline. >> >> Signed-off-by: Eric Anholt >> --- >> .../devicetree/bindings/display/brcm,bcm-vc4.txt | 35 >> +++

<    1   2