[Intel-gfx] [PATCH 0/5] drm/i915: gen2 fixes

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Tue Mar 31 00:37:20 PDT 2015


From: Ville Syrjälä <ville.syrjala at 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



More information about the Intel-gfx mailing list