https://bugs.freedesktop.org/show_bug.cgi?id=99553
Jan Vesely changed:
What|Removed |Added
Depends on||73510
Referenced Bugs:
https://bugs.freed
https://bugs.freedesktop.org/show_bug.cgi?id=73510
Jan Vesely changed:
What|Removed |Added
Blocks||99553
Referenced Bugs:
https://bugs.freed
https://bugs.freedesktop.org/show_bug.cgi?id=74140
Jan Vesely changed:
What|Removed |Added
Blocks||99553
Referenced Bugs:
https://bugs.freed
https://bugs.freedesktop.org/show_bug.cgi?id=99553
Jan Vesely changed:
What|Removed |Added
Depends on||74140
Referenced Bugs:
https://bugs.freed
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
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
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
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
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*()
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
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;
> +
https://bugs.freedesktop.org/show_bug.cgi?id=99553
Vedran Miletić changed:
What|Removed |Added
Depends on||87738
Referenced Bugs:
https://bugs.f
https://bugs.freedesktop.org/show_bug.cgi?id=87738
Vedran Miletić changed:
What|Removed |Added
Blocks||99553
Referenced Bugs:
https://bugs.f
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.
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
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...@
-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
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
>> +++
101 - 118 of 118 matches
Mail list logo