public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915: gen2 fixes
@ 2015-03-31  7:37 ville.syrjala
  2015-03-31  7:37 ` [PATCH 1/5] drm/i915: Enable DVO 2x clock around DVO encoder init ville.syrjala
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: ville.syrjala @ 2015-03-31  7:37 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I got annoyed at module reload not working properly on my 830, so I went
ahead and fixed. I also had to fix the overlay code a bit to not oops on
me on reload.

Also while writing the watermark register dumper, I noticed that we lacked
SR support for 85x, so I made a patch to enable it. I suspect g33 is
another platform which could have SR (since 945G and PNV both apparently
have it) but we don't enable it, but I don't have the hardware to verify
that.

Ville Syrjälä (5):
  drm/i915: Enable DVO 2x clock around DVO encoder init
  drm/i915: Convert BUGs to WARNs in the video overlay code
  drm/i915: Convert overlay->{active,pfit_active} to bools
  drm/i915: Mark the overlay active only if we got ring space
  drm/i915: Enable mmeory self-refresh on 85x

 drivers/gpu/drm/i915/i915_reg.h      |  1 +
 drivers/gpu/drm/i915/intel_dvo.c     | 17 +++++++++++++++++
 drivers/gpu/drm/i915/intel_overlay.c | 36 ++++++++++++++++++------------------
 drivers/gpu/drm/i915/intel_pm.c      |  4 ++++
 4 files changed, 40 insertions(+), 18 deletions(-)

-- 
2.0.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-31 14:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31  7:37 [PATCH 0/5] drm/i915: gen2 fixes ville.syrjala
2015-03-31  7:37 ` [PATCH 1/5] drm/i915: Enable DVO 2x clock around DVO encoder init ville.syrjala
2015-03-31  7:37 ` [PATCH 2/5] drm/i915: Convert BUGs to WARNs in the video overlay code ville.syrjala
2015-03-31 12:27   ` Chris Wilson
2015-03-31 14:59     ` Ville Syrjälä
2015-03-31  7:37 ` [PATCH 3/5] drm/i915: Convert overlay->{active, pfit_active} to bools ville.syrjala
2015-03-31  7:37 ` [PATCH 4/5] drm/i915: Mark the overlay active only if we got ring space ville.syrjala
2015-03-31  7:37 ` [PATCH 5/5] drm/i915: Enable mmeory self-refresh on 85x ville.syrjala
2015-03-31 11:14   ` shuang.he

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox