From: Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Emil Velikov <emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Adam Jackson <ajax-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH] kms: Let the server know if we got more than 1 EDID block
Date: Sun, 11 Nov 2012 21:24:03 +0100 [thread overview]
Message-ID: <20121111202403.GE3530@joi.lan> (raw)
In-Reply-To: <50A005E4.10808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On Sun, Nov 11, 2012 at 08:09:08PM +0000, Emil Velikov wrote:
> On 04/11/12 18:06, Emil Velikov wrote:
> > Verbatim copy from xf86-video-radeon commit 809cacb
s/radeon/ati/
Here's direct link: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=809cacb
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32341
> > Signed-off-by: Emil Velikov <emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > ---
> > src/drmmode_display.c | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/src/drmmode_display.c b/src/drmmode_display.c
> > index 803785d..8ec69f5 100644
> > --- a/src/drmmode_display.c
> > +++ b/src/drmmode_display.c
> > @@ -640,9 +640,12 @@ drmmode_output_get_modes(xf86OutputPtr output)
> > drmModeFreeProperty(props);
> > }
> >
> > - if (drmmode_output->edid_blob)
> > + if (drmmode_output->edid_blob) {
> > ddc_mon = xf86InterpretEDID(output->scrn->scrnIndex,
> > drmmode_output->edid_blob->data);
> > + if (ddc_mon && drmmode_output->edid_blob->length > 128)
> > + ddc_mon->flags |= MONITOR_EDID_COMPLETE_RAWDATA;
> > + }
> > xf86OutputSetEDID(output, ddc_mon);
> >
> > /* modes should already be available */
> >
> ping
Cc'ing Adam.
prev parent reply other threads:[~2012-11-11 20:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-04 18:06 [PATCH] kms: Let the server know if we got more than 1 EDID block Emil Velikov
[not found] ` <1352052378-23970-1-git-send-email-emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-11 20:09 ` Emil Velikov
[not found] ` <50A005E4.10808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-11 20:24 ` Marcin Slusarz [this message]
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=20121111202403.GE3530@joi.lan \
--to=marcin.slusarz-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=ajax-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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.