* [PATCH 0/2] drm/i915: 830M regression fixes
@ 2014-01-07 14:15 ville.syrjala
0 siblings, 0 replies; 4+ messages in thread
From: ville.syrjala @ 2014-01-07 14:15 UTC (permalink / raw)
To: intel-gfx
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
Looks like I managed to break 830M in a few different ways recently. But I
recently found one for myself so hopefully that'll not happen again.
I have a few other things lined up for 830M, but these are the quick fixes
that should get us back to the state we had before.
Ville Syrjälä (2):
drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()
drm/i915: Don't swap planes on 830M
drivers/gpu/drm/i915/i915_irq.c | 4 ++--
drivers/gpu/drm/i915/intel_display.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
--
1.8.3.2
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] drm/i915: 830M regression fixes
[not found] <23446_1389104159_52CC0C1F_23446_3565_1_1389104137-6627-1-git-send-email-ville.syrjala@linux.intel.com>
@ 2014-01-07 15:12 ` Thomas Richter
2014-01-07 16:59 ` Chris Wilson
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Richter @ 2014-01-07 15:12 UTC (permalink / raw)
To: ville.syrjala; +Cc: Daniel Vetter, intel-gfx
On 01/07/2014 03:15 PM, ville.syrjala@linux.intel.com wrote:
> From: Ville Syrjälä<ville.syrjala@linux.intel.com>
>
> Looks like I managed to break 830M in a few different ways recently. But I
> recently found one for myself so hopefully that'll not happen again.
>
> I have a few other things lined up for 830M, but these are the quick fixes
> that should get us back to the state we had before.
Thanks, Ville!
As a related note, I found that with the latest kernel, "uxa" drawing of
filled rectangles became very slow (and sna is still too broken to be
useful, sorry). Would you know which file I should look into to check
for something like this? The client application only submits plain X11
calls, the render acceleration or composition should (?) not play a role
here. It's really a plain simple filled rectangle (or many of them) that
became notably slow.
BTW, the latest kernel version fixed one issue, namely that on 830 the
boot console could become blank or vertically misaligned. It is now
always fine.
So long,
Thomas
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] drm/i915: 830M regression fixes
2014-01-07 15:12 ` [PATCH 0/2] drm/i915: 830M regression fixes Thomas Richter
@ 2014-01-07 16:59 ` Chris Wilson
2014-01-07 19:09 ` Ville Syrjälä
0 siblings, 1 reply; 4+ messages in thread
From: Chris Wilson @ 2014-01-07 16:59 UTC (permalink / raw)
To: Thomas Richter; +Cc: Daniel Vetter, intel-gfx
On Tue, Jan 07, 2014 at 04:12:06PM +0100, Thomas Richter wrote:
> On 01/07/2014 03:15 PM, ville.syrjala@linux.intel.com wrote:
> >From: Ville Syrjälä<ville.syrjala@linux.intel.com>
> >
> >Looks like I managed to break 830M in a few different ways recently. But I
> >recently found one for myself so hopefully that'll not happen again.
> >
> >I have a few other things lined up for 830M, but these are the quick fixes
> >that should get us back to the state we had before.
>
> Thanks, Ville!
>
> As a related note, I found that with the latest kernel, "uxa"
> drawing of filled rectangles became very slow (and sna is still too
> broken to be useful, sorry). Would you know which file I should look
> into to check for something like this? The client application only
> submits plain X11 calls, the render acceleration or composition
> should (?) not play a role here. It's really a plain simple filled
> rectangle (or many of them) that became notably slow.
Wtf? What's up with SNA? There's a solitary report that cache coherency
on 830GM requires some workaround, on which I'd hoped that Daniel could
run igt to confirm (and now perhaps Ville might fancy the challenge).
Other than that, judging by my 845g, it should be solid.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] drm/i915: 830M regression fixes
2014-01-07 16:59 ` Chris Wilson
@ 2014-01-07 19:09 ` Ville Syrjälä
0 siblings, 0 replies; 4+ messages in thread
From: Ville Syrjälä @ 2014-01-07 19:09 UTC (permalink / raw)
To: Chris Wilson, Thomas Richter, Daniel Vetter, intel-gfx
On Tue, Jan 07, 2014 at 04:59:10PM +0000, Chris Wilson wrote:
> On Tue, Jan 07, 2014 at 04:12:06PM +0100, Thomas Richter wrote:
> > On 01/07/2014 03:15 PM, ville.syrjala@linux.intel.com wrote:
> > >From: Ville Syrjälä<ville.syrjala@linux.intel.com>
> > >
> > >Looks like I managed to break 830M in a few different ways recently. But I
> > >recently found one for myself so hopefully that'll not happen again.
> > >
> > >I have a few other things lined up for 830M, but these are the quick fixes
> > >that should get us back to the state we had before.
> >
> > Thanks, Ville!
> >
> > As a related note, I found that with the latest kernel, "uxa"
> > drawing of filled rectangles became very slow (and sna is still too
> > broken to be useful, sorry). Would you know which file I should look
> > into to check for something like this? The client application only
> > submits plain X11 calls, the render acceleration or composition
> > should (?) not play a role here. It's really a plain simple filled
> > rectangle (or many of them) that became notably slow.
>
> Wtf? What's up with SNA? There's a solitary report that cache coherency
> on 830GM requires some workaround, on which I'd hoped that Daniel could
> run igt to confirm (and now perhaps Ville might fancy the challenge).
> Other than that, judging by my 845g, it should be solid.
FWIW I haven't seen any issues w/ SNA on either 830 or 855, but I must
admit that I've not done any extensive testing on either.
--
Ville Syrjälä
Intel OTC
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-07 19:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <23446_1389104159_52CC0C1F_23446_3565_1_1389104137-6627-1-git-send-email-ville.syrjala@linux.intel.com>
2014-01-07 15:12 ` [PATCH 0/2] drm/i915: 830M regression fixes Thomas Richter
2014-01-07 16:59 ` Chris Wilson
2014-01-07 19:09 ` Ville Syrjälä
2014-01-07 14:15 ville.syrjala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox