All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] module_reload fixes
@ 2013-09-26 23:05 Paulo Zanoni
  2013-09-26 23:05 ` [PATCH 1/5] drm/i915: redisable VGA when we disable the power well Paulo Zanoni
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Paulo Zanoni @ 2013-09-26 23:05 UTC (permalink / raw)
  To: intel-gfx; +Cc: Paulo Zanoni, dri-devel

From: Paulo Zanoni <paulo.r.zanoni@intel.com>

Hi

These patches allow us to run the "module_reload" script from intel-gpu-tools on
Haswell. The script basically just removes i915.ko and loads it again.

There's a memory corruption fix and also the fix for fd.o #67813.  Notice that
the first patch fixes the case where we boot eDP+something, while patches 3-5
fix the case where we boot eDP-only.

I couldn't find MAINTAINERS entries for vt.c or fbcon.c, but I heard the
dri-devel list is a good place for such patches. Please tell me if I missed some
mailing list.

Cheers,
Paulo


Paulo Zanoni (5):
  drm/i915: redisable VGA when we disable the power well
  drm/i915: destroy connector sysfs files earlier
  tty/vt: add con_bind and con_unbind functions
  console/fbcon: implement con_bind and con_unbind
  drm/i915: put/get the power well at the FB bind/unbind functions

 drivers/gpu/drm/i915/intel_crt.c     |  1 -
 drivers/gpu/drm/i915/intel_display.c |  7 ++++++-
 drivers/gpu/drm/i915/intel_dp.c      |  1 -
 drivers/gpu/drm/i915/intel_drv.h     |  2 ++
 drivers/gpu/drm/i915/intel_dsi.c     |  1 -
 drivers/gpu/drm/i915/intel_dvo.c     |  1 -
 drivers/gpu/drm/i915/intel_fb.c      | 23 +++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_hdmi.c    |  1 -
 drivers/gpu/drm/i915/intel_lvds.c    |  1 -
 drivers/gpu/drm/i915/intel_pm.c      |  6 ++++++
 drivers/gpu/drm/i915/intel_sdvo.c    |  7 +++++--
 drivers/gpu/drm/i915/intel_tv.c      |  1 -
 drivers/tty/vt/vt.c                  |  6 ++++++
 drivers/video/console/fbcon.c        | 26 ++++++++++++++++++++++++++
 include/linux/console.h              |  2 ++
 include/linux/fb.h                   |  4 ++++
 16 files changed, 80 insertions(+), 10 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2013-12-11 19:02 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 23:05 [PATCH 0/5] module_reload fixes Paulo Zanoni
2013-09-26 23:05 ` [PATCH 1/5] drm/i915: redisable VGA when we disable the power well Paulo Zanoni
2013-10-01 13:47   ` Ville Syrjälä
2013-10-01 18:18     ` Ville Syrjälä
2013-11-29 13:36       ` [PATCH] drm/i915: disable VGA mem when reenabling " Paulo Zanoni
2013-12-11 17:44         ` Paulo Zanoni
2013-12-11 18:39           ` Daniel Vetter
2013-12-11 18:50             ` Paulo Zanoni
2013-12-11 19:02               ` Daniel Vetter
2013-09-26 23:05 ` [PATCH 2/5] drm/i915: destroy connector sysfs files earlier Paulo Zanoni
2013-09-30 21:10   ` Daniel Vetter
2013-09-26 23:06 ` [PATCH 3/5] tty/vt: add con_bind and con_unbind functions Paulo Zanoni
2013-10-01 13:50   ` Ville Syrjälä
2013-10-08 21:12     ` Paulo Zanoni
2013-10-09  8:10       ` Ville Syrjälä
2013-09-26 23:06 ` [PATCH 4/5] console/fbcon: implement con_bind and con_unbind Paulo Zanoni
2013-09-26 23:06 ` [PATCH 5/5] drm/i915: put/get the power well at the FB bind/unbind functions Paulo Zanoni

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.