All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Michael D Labriola <mlabriol@gdeb.com>
Cc: Konrad Rzeszutek Wilk <konrad@darnok.org>,
	michael.d.labriola@gmail.com, xen-devel@lists.xen.org
Subject: Re: Radeon DRM dom0 issues
Date: Tue, 21 Jan 2014 16:59:05 -0500	[thread overview]
Message-ID: <20140121215905.GC6363@phenom.dumpdata.com> (raw)
In-Reply-To: <OF2899D9D9.D33A4E3B-ON85257C66.006ECFD4-85257C66.006F4611@gdeb.com>

On Mon, Jan 20, 2014 at 03:15:24PM -0500, Michael D Labriola wrote:
> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote on 01/20/2014 
> 10:38:27 AM:
> 
> > From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> > To: Michael D Labriola <mlabriol@gdeb.com>, 
> > Cc: Konrad Rzeszutek Wilk <konrad@darnok.org>, 
> > michael.d.labriola@gmail.com, xen-devel@lists.xen.org
> > Date: 01/20/2014 10:38 AM
> > Subject: Re: [Xen-devel] Radeon DRM dom0 issues
> > 
> > On Mon, Jan 20, 2014 at 10:26:22AM -0500, Michael D Labriola wrote:
> > > Konrad Rzeszutek Wilk <konrad@darnok.org> wrote on 01/20/2014 10:14:36 
> AM:
> > > 
> > > > From: Konrad Rzeszutek Wilk <konrad@darnok.org>
> > > > To: Michael D Labriola <mlabriol@gdeb.com>, 
> > > > Cc: xen-devel@lists.xen.org, michael.d.labriola@gmail.com
> > > > Date: 01/20/2014 10:14 AM
> > > > Subject: Re: [Xen-devel] Radeon DRM dom0 issues
> > > > 
> > > > On Mon, Jan 20, 2014 at 09:58:32AM -0500, Michael D Labriola wrote:
> > > > > Anyone here running a dom0 w/ Radeon DRM?  I'm having consistent 
> > > crashes 
> > > > > with multiple older R600 series (HD 6470 and HD 6570) and unusably 
> 
> > > slow 
> > > > > graphics with a newer HD7000 (can see each line refresh 
> indiviually on 
> > > 
> > > > > radeonfb tty).  All 3 systems seem to work fine bare metal.
> > > > 
> > > > I hadn't been using DRM, just Xserver. Is that what you mean?
> > > 
> > > The R600 problems happen when in X, using OpenGL, on my dom0.  The 
> > > RadeonSI sluggishness is when using the KMS framebuffer device for a 
> plain 
> > > text console login.
> > 
> > So sluggish is probably due to the PAT not being enabled. This patch
> > should be applied:
> > 
> > lkml.org/lkml/2011/11/8/406
> > 
> > (or http://marc.info/?l=linux-kernel&m=132888833209874&w=2)
> > 
> > and these two reverted:
> > 
> >  "xen/pat: Disable PAT support for now."
> >  "xen/pat: Disable PAT using pat_enabled value."
> > 
> > Which is to say do:
> > 
> > git revert c79c49826270b8b0061b2fca840fc3f013c8a78a
> > git revert 8eaffa67b43e99ae581622c5133e20b0f48bcef1
> 
> Thanks!  I cherry-picked that patch out of your testing tree, reverted 
> those 2 commits, recompiled and installed.  Definitely fixed the HD 7000 
> sluggishness and appears to have fixed the R600 crashes (although it's 
> only been running a few hours).
> 
> How come that patch didn't get into mainline?  It looks pretty innocuous 
> to me...

<Sigh> the x86 maintainers wanted a different route. And I hadn't had
the chance nor time to implement it.


> 
> ---
> Michael D Labriola
> Electric Boat
> mlabriol@gdeb.com
> 401-848-8871 (desk)
> 401-848-8513 (lab)
> 401-316-9844 (cell)
> 
> 
> 
>  
> 
> 
> 

  reply	other threads:[~2014-01-21 21:59 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20 14:58 Radeon DRM dom0 issues Michael D Labriola
2014-01-20 15:14 ` Konrad Rzeszutek Wilk
2014-01-20 15:26   ` Michael D Labriola
2014-01-20 15:38     ` Konrad Rzeszutek Wilk
2014-01-20 20:15       ` Michael D Labriola
2014-01-21 21:59         ` Konrad Rzeszutek Wilk [this message]
2014-01-23 16:54           ` Michael D Labriola
2014-01-24 14:49             ` Konrad Rzeszutek Wilk
2014-02-11 15:35               ` Michael D Labriola
2014-02-19 17:04                 ` Konrad Rzeszutek Wilk
2014-02-19 19:33                   ` Michael Labriola
2014-02-19 19:57                     ` Konrad Rzeszutek Wilk
2014-02-19 20:08                       ` Michael Labriola
2014-02-19 20:30                         ` Konrad Rzeszutek Wilk
2014-02-19 21:02                           ` Michael D Labriola

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=20140121215905.GC6363@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=konrad@darnok.org \
    --cc=michael.d.labriola@gmail.com \
    --cc=mlabriol@gdeb.com \
    --cc=xen-devel@lists.xen.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.