From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Thu, 04 Apr 2019 16:32:07 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1515415799==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 397216E1D6 for ; Thu, 4 Apr 2019 16:32:07 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1515415799== Content-Type: multipart/alternative; boundary="15543955270.f43106d2.4392" Content-Transfer-Encoding: 7bit --15543955270.f43106d2.4392 Date: Thu, 4 Apr 2019 16:32:07 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 Bug ID: 110327 Summary: [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Product: DRI Version: unspecified Hardware: ARM OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component: DRM/other Assignee: dri-devel@lists.freedesktop.org Reporter: zillevdr@gmx.de Created attachment 143863 --> https://bugs.freedesktop.org/attachment.cgi?id=3D143863&action=3Dedit picture from screen I want to decode a H264 1280x720 video with v4l2 decoder and present this on DRM with a dumb buffer. On screen the Y plane is correct but UV plane have the doubled height. Pitc= h is correct. But looks like a line from uv plane is used for 4 lines on y plane instead of 2. Attached are a picture from the screen. I use the format describtion from: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/pixfmt-nv12mt.h= tml.=20 For dumb buffer configuration the height must aligned to 64 instead of to 3= 2. If align height to 32 EINVAL is returned from AddFB2. OK, the UV plane have= the half height from Y plane and must aligned to 32. The size from DRM_IOCTL_CREATE_DUMB_BUFFER is to big. IOCTL returned a dumb buffer size from 1966080. width =3D 1280 =3D> aligned to 128 width =3D 1280 height =3D 720 =3D> aligned to 64 height =3D 768 Y plane 1280 * 768 =3D 983040 UV plane 1280 * 768 / 2 =3D 491520 Dumb buffer size should be 1474560. Looks like the UV plane have doubled si= ze as it should be. The device is a Odroid-U3 with Exynos4412. Kernel version is 5.0.5. --=20 You are receiving this mail because: You are the assignee for the bug.= --15543955270.f43106d2.4392 Date: Thu, 4 Apr 2019 16:32:07 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 110327
Summary [exynos-drm] failed to presentate a dumb buffer format NV12 w= ith modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
Product DRI
Version unspecified
Hardware ARM
OS Linux (All)
Status NEW
Severity blocker
Priority medium
Component DRM/other
Assignee dri-devel@lists.freedesktop.org
Reporter zillevdr@gmx.de

Created attachment 143863 [details]
picture from screen

I want to decode a H264 1280x720 video with v4l2 decoder and present this on
DRM with a dumb buffer.

On screen the Y plane is correct but UV plane have the doubled height. Pitc=
h is
correct. But looks like a line from uv plane is used for 4 lines on y plane
instead of 2. Attached are a picture from the screen. I use the format
describtion from:
https://www.linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l=
/pixfmt-nv12mt.html.=20

For dumb buffer configuration the height must aligned to 64 instead of to 3=
2.
If align height to 32 EINVAL is returned from AddFB2. OK, the UV plane have=
 the
half height from Y plane and must aligned to 32.

The size from DRM_IOCTL_CREATE_DUMB_BUFFER is to big. IOCTL returned a dumb
buffer size from 1966080.
width =3D 1280 =3D> aligned to 128 width =3D 1280
height =3D 720 =3D> aligned to 64 height =3D 768
Y plane 1280 * 768 =3D 983040
UV plane 1280 * 768 / 2 =3D 491520
Dumb buffer size should be 1474560. Looks like the UV plane have doubled si=
ze
as it should be.

The device is a Odroid-U3 with Exynos4412.
Kernel version is 5.0.5.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15543955270.f43106d2.4392-- --===============1515415799== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1515415799==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Fri, 05 Apr 2019 06:54:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1178567751==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A22E6EA42 for ; Fri, 5 Apr 2019 06:54:57 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1178567751== Content-Type: multipart/alternative; boundary="15544472970.af1a.6470" Content-Transfer-Encoding: 7bit --15544472970.af1a.6470 Date: Fri, 5 Apr 2019 06:54:57 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 --- Comment #1 from andrzej.hajda@gmail.com --- Could you post exact steps to reproduce it? Code/command line, plus kernel = logs with drm.debug=3D31. --=20 You are receiving this mail because: You are the assignee for the bug.= --15544472970.af1a.6470 Date: Fri, 5 Apr 2019 06:54:57 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 1 on bug 11032= 7 from andrzej.= hajda@gmail.com
Could you post exact steps to reproduce it? Code/command line,=
 plus kernel logs
with drm.debug=3D31.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15544472970.af1a.6470-- --===============1178567751== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1178567751==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Fri, 05 Apr 2019 10:55:48 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0762571608==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 00C1889CF3 for ; Fri, 5 Apr 2019 10:55:48 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0762571608== Content-Type: multipart/alternative; boundary="15544617470.5c43D.27140" Content-Transfer-Encoding: 7bit --15544617470.5c43D.27140 Date: Fri, 5 Apr 2019 10:55:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 --- Comment #2 from Jens Ziller --- Created attachment 143878 --> https://bugs.freedesktop.org/attachment.cgi?id=3D143878&action=3Dedit complete dmesg out The added dmesg out is complete from boot. The warning during boot is new. I never see it before. v4l2-drm-test runs like before. My code is on github. It's ugly code. Much things are hardcoded. It's only = for testing. https://github.com/zillevdr/v4l2-drm-test --=20 You are receiving this mail because: You are the assignee for the bug.= --15544617470.5c43D.27140 Date: Fri, 5 Apr 2019 10:55:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 2 on bug 11032= 7 from Jens Ziller
Created attachment 143878=
 [details]
complete dmesg out

The added dmesg out is complete from boot. The warning during boot is new. I
never see it before. v4l2-drm-test runs like before.
My code is on github. It's ugly code. Much things are hardcoded. It's only =
for
testing.
https://github.com/zi=
llevdr/v4l2-drm-test


You are receiving this mail because:
  • You are the assignee for the bug.
= --15544617470.5c43D.27140-- --===============0762571608== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0762571608==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Tue, 16 Apr 2019 13:43:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0306046471==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id EC66489C3B for ; Tue, 16 Apr 2019 13:43:03 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0306046471== Content-Type: multipart/alternative; boundary="15554221831.BCbfBD.27131" Content-Transfer-Encoding: 7bit --15554221831.BCbfBD.27131 Date: Tue, 16 Apr 2019 13:43:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 --- Comment #3 from andrzej.hajda@gmail.com --- Looking at the code apparently you are setting V4L2_PIX_FMT_NV12MT_16X16 in MFC, but MIXER requires V4L2_PIX_FMT_NV12MT. --=20 You are receiving this mail because: You are the assignee for the bug.= --15554221831.BCbfBD.27131 Date: Tue, 16 Apr 2019 13:43:03 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 3 on bug 11032= 7 from andrzej.= hajda@gmail.com
Looking at the code apparently you are setting V4L2_PIX_FMT_NV=
12MT_16X16 in
MFC, but MIXER requires V4L2_PIX_FMT_NV12MT.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15554221831.BCbfBD.27131-- --===============0306046471== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0306046471==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Wed, 17 Apr 2019 07:12:25 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0942438527==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id AAC3189F4F for ; Wed, 17 Apr 2019 07:12:25 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0942438527== Content-Type: multipart/alternative; boundary="15554851451.E6C05.27152" Content-Transfer-Encoding: 7bit --15554851451.E6C05.27152 Date: Wed, 17 Apr 2019 07:12:25 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 --- Comment #4 from Jens Ziller --- No, the ioctl there=20 https://github.com/zillevdr/v4l2-drm-test/blob/master/v4l2.c#L150 looks what format MFC can use. This I set in line 155. The output from fpri= ntf line 174: FMT CAPTURE: width 1280 height 736 4cc TM12 num_planes 2 https://www.linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/yuv-formats.html say that TM12 is V4L2_PIX_FMT_NV12MT not V4L2_PIX_FMT_NV12MT_16X16. I think= the right format is set. --=20 You are receiving this mail because: You are the assignee for the bug.= --15554851451.E6C05.27152 Date: Wed, 17 Apr 2019 07:12:25 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 4 on bug 11032= 7 from Jens Ziller
No, the ioctl there=20
https://github.com/zillevdr/v4l2-drm-test/blob/master/v4l2.c#L150
looks what format MFC can use. This I set in line 155. The output from fpri=
ntf
line 174:
FMT CAPTURE: width 1280 height 736 4cc TM12 num_planes 2

https://www.linuxtv.org/downloads/v4l-dvb-apis-new/uapi/v4l/y=
uv-formats.html
say that TM12 is V4L2_PIX_FMT_NV12MT not V4L2_PIX_FMT_NV12MT_16X16. I think=
 the
right format is set.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15554851451.E6C05.27152-- --===============0942438527== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0942438527==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Thu, 18 Apr 2019 08:31:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1089663032==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 1001C6E0D7 for ; Thu, 18 Apr 2019 08:31:15 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1089663032== Content-Type: multipart/alternative; boundary="15555762750.Fa93e.25885" Content-Transfer-Encoding: 7bit --15555762750.Fa93e.25885 Date: Thu, 18 Apr 2019 08:31:15 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 --- Comment #5 from andrzej.hajda@gmail.com --- OK, it seems that the format is correct. HW registers also seems to be programmed correctly. Documentation is not helpful at all, at least for me = [1]. The only guess I have is that tile format produced by MFC is different than format accepted by MIXER in regard of chroma. Unfortunately I am too busy n= ow to investigate it deeper. Maybe next week I will be able to consult it with= sbd more competent in the subject. [1]: https://usermanual.wiki/Document/SECExynos4412Users20ManualVer10000.5448189= 18.pdf --=20 You are receiving this mail because: You are the assignee for the bug.= --15555762750.Fa93e.25885 Date: Thu, 18 Apr 2019 08:31:15 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 5 on bug 11032= 7 from andrzej.= hajda@gmail.com
OK, it seems that the format is correct. HW registers also see=
ms to be
programmed correctly. Documentation is not helpful at all, at least for me =
[1].
The only guess I have is that tile format produced by MFC is different than
format accepted by MIXER in regard of chroma. Unfortunately I am too busy n=
ow
to investigate it deeper. Maybe next week I will be able to consult it with=
 sbd
more competent in the subject.

[1]:
https://usermanual.wiki/Document/SECExynos4412Users20Man=
ualVer10000.544818918.pdf


You are receiving this mail because:
  • You are the assignee for the bug.
= --15555762750.Fa93e.25885-- --===============1089663032== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1089663032==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110327] [exynos-drm] failed to presentate a dumb buffer format NV12 with modifier DRM_FORMAT_MOD_SAMSUNG_64_32_TILE Date: Tue, 19 Nov 2019 08:53:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0821714838==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id E42516E908 for ; Tue, 19 Nov 2019 08:53:56 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0821714838== Content-Type: multipart/alternative; boundary="15741536360.dd7DFcbCb.26930" Content-Transfer-Encoding: 7bit --15741536360.dd7DFcbCb.26930 Date: Tue, 19 Nov 2019 08:53:56 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110327 Martin Peres changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #6 from Martin Peres --- -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this = link to our GitLab instance: https://gitlab.freedesktop.org/drm/misc/issues/4. --=20 You are receiving this mail because: You are the assignee for the bug.= --15741536360.dd7DFcbCb.26930 Date: Tue, 19 Nov 2019 08:53:56 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated <= span class=3D"fn">Martin Peres changed bug 11032= 7
What Removed Added
Status NEW RESOLVED
Resolution --- MOVED

Commen= t # 6 on bug 11032= 7 from Martin Peres
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this =
link
to our GitLab instance: https://gitlab.freedesktop.org/drm/misc/issues/4.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15741536360.dd7DFcbCb.26930-- --===============0821714838== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0821714838==--