public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915: A few small fixes for older platforms
@ 2014-01-10 12:06 ville.syrjala
  2014-01-10 12:06 ` [PATCH 1/3] drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms ville.syrjala
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: ville.syrjala @ 2014-01-10 12:06 UTC (permalink / raw)
  To: intel-gfx

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

I spotted a few small issues while reading the code w/ older platforms
in mind. The panel fitter/LVDS port patches probably have no real impact
since it looks like those non-existing registers always return 0. But
might as well avoid reading them.

The 915GM SR fix is untested as I have no such hardware, but if the docs
are correct it should affect something.

Ville Syrjälä (3):
  drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms
  drm/i915: 830M doesn't have an LVDS port
  drm/i915: Fix 915GM self-refresh enable/disable

 drivers/gpu/drm/i915/intel_display.c | 5 ++++-
 drivers/gpu/drm/i915/intel_overlay.c | 2 +-
 drivers/gpu/drm/i915/intel_pm.c      | 4 ++--
 3 files changed, 7 insertions(+), 4 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] 6+ messages in thread

end of thread, other threads:[~2014-01-10 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10 12:06 [PATCH 0/3] drm/i915: A few small fixes for older platforms ville.syrjala
2014-01-10 12:06 ` [PATCH 1/3] drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms ville.syrjala
2014-01-10 17:02   ` Daniel Vetter
2014-01-10 12:06 ` [PATCH 2/3] drm/i915: 830M doesn't have an LVDS port ville.syrjala
2014-01-10 12:06 ` [PATCH 3/3] drm/i915: Fix 915GM self-refresh enable/disable ville.syrjala
2014-01-10 14:23 ` [PATCH 0/3] drm/i915: A few small fixes for older platforms Chris Wilson

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