https://bugs.freedesktop.org/show_bug.cgi?id=104762
Fireball changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
On Tue, Jan 23, 2018 at 07:08:57PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Move the plane clip rectangle handling into
> drm_atomic_helper_check_plane_state(). Drivers no longer
> have to worry about such mundane details.
>
> v2: Convert armada, rcar, and sun4i as well
>
> Cc: Liv
On Wed, Jan 31, 2018 at 02:44:31PM +0100, Andrzej Hajda wrote:
> These bindings allow to describe most known standard USB connectors
> and it should be possible to extend it if necessary.
> USB connectors, beside USB can be used to route other protocols,
> for example UART, Audio, MHL. In such case
On Fri, Jan 26, 2018 at 02:33:35PM +0100, Linus Walleij wrote:
> This adds a pretty simple set of device tree bindings for
> ARM Versatile panels appearing as child nodes of a system
> controller.
>
> Cc: devicet...@vger.kernel.org
> Signed-off-by: Linus Walleij
> ---
> .../display/panel/arm,ver
On Thu, Jan 25, 2018 at 05:33:59PM -0800, Hyun Kwon wrote:
> This add a dt binding for ZynqMP DP subsystem.
>
> Signed-off-by: Hyun Kwon
> ---
> v4
> - Specify phy related descriptions
> - Specify dma related descriptions
> - Remove ports
> - Remove child nodes for layers
> - Update the example a
Patch1 & 2 & 4, Reviewed-by: Roger He
Patch 5: Acked-by: Roger He
-Original Message-
From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf Of
Christian K?nig
Sent: Saturday, February 03, 2018 3:10 AM
To: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.
-Original Message-
From: dri-devel [mailto:dri-devel-boun...@lists.freedesktop.org] On Behalf Of
Christian K?nig
Sent: Saturday, February 03, 2018 3:10 AM
To: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org
Subject: [PATCH 3/5] drm/radeon: remove extra TT unpopulated check
On Mon, Feb 5, 2018 at 12:19 PM, Danilo Krummrich
wrote:
> On 2018-02-05 02:39, Ben Skeggs wrote:
>>
>> On 5 February 2018 at 11:37, Ben Skeggs wrote:
>>>
>>> On 5 February 2018 at 11:22, Danilo Krummrich
>>> wrote:
On Gainward GTX 1070 routing any other SOR than SOR-1 to macro link
>>
On 5 February 2018 at 11:37, Ben Skeggs wrote:
> On 5 February 2018 at 11:22, Danilo Krummrich
> wrote:
>> On Gainward GTX 1070 routing any other SOR than SOR-1 to macro link
>> 'G' (outp index 7) causes failures:
>>
>> [6.712111] nouveau :01:00.0: bus: MMIO read of FAULT at
>>
On 5 February 2018 at 11:22, Danilo Krummrich
wrote:
> On Gainward GTX 1070 routing any other SOR than SOR-1 to macro link
> 'G' (outp index 7) causes failures:
>
> [6.712111] nouveau :01:00.0: bus: MMIO read of FAULT at
> 61c880 [ IBUS ]
> [6.724888] nouveau :01:00.0: di
On Gainward GTX 1070 routing any other SOR than SOR-1 to macro link
'G' (outp index 7) causes failures:
[6.712111] nouveau :01:00.0: bus: MMIO read of FAULT at 61c880
[ IBUS ]
[6.724888] nouveau :01:00.0: disp: intr24 8000
[8.716668] nouveau :01:00.0: DRM: bas
With DCB 4.1 implemented by VBIOS since GM20x GPUs, SOR crossbar
routing should be possible, such that any SOR sublink can drive
any macro link.
Unfortunately, there's at least one card where some SOR sublinks
being connected to a particular macro link are causing failures.
To work around this is
Taken from NVIDIA binary driver (Linux 64-bit, revision 390.25)
from README.txt.
Signed-off-by: Danilo Krummrich
---
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 41
1 file changed, 41 insertions(+)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
b/
In case anyone's curious about 30bpp framebuffer support, here's the
current status:
Kernel:
Ben and I have switched the code to using a 256-based LUT for Kepler+,
and I've also written a patch to cause the addfb ioctl to use the
proper format. You can pick this up at:
https://github.com/skeggsb
https://bugs.freedesktop.org/show_bug.cgi?id=90595
--- Comment #12 from Mike ---
(In reply to JATothrim from comment #9)
> Apparently after several kernel versions later hibernate is still broken on
> my machine. :(
>
> uname -a: Linux HyperArchMachine 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24
> 21
https://bugs.freedesktop.org/show_bug.cgi?id=90595
--- Comment #11 from Mike ---
I too have been experiencing this issue for quite some time. I'm running:
# uname -a
Linux hostname 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64
GNU/Linux
# lsb_release -a
No LSB modules are ava
https://bugs.freedesktop.org/show_bug.cgi?id=104880
--- Comment #8 from Konstantin A. Lepikhov ---
Sound is back when I've switched monitor via HDMI:
$ cat /proc/asound/HDMI/eld#0.4
monitor_present 1
eld_valid 1
monitor_nameASUS PB278
connection_type HD
On Sat, Feb 3, 2018 at 5:08 PM, Andy Lutomirski wrote:
> On Sat, Feb 3, 2018 at 5:20 AM, Pandiyan, Dhinakaran
> wrote:
>>
>> On Fri, 2018-02-02 at 19:18 +, Andy Lutomirski wrote:
>>> I updated to 4.15, and the situation is much worse. With
>>> enable_psr=1, the system survives for several se
The readl_poll_timeout() return value is 0 in case of success
so it is better to detect errors without taking care of the
return value sign.
Signed-off-by: Philippe Cornu
---
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --gi
https://bugs.freedesktop.org/show_bug.cgi?id=104919
--- Comment #6 from Andy Furniss ---
That fixes it, thanks.
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https:/
This patch adds the DCS/GENERIC DSI read feature.
Signed-off-by: Philippe Cornu
---
Extra notes:
DSI read tests have been performed with DCS & GENERIC, short & long
commands, on two different panels.
The maximum fifo size (32*32-bit = 128 bytes on stm32) has been
verified too.
drivers/gpu/drm/b
Switch to use koe_tx31d200vm0baa LVDS timings from
panel-simple instead hard coding the same in dts.
Signed-off-by: Jagan Teki
---
Changes for v3, v2:
- none
arch/arm/boot/dts/imx6q-icore-ofcap12.dts | 31 +--
1 file changed, 17 insertions(+), 14 deletions(-)
diff -
vram.size is needed when binding a gpu without an iommu and is defined
in msm_init_vram(), so run that before binding it.
Signed-off-by: Craig Tatlor
---
drivers/gpu/drm/msm/msm_drv.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/msm/msm_drv.c b
Series adda LVDS panel attributes on panel drivers instead of defining
them in dts nodes, and also added new icorem6 engicam boards.
Jagan Teki (7):
drm/panel: simple: add support for Ampire AM-800480AYTZQW-00H
ARM: dts: imx6q-icore: Switch LVDS timings from panel-simple
ARM: dts: imx6dl-ico
Hi folks,
CVE-2018-6412 has been created for this. Is it possible for you to add a
note indicating the CVE number when merging the patch?
I received the CVE number after the patch was created and ack'd, which is
why I didn't include it in the commit message.
On Jan 31, 2018 10:49, "Mathieu Mal
i.CoreM6 1.5 is an another i.CoreM6 QDL cpu modules which can be connected
to EDIMM starter kit design with eMMC and MIPI-CSI interfaces suitable for
Android and video capture application.
notable features:
CPU NXP i.MX6 S/DL/D/Q, Up to 4 x Cortex-A9@800MHz
Memory
i.CoreM6 Quad/Dual OpenFrame modules are "system on modules plus
openframe display carriers" which are good solution for develop user
friendly graphic user interface.
ofcap 7 general features:
CPU NXP Freescale i.MX6Q rev1.5 at 792 MHz
RAM 1GB, 32, 64 bit, DDR3-800/1066
NAND
Quoting Rob Clark :
On Fri, Feb 2, 2018 at 11:30 AM, Jordan Crouse
wrote:
On Fri, Feb 02, 2018 at 06:32:23AM -0600, Gustavo A. R. Silva wrote:
_minor_ is being dereferenced before it is null checked, hence there
is a potential null pointer dereference. Fix this by moving the pointer
derefer
Hi Dave,
Since I am not very familiar with the drm vs fbdev architecture, could
you please suggest a patch for the following [*].
Reference:
f453ba0460742 (Dave Airlie 2008-11-07 14:05:41 -0800 32)
#define EDID_LENGTH 128
Thanks
[*]
On Sat, Feb 3, 2018 at 3:39 AM, kbuild test robot w
This adds support for the Ampire AM-800480AYTZQW-00H 7.0" WGA LCD,
which can be supported by the simple panel driver.
Signed-off-by: Jagan Teki
Reviewed-by: Rob Herring
---
Changes for v3:
- collect Rob reiew tag
Changes for v2:
- Updated binding info about optional properties, node and example
Hi folks,
CVE-2018-6412 has been created for this. Is it possible for you to add
a note indicating the CVE number when merging the patch?
I received the CVE number after the patch was created and ack'd, which
is why I didn't include it in the commit message.
On Wed, Jan 31, 2018 at 10:49 AM, Mat
This adds support for the Kaohsiung Opto-Electronics.,
TX31D200VM0BAA 12.3" HSXGA LVDS panel, which can be
supported by the simple panel driver.
Signed-off-by: Jagan Teki
Reviewed-by: Rob Herring
---
Changes for v3:
- collect Rob reiew tag
Changes for v2:
- Updated binding info about optional p
Switch to use ampire,am-800480aytzqw-00h LVDS timings from
panel-simple instead hard coding the same in dts.
Signed-off-by: Jagan Teki
---
Changes for v3, v2:
- none
arch/arm/boot/dts/imx6q-icore.dts| 31 +--
arch/arm/boot/dts/imx6qdl-icore.dtsi | 2 +-
2 files
Add ampire,am-800480aytzqw-00h LVDS support by using
timings from panel-simple.
Signed-off-by: Jagan Teki
---
Changes for v3, v2:
- none
arch/arm/boot/dts/imx6dl-icore.dts | 28
1 file changed, 28 insertions(+)
diff --git a/arch/arm/boot/dts/imx6dl-icore.dts
b/arc
https://bugzilla.kernel.org/show_bug.cgi?id=198669
--- Comment #2 from ro...@beardandsandals.co.uk (ro...@beardandsandals.co.uk)
---
Looking at the debug files.
radeon_ring_backup resolves to 0x33430 so +0xd4 is 0x33503.
The line info gives this
radeon_ring.c323
Hi Archit,
and many thanks for your comments
On 02/04/2018 04:13 PM, Archit wrote:
> Hi Phillipe,
>
> On Saturday 03 February 2018 03:49 AM, Philippe CORNU wrote:
>> Hi Archit, Andrzej, Laurent & Brian,
>>
>> What is your opinion regarding this patch? Do you have any advice for
>> handling hw ve
https://bugs.freedesktop.org/show_bug.cgi?id=100745
--- Comment #13 from Dimitrios Liappis ---
(In reply to Michel Dänzer from comment #12)
>
> FWIW, that's most likely a gnome-shell/mutter bug.
Thank you, indeed this is a mutter bug; I hunted the bug in
https://bugzilla.gnome.org/show_bug.cgi?
https://bugs.freedesktop.org/show_bug.cgi?id=92827
--- Comment #8 from Alex Deucher ---
I suspect the receiver manufacturer never validated DPMS. Most consumer
electronic devices (media players, DVD, Bluray, cable boxes, etc.) don't
actually blank the display.
--
You are receiving this mail be
https://bugs.freedesktop.org/show_bug.cgi?id=100289
--- Comment #15 from omegap...@startmail.com ---
After being able to identify xfsettingsd as a potential cause (ignoring whether
or not the monitor was actually Disconnected/Connected), I had a look at its
bug tracker - and https://bugzilla.xfce.
https://bugs.freedesktop.org/show_bug.cgi?id=104919
Christian König changed:
What|Removed |Added
CC||ckoenig.leichtzumerken@gmai
https://bugzilla.kernel.org/show_bug.cgi?id=198669
Christian König (christian.koe...@amd.com) changed:
What|Removed |Added
CC||christian.koe
https://bugs.freedesktop.org/show_bug.cgi?id=100289
--- Comment #14 from omegap...@startmail.com ---
After messing around with this on and off for months, I have found that the
radeon_scanout_flip error is irrelevant - when the third monitor is turned off
and on, sometimes DisplayPort-0 is reporte
https://bugzilla.kernel.org/show_bug.cgi?id=198669
ro...@beardandsandals.co.uk (ro...@beardandsandals.co.uk) changed:
What|Removed |Added
URL|
https://bugzilla.kernel.org/show_bug.cgi?id=198669
Bug ID: 198669
Summary: Driver crash at radeon_ring_backup+0xd3/0x140 [radeon]
Product: Drivers
Version: 2.5
Kernel Version: 4.13.0-32-generic x86_64
Hardware: All
OS: Linu
https://bugs.freedesktop.org/show_bug.cgi?id=99923
--- Comment #21 from Christoph Schwerdtfeger ---
Still no change with Mesa 18.0rc20 (LLVM 5.0.1)
It's now nearly a year ago that the game stopped working properly and I can't
play it as is.
# glxinfo | grep Mesa
client glx vendor string: Mesa
https://bugs.freedesktop.org/show_bug.cgi?id=104001
--- Comment #20 from mikhail.v.gavri...@gmail.com ---
Anybody is investigated this bug?
It is not necessary watch video for occurring computer hung.
It hangs just after running the client's Steam or during the game if computer
already worked some
https://bugs.freedesktop.org/show_bug.cgi?id=92827
--- Comment #7 from Michael Zapf ---
With 4.15 (and the kernel boot parameter!) I now managed to get audio output
via HDMI.
Splendid!
My configuration is
PC HDMI---> Pioneer AV receiver (vsx330) ---HDMI---> HP monitor (lp2475w)
But ther
Hi Phillipe,
On Saturday 03 February 2018 03:49 AM, Philippe CORNU wrote:
Hi Archit, Andrzej, Laurent & Brian,
What is your opinion regarding this patch? Do you have any advice for
handling hw versions?
Do not hesitate to comment.
The patch looks mostly good to me. One query below.
Many t
https://bugs.freedesktop.org/show_bug.cgi?id=96906
--- Comment #8 from Rafael Ristovski ---
I'm getting the same output when running vertminer with amdgpu + OpenCL lib
from amdgpu-pro ("Unsupported" setup as mixing binary with open source amdgpu).
I believe the issue is in the kernel driver, as t
https://bugs.freedesktop.org/show_bug.cgi?id=104345
--- Comment #9 from bernhardu ---
This time with latest firmware, with "rcu_nocbs=0-16" for #196683
Happened without any hibernation cycle.
Just the "GPU fault detected: 146" appeared, no "blocked for more than"
message.
Somehow it looks like w
https://bugs.freedesktop.org/show_bug.cgi?id=104345
--- Comment #8 from bernhardu ---
Created attachment 137162
--> https://bugs.freedesktop.org/attachment.cgi?id=137162&action=edit
video output with the chess board like pattern
--
You are receiving this mail because:
You are the assignee for
https://bugs.freedesktop.org/show_bug.cgi?id=104345
--- Comment #7 from bernhardu ---
Created attachment 137161
--> https://bugs.freedesktop.org/attachment.cgi?id=137161&action=edit
kernel output captured from the serial line. (4.14.14 vanilla with debian
config)
--
You are receiving this mai
/dbehr-chromium-org/drm-amdgpu-display-fix-wrong-enum-type-for-ddc_result/20180204-073608
base: git://people.freedesktop.org/~airlied/linux.git drm-next
reproduce:
# apt-get install sparse
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__
vim +1945 drivers/gpu
53 matches
Mail list logo