From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Wed, 16 Jan 2019 10:14:33 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1810540556=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 0371C6E11B
for ; Wed, 16 Jan 2019 10:14:33 +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
--===============1810540556==
Content-Type: multipart/alternative; boundary="15476336720.eC96.30894"
Content-Transfer-Encoding: 7bit
--15476336720.eC96.30894
Date: Wed, 16 Jan 2019 10:14:32 +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=3D109375
Bug ID: 109375
Summary: Regression: dark notebook display (no backlight) after
resume
Product: DRI
Version: XOrg git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/AMDgpu
Assignee: dri-devel@lists.freedesktop.org
Reporter: zajec5@gmail.com
I use HP EliteBook 745 G5 with Ryzen 5 PRO 2500U.
Starting with the:
commit 262485a50fd4532a8d71165190adc7a0a19bcc9e (refs/bisect/bad)
Author: Anthony Koo
Date: Fri Oct 12 21:34:32 2018 -0400
drm/amd/display: Expand dc to use 16.16 bit backlight
[Why] We want to increase precision for backlight setting.
But DC interface takes 8 bit backlight level value only.
[How] DMCU already takes 16 bit backlight level.
Expand the DC interface to take 16.16 bit value.
Max 32 bit backlight value (0xFFFF) will represent
max backlight (100%)
Signed-off-by: Anthony Koo
Reviewed-by: Tony Cheng
Acked-by: Leo Li
Signed-off-by: Alex Deucher
After resume from RAM my notebook display is all black.
Before suspend:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness}
65535
255
After resume:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness}
0
255
This can be workarounded by:
echo 255 > /sys/class/backlight/amdgpu_bl0/brightness
assuming one can execute that without a working display.
This problem still exists in the 5.0.0-rc2.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15476336720.eC96.30894
Date: Wed, 16 Jan 2019 10:14:32 +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 |
109375
|
| Summary |
Regression: dark notebook display (no backlight) after resume
|
| Product |
DRI
|
| Version |
XOrg git
|
| Hardware |
x86-64 (AMD64)
|
| OS |
Linux (All)
|
| Status |
NEW
|
| Severity |
normal
|
| Priority |
medium
|
| Component |
DRM/AMDgpu
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Reporter |
zajec5@gmail.com
|
I use HP EliteBook 745 G5 with Ryzen 5 PRO 2500U.
Starting with the:
commit 262485a50fd4532a8d71165190adc7a0a19bcc9e (refs/bisect/bad)
Author: Anthony Koo <Anthony.=
Koo@amd.com>
Date: Fri Oct 12 21:34:32 2018 -0400
drm/amd/display: Expand dc to use 16.16 bit backlight
[Why] We want to increase precision for backlight setting.
But DC interface takes 8 bit backlight level value only.
[How] DMCU already takes 16 bit backlight level.
Expand the DC interface to take 16.16 bit value.
Max 32 bit backlight value (0xFFFF) will represent
max backlight (100%)
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Tony Cheng <T=
ony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.=
li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
After resume from RAM my notebook display is all black.
Before suspend:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brig=
htness,brightness}
65535
255
After resume:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brig=
htness,brightness}
0
255
This can be workarounded by:
echo 255 > /sys/class/backlight/amdgpu_bl0/brightness
assuming one can execute that without a working display.
This problem still exists in the 5.0.0-rc2.
You are receiving this mail because:
- You are the assignee for the bug.
=
--15476336720.eC96.30894--
--===============1810540556==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1810540556==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Wed, 16 Jan 2019 10:17:07 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2081896796=="
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 82E626EF9A
for ; Wed, 16 Jan 2019 10:17:07 +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
--===============2081896796==
Content-Type: multipart/alternative; boundary="15476338270.ccA72D.31546"
Content-Transfer-Encoding: 7bit
--15476338270.ccA72D.31546
Date: Wed, 16 Jan 2019 10:17: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=3D109375
--- Comment #1 from Rafa=C5=82 Mi=C5=82ecki ---
For a comparison: behavior with the commit 262485a50fd4~1 (before the
regression):
Before suspend:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness}
255
255
After resume:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness}
250
255
Looks like a problem with amdgpu restoring backlight after resume.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15476338270.ccA72D.31546
Date: Wed, 16 Jan 2019 10:17: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
Commen=
t # 1
on bug 10937=
5
from Rafa=C5=82 Mi=C5=82ecki
For a comparison: behavior with the commit 262485a50fd4~1 (bef=
ore the
regression):
Before suspend:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brig=
htness,brightness}
255
255
After resume:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brig=
htness,brightness}
250
255
Looks like a problem with amdgpu restoring backlight after resume.
You are receiving this mail because:
- You are the assignee for the bug.
=
--15476338270.ccA72D.31546--
--===============2081896796==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============2081896796==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Wed, 16 Jan 2019 15:13:26 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0200670434=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 171C76F0EF
for ; Wed, 16 Jan 2019 15:13:26 +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
--===============0200670434==
Content-Type: multipart/alternative; boundary="15476516060.F06eC.7076"
Content-Transfer-Encoding: 7bit
--15476516060.F06eC.7076
Date: Wed, 16 Jan 2019 15:13:26 +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=3D109375
--- Comment #2 from Leo Li ---
Created attachment 143141
--> https://bugs.freedesktop.org/attachment.cgi?id=3D143141&action=3Dedit
drm/amd/display: Detach backlight from stream
Hi Rafa=C5=82,
Please give the attached patch a shot. It's in our staging branch, but not =
in
5.0-rc2 yet.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15476516060.F06eC.7076
Date: Wed, 16 Jan 2019 15:13:26 +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
You are receiving this mail because:
- You are the assignee for the bug.
=
--15476516060.F06eC.7076--
--===============0200670434==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0200670434==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Wed, 16 Jan 2019 15:44:55 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1075105985=="
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 6268B6F10C
for ; Wed, 16 Jan 2019 15:44:55 +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
--===============1075105985==
Content-Type: multipart/alternative; boundary="15476534953.CD290FdC.13927"
Content-Transfer-Encoding: 7bit
--15476534953.CD290FdC.13927
Date: Wed, 16 Jan 2019 15:44:55 +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=3D109375
--- Comment #3 from Rafa=C5=82 Mi=C5=82ecki ---
It didn't apply cleanly on top of 5.0.0-rc2 (a trivial conflict in the
dc_link.c.rej). After fixing that, compiling & testing I can confirm is sol=
ves
the problem for me! Thanks!
Before suspend:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness}
65535
255
After resume:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brightness,brightness}
64000
255
As it fixes a regression, can you submit it as a fix for the 5.0 release cy=
cle,
please?
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15476534953.CD290FdC.13927
Date: Wed, 16 Jan 2019 15:44:55 +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 10937=
5
from Rafa=C5=82 Mi=C5=82ecki
It didn't apply cleanly on top of 5.0.0-rc2 (a trivial conflic=
t in the
dc_link.c.rej). After fixing that, compiling & testing I can confirm is=
solves
the problem for me! Thanks!
Before suspend:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brig=
htness,brightness}
65535
255
After resume:
> cat /sys/class/backlight/amdgpu_bl0/{actual_brig=
htness,brightness}
64000
255
As it fixes a regression, can you submit it as a fix for the 5.0 release cy=
cle,
please?
You are receiving this mail because:
- You are the assignee for the bug.
=
--15476534953.CD290FdC.13927--
--===============1075105985==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1075105985==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Fri, 18 Jan 2019 20:47:13 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1852459192=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 0B2D36F8DA
for ; Fri, 18 Jan 2019 20:47:14 +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
--===============1852459192==
Content-Type: multipart/alternative; boundary="15478444334.146D1e1F.19281"
Content-Transfer-Encoding: 7bit
--15478444334.146D1e1F.19281
Date: Fri, 18 Jan 2019 20:47:13 +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=3D109375
--- Comment #4 from Alex Deucher ---
Should be fixed with:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?=
id=3D35dad45d5cad3c9ca8d6a338cbf668cd7ea86469
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15478444334.146D1e1F.19281
Date: Fri, 18 Jan 2019 20:47:13 +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
You are receiving this mail because:
- You are the assignee for the bug.
=
--15478444334.146D1e1F.19281--
--===============1852459192==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1852459192==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Mon, 21 Jan 2019 14:52:30 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1600730913=="
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 702646E910
for ; Mon, 21 Jan 2019 14:52:30 +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
--===============1600730913==
Content-Type: multipart/alternative; boundary="15480823502.e8dbdD.31018"
Content-Transfer-Encoding: 7bit
--15480823502.e8dbdD.31018
Date: Mon, 21 Jan 2019 14:52:30 +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=3D109375
Alex Deucher changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christian.frank.uwb@googlem
| |ail.com
--- Comment #5 from Alex Deucher ---
*** Bug 109388 has been marked as a duplicate of this bug. ***
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15480823502.e8dbdD.31018
Date: Mon, 21 Jan 2019 14:52:30 +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
=
Alex Deucher
changed
bug 10937=
5
| What |
Removed |
Added |
| CC |
|
christian.frank.uwb@googlemail.com
|
You are receiving this mail because:
- You are the assignee for the bug.
=
--15480823502.e8dbdD.31018--
--===============1600730913==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1600730913==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109375] Regression: dark notebook display (no backlight) after
resume
Date: Mon, 04 Feb 2019 05:54:50 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1468855363=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 116076E37C
for ; Mon, 4 Feb 2019 05:54:50 +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
--===============1468855363==
Content-Type: multipart/alternative; boundary="15492596890.395b60.8881"
Content-Transfer-Encoding: 7bit
--15492596890.395b60.8881
Date: Mon, 4 Feb 2019 05:54:49 +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=3D109375
Rafa=C5=82 Mi=C5=82ecki changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Rafa=C5=82 Mi=C5=82ecki ---
Fixed with the 5.0.0-rc3. Thanks!
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15492596890.395b60.8881
Date: Mon, 4 Feb 2019 05:54:49 +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
Rafa=C5=82 Mi=C5=82ecki
changed
bug 10937=
5
| What |
Removed |
Added |
| Status |
NEW
|
RESOLVED
|
| Resolution |
---
|
FIXED
|
You are receiving this mail because:
- You are the assignee for the bug.
=
--15492596890.395b60.8881--
--===============1468855363==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============1468855363==--