From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Thu, 01 Mar 2018 05:34:04 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1774334996==" 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 5C2E06EBE2 for ; Thu, 1 Mar 2018 05:34:04 +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 --===============1774334996== Content-Type: multipart/alternative; boundary="15198824440.94Ae0.5850" Content-Transfer-Encoding: 7bit --15198824440.94Ae0.5850 Date: Thu, 1 Mar 2018 05:34:04 +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=3D105302 Bug ID: 105302 Summary: [DC] - Maximum pixel clock of dual-link DVI too low for some modes Product: DRI Version: DRI git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: asheldon55@gmail.com I have a monitor that supports 2560x1440 >60hz (up to around 110hz) through= the DVI-D interface but requires pixel clocks greater than the current dual-link limit of 330khz, with amdgpu.dc=3D1. Setting TMDS_MAX_PIXEL_CLOCK to 250000= in signal_types.h works around the problem.=20 amdgpu.dc=3D0 doesn't appear to have this limit (or the value is higher) so= the problem does not exist there. I'm using ~ag5df's drm-next-4.17-wip branch. There appears to be a discussion about setting a higher pixel clock limit in this bug: https://bugs.freedesktop.org/show_bug.cgi?id=3D93885 but focused = on HDMI and not DVI-D, and regarding the older radeon driver. --=20 You are receiving this mail because: You are the assignee for the bug.= --15198824440.94Ae0.5850 Date: Thu, 1 Mar 2018 05:34:04 +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 105302
Summary [DC] - Maximum pixel clock of dual-link DVI too low for some = modes
Product DRI
Version DRI git
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component DRM/AMDgpu
Assignee dri-devel@lists.freedesktop.org
Reporter asheldon55@gmail.com

I have a monitor that supports 2560x1440 >60hz (up to aroun=
d 110hz) through the
DVI-D interface but requires pixel clocks greater than the current dual-link
limit of 330khz, with amdgpu.dc=3D1. Setting TMDS_MAX_PIXEL_CLOCK to 250000=
 in
signal_types.h works around the problem.=20

amdgpu.dc=3D0 doesn't appear to have this limit (or the value is higher) so=
 the
problem does not exist there.

I'm using ~ag5df's drm-next-4.17-wip branch.

There appears to be a discussion about setting a higher pixel clock limit in
this bug: https://bugs.freedesktop.org/show_bug.c=
gi?id=3D93885 but focused on
HDMI and not DVI-D, and regarding the older radeon driver.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15198824440.94Ae0.5850-- --===============1774334996== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1774334996==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Thu, 01 Mar 2018 14:49:40 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0450746056==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 034396ECB7 for ; Thu, 1 Mar 2018 14:49:40 +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 --===============0450746056== Content-Type: multipart/alternative; boundary="15199157791.CA49B7D7.26908" Content-Transfer-Encoding: 7bit --15199157791.CA49B7D7.26908 Date: Thu, 1 Mar 2018 14:49:39 +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=3D105302 Alex Deucher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |harry.wentland@amd.com --- Comment #1 from Alex Deucher --- The non-DC code should really have limited this too. It's probably a bug there. As to what the actual limit is, hopefully Harry can comment on that. --=20 You are receiving this mail because: You are the assignee for the bug.= --15199157791.CA49B7D7.26908 Date: Thu, 1 Mar 2018 14:49:39 +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 10530= 2
What Removed Added
CC   harry.wentland@amd.com

Commen= t # 1 on bug 10530= 2 from Alex Deucher
The non-DC code should really have limited this too.  It's pro=
bably a bug
there.  As to what the actual limit is, hopefully Harry can comment on that=
.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15199157791.CA49B7D7.26908-- --===============0450746056== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0450746056==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Thu, 01 Mar 2018 19:41:14 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1206704377==" 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 03F5B6ED3C for ; Thu, 1 Mar 2018 19:41: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 --===============1206704377== Content-Type: multipart/alternative; boundary="15199332731.39F3C28.10307" Content-Transfer-Encoding: 7bit --15199332731.39F3C28.10307 Date: Thu, 1 Mar 2018 19:41: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=3D105302 --- Comment #2 from Harry Wentland --- I don't have the spec right now but wikipedia has a nice run-down of the DVI bounding box: https://en.wikipedia.org/wiki/Digital_Visual_Interface#Digital Basically 2560x1600 @ 60Hz is the highest allowed for dual-link, which is j= ust a tad above your 2560x1440 @ 60Hz. 110Hz at full resolution would definitely not be supported by DVI. What monitor are you using? Is it intended to support 110Hz at full resolut= ion on DVI? Could it be that this full monitor capabilities are only supported through DP? --=20 You are receiving this mail because: You are the assignee for the bug.= --15199332731.39F3C28.10307 Date: Thu, 1 Mar 2018 19:41: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

