[Intel-gfx] [PATCH 0/5] module_reload fixes

Paulo Zanoni przanoni at gmail.com
Fri Sep 27 01:05:57 CEST 2013


From: Paulo Zanoni <paulo.r.zanoni at 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




More information about the Intel-gfx mailing list