public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vgaarb: Fixes for partial VGA opt-out
@ 2013-08-15 22:37 Alex Williamson
  2013-08-15 22:37 ` [PATCH 1/2] vgaarb: Don't disable resources that are not owned Alex Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alex Williamson @ 2013-08-15 22:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: airlied, intel-gfx, ville.syrjala

I'm trying to add support for VGA arbitration on newer Intel graphics
devices.  The existing code attempts to do this, but appear to have
not been updated since GMCH devices roamed the Earth.  On newer
devices like Haswell, we can disable VGA memory through an MSR on the
device, but we rely on the VGA arbiter to manage VGA IO using the PCI
COMMAND register.  In trying to unregister legacy VGA memory, I found
that the VGA arbiter still wanted to disable both memory and IO on
the device and that it forgot to actually program the device to
disable IO when the decoding is updated.  This series attempts to fix
both of those.  Thanks,

Alex

---

Alex Williamson (2):
      vgaarb: Don't disable resources that are not owned
      vgaarb: Fix VGA decodes changes


 drivers/gpu/vga/vgaarb.c |   50 ++++++++++++++++++++--------------------------
 1 file changed, 22 insertions(+), 28 deletions(-)

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 22:37 [PATCH 0/2] vgaarb: Fixes for partial VGA opt-out Alex Williamson
2013-08-15 22:37 ` [PATCH 1/2] vgaarb: Don't disable resources that are not owned Alex Williamson
2013-08-15 22:37 ` [PATCH 2/2] vgaarb: Fix VGA decodes changes Alex Williamson
2013-08-30 12:41 ` [PATCH 0/2] vgaarb: Fixes for partial VGA opt-out Ville Syrjälä
2013-09-02  6:19   ` [Intel-gfx] " Daniel Vetter

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