Commen= t # 2 on bug 10530= 2 from Harry Wentland
I don't have the spec right now but wikipedia has a nice run-d=
own of the DVI
bounding box: https://en.wikipedia.org/wiki/Digital_Visual_Interface#Digita=
l

Basically 2560x1600 @ 60Hz is the highest allowed for dual-link, which =
is just
a tad above your 2560x1440 @ 60Hz. 110Hz at full resolution would defin=
itely
not be supported by DVI.

What monitor are you using? Is it intended to support 110Hz at full resolut=
ion
on DVI? Could it be that this full monitor capabilities are only supported
through DP?


You are receiving this mail because:
  • You are the assignee for the bug.
= --15199332731.39F3C28.10307-- --===============1206704377== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1206704377==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Thu, 01 Mar 2018 23:42:49 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1146565060==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 36F896EDCE for ; Thu, 1 Mar 2018 23:42:49 +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 --===============1146565060== Content-Type: multipart/alternative; boundary="15199477690.98CcCB1.31462" Content-Transfer-Encoding: 7bit --15199477690.98CcCB1.31462 Date: Thu, 1 Mar 2018 23:42: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=3D105302 --- Comment #3 from Andrew Sheldon --- (In reply to Harry Wentland from comment #2) > I don't have the spec right now but wikipedia has a nice run-down of the = DVI > bounding box: https://en.wikipedia.org/wiki/Digital_Visual_Interface#Digi= tal >=20 > Basically 2560x1600 @ 60Hz is the highest allowed for dual-link, which is > just a tad above your 2560x1440 @ 60Hz. 110Hz at full resolution would > definitely not be supported by DVI. >=20 > What monitor are you using? Is it intended to support 110Hz at full > resolution on DVI? Could it be that this full monitor capabilities are on= ly > supported through DP? It's a cheap Korean monitor that only supports DVI-D (Qnix qx2710 single in= put version), and unofficially supports greater than 60hz. You're right, it's a= bove DVI-D spec but it would be nice to have an option to use higher pixel clocks nevertheless. The Nvidia binary drivers have the option for ignoring the pi= xel clock check so there is at least one example of this being supported in the wild. --=20 You are receiving this mail because: You are the assignee for the bug.= --15199477690.98CcCB1.31462 Date: Thu, 1 Mar 2018 23:42: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

