From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12 Date: Wed, 29 Jan 2014 22:25:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0698222157==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D4A6CFB5CF for ; Wed, 29 Jan 2014 14:25:43 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0698222157== Content-Type: multipart/alternative; boundary="1391034343.7fA11.16479"; charset="us-ascii" --1391034343.7fA11.16479 Date: Wed, 29 Jan 2014 22:25:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D73530 --- Comment #51 from Paul Menzel --- I tried Linux 3.13 with the patch below and I could not get the display to = work at all with the following script. while true; do xrandr --output eDP --off && xrandr --output eDP --auto = && sleep 4; done --- drivers/gpu/drm/radeon/atombios_dp.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index fb3ae07..564bac0 100644 --- a/drivers/gpu/drm/radeon/atombios_dp.c +++ b/drivers/gpu/drm/radeon/atombios_dp.c @@ -912,13 +912,21 @@ void radeon_dp_link_train(struct drm_encoder *encoder, dp_info.dp_lane_count =3D dig_connector->dp_lane_count; dp_info.dp_clock =3D dig_connector->dp_clock; + DRM_DEBUG_KMS("Before train_init\n"); + msleep(10); if (radeon_dp_link_train_init(&dp_info)) goto done; + DRM_DEBUG_KMS("Before train_cr\n"); + msleep(10); if (radeon_dp_link_train_cr(&dp_info)) goto done; + msleep(10); + DRM_DEBUG_KMS("Before train_ce\n"); if (radeon_dp_link_train_ce(&dp_info)) goto done; done: + msleep(10); + DRM_DEBUG_KMS("Before train_finish\n"); if (radeon_dp_link_train_finish(&dp_info)) return; } --=20 1.9.rc1 I=E2=80=99ll post the errors tomorrow. --=20 You are receiving this mail because: You are the assignee for the bug. --1391034343.7fA11.16479 Date: Wed, 29 Jan 2014 22:25:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Commen= t # 51 on bug 73530<= /a> from Paul Menzel
I tried Linux 3.13 with the patch below and I could not get th=
e display to work
at all with the following script.

    while true; do xrandr --output eDP --off && xrandr --output eDP=
 --auto &&
sleep 4; done

        ---
         drivers/gpu/drm/radeon/atombios_dp.c | 8 ++++++++
         1 file changed, 8 insertions(+)

        diff --git a/drivers/gpu/drm/radeon/atombios_dp.c
b/drivers/gpu/drm/radeon/atombios_dp.c
        index fb3ae07..564bac0 100644
        --- a/drivers/gpu/drm/radeon/atombios_dp.c
        +++ b/drivers/gpu/drm/radeon/atombios_dp.c
        @@ -912,13 +912,21 @@ void radeon_dp_link_train(str=
uct drm_encoder
*encoder,
             dp_info.dp_lane_count =3D dig_connector->dp_lane_count;
             dp_info.dp_clock =3D dig_connector->dp_clock;

        +    DRM_DEBUG_KMS("Before train_init\n");
        +    msleep(10);
             if (radeon_dp_link_train_init(&dp_info))
                 goto done;
        +    DRM_DEBUG_KMS("Before train_cr\n");
        +    msleep(10);
             if (radeon_dp_link_train_cr(&dp_info))
                 goto done;
        +    msleep(10);
        +    DRM_DEBUG_KMS("Before train_ce\n");
             if (radeon_dp_link_train_ce(&dp_info))
                 goto done;
         done:
        +    msleep(10);
        +    DRM_DEBUG_KMS("Before train_finish\n");
             if (radeon_dp_link_train_finish(&dp_info))
                 return;
         }
        --=20
        1.9.rc1

I=E2=80=99ll post the errors tomorrow.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1391034343.7fA11.16479-- --===============0698222157== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0698222157==--