All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux
Date: Mon, 11 May 2015 18:03:27 +0000	[thread overview]
Message-ID: <bug-73530-502-5NRkyBg50R@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-73530-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 1972 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=73530

--- Comment #86 from N.Leiten <nickleiten@gmail.com> ---
(In reply to Alex Deucher from comment #85)
> (In reply to N.Leiten from comment #84)
> > (In reply to Alex Deucher from comment #83)
> > > Created attachment 115699 [details] [review] [review] [review]
> > > possible fix
> > > 
> > > Is the dpcd information always wrong or just sometimes?  If it's always
> > > wrong, the attached patch might help.  If it's only sometimes wrong, we
> > > probably need to figure out under what conditions it's wrong.
> > 
> > In my case it was always wrong at point of rate/link calculation, but DPCD
> > itself read right, cause I see in dmesg:
> > [drm:radeon_dp_getdpcd] DPCD: 11 0a 84 01 00 0b 01 01 02 00 00 00 00 00 00
> > 
> > According to this DPCD info we need 0x84 value masked with 0x1f which must
> > return maximum of 4 lanes. But in function radeon_dp_get_dp_lane_number I
> > got dpcd with all zeros instead. So I concluded that somewhere in flow it
> > got NULL'ed.
> > 
> 
> Ok, the patch shouldn't be necessary then.
> 
> > 
> > I'll check your patch in two-three hours later, little busy at the moment.
> > But is it wise to make additional copies of same data? Maybe I'm a little
> > paranoid, but I always thought that this method is the last variant of
> > solution due to memory consumption. We need to find, where it blows
> > configuration data so in other configurations it'll work as suspected not
> > only in this combination of eDP and LVDS encoder, please correct me if I'm
> > wrong.
> 
> There's one copy that gets fetched when the displays are probed
> (radeon_dp_getdpcd gets called from radeon_connectors.c).  Then
> radeon_dp_set_link_config() which selects the number of names and link rate
> gets called form radeon_atom_mode_fixup() before the mode is set.

Thanks for points of start :) I'll workout this ASAP.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3346 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2015-05-11 18:03 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13  0:01 [Bug 73530] New: Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12 bugzilla-daemon
2014-01-13  0:02 ` [Bug 73530] " bugzilla-daemon
2014-01-13  0:08 ` bugzilla-daemon
2014-01-13  0:09 ` bugzilla-daemon
2014-01-14 15:04 ` bugzilla-daemon
2014-01-14 15:11 ` bugzilla-daemon
2014-01-14 15:12 ` bugzilla-daemon
2014-01-14 15:19 ` bugzilla-daemon
2014-01-15  0:06 ` bugzilla-daemon
2014-01-15  9:04 ` bugzilla-daemon
2014-01-15  9:28 ` bugzilla-daemon
2014-01-15  9:31 ` bugzilla-daemon
2014-01-15 13:50 ` bugzilla-daemon
2014-01-15 13:51 ` bugzilla-daemon
2014-01-15 14:09 ` bugzilla-daemon
2014-01-15 14:15 ` bugzilla-daemon
2014-01-15 15:59 ` bugzilla-daemon
2014-01-15 16:05 ` bugzilla-daemon
2014-01-15 19:05 ` bugzilla-daemon
2014-01-15 19:06 ` bugzilla-daemon
2014-01-15 20:57 ` bugzilla-daemon
2014-01-15 21:03 ` bugzilla-daemon
2014-01-15 21:05 ` bugzilla-daemon
2014-01-15 21:06 ` bugzilla-daemon
2014-01-15 21:08 ` bugzilla-daemon
2014-01-15 21:11 ` bugzilla-daemon
2014-01-15 21:16 ` bugzilla-daemon
2014-01-15 22:10 ` bugzilla-daemon
2014-01-15 22:18 ` bugzilla-daemon
2014-01-15 23:27 ` bugzilla-daemon
2014-01-16  3:14 ` bugzilla-daemon
2014-01-16  8:19 ` bugzilla-daemon
2014-01-16  9:05 ` bugzilla-daemon
2014-01-16  9:33 ` bugzilla-daemon
2014-01-16  9:37 ` bugzilla-daemon
2014-01-16 15:01 ` bugzilla-daemon
2014-01-16 23:02 ` bugzilla-daemon
2014-01-17  0:34 ` bugzilla-daemon
2014-01-17  0:35 ` bugzilla-daemon
2014-01-17  0:35 ` bugzilla-daemon
2014-01-17  8:35 ` bugzilla-daemon
2014-01-17  8:38 ` bugzilla-daemon
2014-01-17 14:41 ` bugzilla-daemon
2014-01-17 16:03 ` bugzilla-daemon
2014-01-17 16:05 ` bugzilla-daemon
2014-01-17 17:41 ` bugzilla-daemon
2014-01-17 22:03 ` bugzilla-daemon
2014-01-22 15:24 ` bugzilla-daemon
2014-01-22 16:15 ` bugzilla-daemon
2014-01-22 16:21 ` bugzilla-daemon
2014-01-25  9:27 ` bugzilla-daemon
2014-01-25 13:25 ` bugzilla-daemon
2014-01-29 22:25 ` bugzilla-daemon
2014-01-30  8:54 ` bugzilla-daemon
2014-01-30 11:44 ` [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11, 3.12, 3.13 bugzilla-daemon
2014-01-30 11:48 ` bugzilla-daemon
2014-01-30 14:47 ` bugzilla-daemon
2014-02-01 11:50 ` bugzilla-daemon
2014-02-01 11:57 ` bugzilla-daemon
2014-02-01 12:00 ` bugzilla-daemon
2014-02-01 12:02 ` bugzilla-daemon
2014-02-03  9:49 ` bugzilla-daemon
2014-02-06  9:43 ` bugzilla-daemon
2014-02-06 10:12 ` [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux bugzilla-daemon
2014-02-17 13:08 ` bugzilla-daemon
2014-02-17 13:09 ` bugzilla-daemon
2014-10-21 15:03 ` bugzilla-daemon
2014-10-22 20:42 ` bugzilla-daemon
2014-10-22 21:14 ` bugzilla-daemon
2014-10-22 21:29 ` bugzilla-daemon
2014-10-22 21:34 ` bugzilla-daemon
2014-11-06 22:20 ` bugzilla-daemon
2014-11-16 12:14 ` bugzilla-daemon
2014-11-17 16:02 ` bugzilla-daemon
2014-11-17 19:03 ` bugzilla-daemon
2014-11-28  1:28 ` bugzilla-daemon
2014-12-01  2:10 ` bugzilla-daemon
2015-01-13 23:16 ` bugzilla-daemon
2015-05-04  8:44 ` bugzilla-daemon
2015-05-08  0:01 ` bugzilla-daemon
2015-05-08  7:36 ` bugzilla-daemon
2015-05-08 13:47 ` bugzilla-daemon
2015-05-08 14:03 ` bugzilla-daemon
2015-05-10 17:26 ` bugzilla-daemon
2015-05-11 16:09 ` bugzilla-daemon
2015-05-11 17:10 ` bugzilla-daemon
2015-05-11 17:29 ` bugzilla-daemon
2015-05-11 17:44 ` bugzilla-daemon
2015-05-11 17:59 ` bugzilla-daemon
2015-05-11 18:03 ` bugzilla-daemon [this message]
2015-05-12 17:17 ` bugzilla-daemon
2015-05-14 13:33 ` bugzilla-daemon
2015-05-14 15:37 ` bugzilla-daemon
2015-05-14 15:59 ` bugzilla-daemon
2015-05-14 16:15 ` bugzilla-daemon
2015-05-14 16:22 ` bugzilla-daemon
2015-05-14 17:36 ` bugzilla-daemon
2015-05-14 18:34 ` bugzilla-daemon
2015-05-14 19:10 ` bugzilla-daemon
2015-05-14 19:45 ` bugzilla-daemon
2015-05-14 20:01 ` bugzilla-daemon
2015-05-14 20:40 ` bugzilla-daemon
2015-05-14 23:50 ` bugzilla-daemon
2015-05-15  1:04 ` bugzilla-daemon
2015-05-15 14:16 ` bugzilla-daemon
2015-05-15 14:28 ` bugzilla-daemon
2015-05-15 20:16 ` bugzilla-daemon
2015-05-15 20:22 ` bugzilla-daemon
2015-05-16 15:40 ` bugzilla-daemon
2015-05-16 15:48 ` bugzilla-daemon
2015-05-18 21:44 ` bugzilla-daemon
2015-05-19 18:45 ` bugzilla-daemon
2015-05-19 19:05 ` bugzilla-daemon
2015-07-15  8:02 ` bugzilla-daemon
2015-08-06  9:24 ` bugzilla-daemon
2015-08-09  6:15 ` bugzilla-daemon
2015-08-10  2:41 ` bugzilla-daemon
2015-08-10 13:47 ` bugzilla-daemon
2015-08-12  1:53 ` bugzilla-daemon
2015-08-12 13:17 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-73530-502-5NRkyBg50R@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.