Commen= t # 3 on bug 10530= 2 from Andrew Sheldon
(In reply to Harry Wentland from comment #2)
> I don't have the spec right now but wikipedia ha=
s a nice run-down of the DVI
> bounding box: https://en.wikipedia.org/wiki/Digital_Visual_Interface#D=
igital
>=20
> Basically 2560x1600 @ 60Hz is the highest allowed for dual-link, w=
hich is
> just a tad above your 2560x1440 @ 60Hz. 110Hz at full resolution w=
ould
> definitely not be supported by DVI.
>=20
> What monitor are you using? Is it intended to support 110Hz at full
> resolution on DVI? Could it be that this full monitor capabilities are=
 only
> supported through DP?

It's a cheap Korean monitor that only supports DVI-D (Qnix qx2710 single in=
put
version), and unofficially supports greater than 60hz. You're right, it's a=
bove
DVI-D spec but it would be nice to have an option to use higher pixel clocks
nevertheless. The Nvidia binary drivers have the option for ignoring the pi=
xel
clock check so there is at least one example of this being supported in the
wild.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15199477690.98CcCB1.31462-- --===============1146565060== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1146565060==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Fri, 02 Mar 2018 15:03:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1389500323==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 128156E138 for ; Fri, 2 Mar 2018 15:03: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 --===============1389500323== Content-Type: multipart/alternative; boundary="15200030300.5Afd4fFB1.13994" Content-Transfer-Encoding: 7bit --15200030300.5Afd4fFB1.13994 Date: Fri, 2 Mar 2018 15:03: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=3D105302 --- Comment #4 from Harry Wentland --- This sounds like a feature request, rather than a bug. --=20 You are receiving this mail because: You are the assignee for the bug.= --15200030300.5Afd4fFB1.13994 Date: Fri, 2 Mar 2018 15:03:50 +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 10530= 2 from Harry Wentland
This sounds like a feature request, rather than a bug.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15200030300.5Afd4fFB1.13994-- --===============1389500323== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1389500323==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Fri, 02 Mar 2018 15:39:13 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0471615041==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7911A6E16D for ; Fri, 2 Mar 2018 15:39:13 +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 --===============0471615041== Content-Type: multipart/alternative; boundary="15200051532.f2CE9f00E.19549" Content-Transfer-Encoding: 7bit --15200051532.f2CE9f00E.19549 Date: Fri, 2 Mar 2018 15:39: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=3D105302 Alex Deucher changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #5 from Alex Deucher --- I'd rather not support running things out of spec in the driver. The sourc= e is open. If you want to adjust the code allow something like that you can. --=20 You are receiving this mail because: You are the assignee for the bug.= --15200051532.f2CE9f00E.19549 Date: Fri, 2 Mar 2018 15:39: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 = Alex Deucher changed bug 10530= 2
What Removed Added
Severity normal enhancement

Commen= t # 5 on bug 10530= 2 from Alex Deucher
I'd rather not support running things out of spec in the drive=
r.  The source is
open.  If you want to adjust the code allow something like that you can.
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15200051532.f2CE9f00E.19549-- --===============0471615041== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0471615041==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Thu, 08 Mar 2018 09:06:39 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1045620690==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C3D2E89394 for ; Thu, 8 Mar 2018 09:06:39 +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 --===============1045620690== Content-Type: multipart/alternative; boundary="15204999990.2FA056ef5.6257" Content-Transfer-Encoding: 7bit --15204999990.2FA056ef5.6257 Date: Thu, 8 Mar 2018 09:06:39 +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=3D105302 --- Comment #6 from Andrew Sheldon --- (In reply to Alex Deucher from comment #5) > I'd rather not support running things out of spec in the driver. The sou= rce > is open. If you want to adjust the code allow something like that you ca= n. Fair enough, it's simple enough to patch the source for a higher limit. --=20 You are receiving this mail because: You are the assignee for the bug.= --15204999990.2FA056ef5.6257 Date: Thu, 8 Mar 2018 09:06:39 +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 # 6 on bug 10530= 2 from Andrew Sheldon
(In reply to Alex Deucher from comment #5)
> I'd rather not support running things out of spe=
c in the driver.  The source
> is open.  If you want to adjust the code allow something like that you=
 can.

Fair enough, it's simple enough to patch the source for a higher limit.
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15204999990.2FA056ef5.6257-- --===============1045620690== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1045620690==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105302] [DC] - Maximum pixel clock of dual-link DVI too low for some modes Date: Tue, 19 Nov 2019 08:31:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0550453085==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id AB1526ED18 for ; Tue, 19 Nov 2019 08:31:47 +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 --===============0550453085== Content-Type: multipart/alternative; boundary="15741523073.aCaEaDf.19157" Content-Transfer-Encoding: 7bit --15741523073.aCaEaDf.19157 Date: Tue, 19 Nov 2019 08:31: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=3D105302 Martin Peres changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #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/amd/issues/319. --=20 You are receiving this mail because: You are the assignee for the bug.= --15741523073.aCaEaDf.19157 Date: Tue, 19 Nov 2019 08:31: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 <= span class=3D"fn">Martin Peres changed bug 10530= 2
What Removed Added
Status NEW RESOLVED
Resolution --- MOVED

Commen= t # 7 on bug 10530= 2 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/amd/issues/319.


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