https://bugs.freedesktop.org/show_bug.cgi?id=109758
Bug ID: 109758
Summary: AMD GPU for Ubuntu Linux Broken
Product: DRI
Version: XOrg git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Pri
https://bugzilla.kernel.org/show_bug.cgi?id=202657
--- Comment #3 from siyia (eutychio...@gmail.com) ---
ok i used the "pactl unload-module" option at startup to unload hdmi device,
but
it took me a while to figure it out, anyways a clean flicker-free kernel option
to disable hdmi would be prefera
Hi Jerry.
Thanks for this driver submission.
Please see the following for some review feedback.
Sam
On Fri, Feb 22, 2019 at 10:32:08AM +0800, Jerry Han wrote:
> Add panel driver for it.
>
> Signed-off-by: Jerry Han
> ---
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright (c)
https://bugzilla.kernel.org/show_bug.cgi?id=202657
--- Comment #2 from siyia (eutychio...@gmail.com) ---
because pulse audio always defaults to hdmi-audio first
--
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-d
Hi Guido.
Thanks for this patch.
See below for some review feedback.
The driver includes the "allpixelson_set" debugfs feature.
Is this a debug leftover, or is there a real need for this?
If this is a debug feature that is no logner needed then no
need to add it to the mainline driver.
S
https://bugzilla.kernel.org/show_bug.cgi?id=202657
Alex Deucher (alexdeuc...@gmail.com) changed:
What|Removed |Added
CC||alexdeuc...@gmail.c
Add the dmabuf map / unmap interfaces. This allows the user driver
to be able to import the external dmabuf and use it from user space.
Signed-off-by: Hyun Kwon
---
drivers/uio/Makefile | 2 +-
drivers/uio/uio.c| 43 +
drivers/uio/uio_dmabuf.c | 210 +++
Hi,
I'm looking to enable platform independent device driver stacks on
Linux. Currently, I have some driver built on top of Linux UIO [1],
and possibly there can be more of such drivers: ex, soft IP drivers
programmed on FPGA. Some device includes data movers such as DMA, and
that requires some me
Hi Peter.
Driver looks to be in good shape now.
With the few comments below addressed you can add my:
Reviewed-by: Sam Ravnborg
Sam
On Fri, Feb 22, 2019 at 03:16:18PM +0200, Peter Ujfalusi wrote:
> The panel is similar to OSD101T2045-53TS (which is handled by panel-simple)
> with one bi
The Rocktec jh057n00900 is a 5.5" MIPI DSI video mode panel with a
720x1440 resolution and a built in backlight.
Signed-off-by: Guido Günther
---
.../display/panel/rocktech,jh057n00900.txt | 18 ++
1 file changed, 18 insertions(+)
create mode 100644
Documentation/devicetree
Support Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel. It is a MIPI
DSI video mode panel.
The panel seems to use a Sitronix ST7703 look alike (most of the
commands look similar to the ST7703's data sheet but use a different
number of parameters). The initial version of the DSI init sequence
(in
It's a 5.5" 720x1440 TFT LCD MIPI DSI panel with built in touchscreen and
backlight as found in the Librem 5 devkit.
These patches are against linux next as of 2019-02-08.
Guido Günther (3):
dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITED
dt-bindings: Add Rocktech jh057n00900 pa
Add ROCKTECH DISPLAYS LIMITED (https://rocktech.com.hk) LCD panel
supplier.
Signed-off-by: Guido Günther
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree
https://bugzilla.kernel.org/show_bug.cgi?id=202657
Bug ID: 202657
Summary: amdgpu.dc=0 coupled with amdgpu.audio=0 causes
fullscreen flickering with dvi-d to vga monitor setup
(Polaris)
Product: Drivers
Version: 2
https://bugs.freedesktop.org/show_bug.cgi?id=109754
dazza changed:
What|Removed |Added
Hardware|Other |x86-64 (AMD64)
--
You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=107668
--- Comment #5 from Naheem Zaffar ---
I have just tried using an older 3m long HDMI cable I had at home that I
presume cannot support the latest HDMI version and with that I got a display at
full resolution.
The problem may be with HDMI handlin
Add an of_node_put when a tested device node is not available.
The semantic patch that fixes this problem is as follows
(http://coccinelle.lip6.fr):
//
@@
identifier f;
local idexpression e;
expression x;
@@
e = f(...);
... when != of_node_put(e)
when != x = e
when != e = x
when any
Add an of_node_put when a tested device node is not available.
The semantic patch that fixes this problem is as follows
(http://coccinelle.lip6.fr):
//
@@
identifier f;
local idexpression e;
expression x;
@@
e = f(...);
... when != of_node_put(e)
when != x = e
when != e = x
when any
Add an of_node_put when a tested device node is not available.
The semantic patch that fixes this problem is as follows
(http://coccinelle.lip6.fr):
//
@@
identifier f;
local idexpression e;
expression x;
@@
e = f(...);
... when != of_node_put(e)
when != x = e
when != e = x
when any
Failure of of_device_is_available implies that the device node
should be put, if it is not used otherwise.
---
arch/arm/mach-omap2/display.c|4 +++-
arch/powerpc/platforms/83xx/usb.c|4 +++-
drivers/bus/arm-cci.c
https://bugs.freedesktop.org/show_bug.cgi?id=108575
Przemek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=109754
Bug ID: 109754
Summary: util_blitter_generate_mipmap: Assertion
`!util_format_has_stencil(desc)' failed
Product: DRI
Version: unspecified
Hardware: Other
O
https://bugs.freedesktop.org/show_bug.cgi?id=109730
Dominic Tubach changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugzilla.kernel.org/show_bug.cgi?id=172421
Joachim Hoss (joachim.h...@koeln.de) changed:
What|Removed |Added
CC||joachim.h...@koeln.
https://bugs.freedesktop.org/show_bug.cgi?id=109753
Bug ID: 109753
Summary: I am learning bug assigning
Product: DRI
Version: XOrg git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priorit
https://bugs.freedesktop.org/show_bug.cgi?id=105733
--- Comment #73 from Mauro Gaspari ---
This problem affects me as well. It has for quite some time.
My setup:
CPU AMD Ryzen 7 2700X
RAM 64GB DDR4 3200
GPU AMD Vega RX 64
Since this issue has plagued me for quite a while, I tried to even insta
26 matches
Mail list logo