1. 11 2月, 2011 2 次提交
  2. 10 2月, 2011 2 次提交
  3. 06 2月, 2011 1 次提交
  4. 02 2月, 2011 2 次提交
  5. 31 1月, 2011 4 次提交
  6. 26 1月, 2011 5 次提交
  7. 25 1月, 2011 7 次提交
  8. 24 1月, 2011 16 次提交
  9. 23 1月, 2011 1 次提交
    • C
      drm/i915: Recognise non-VGA display devices · 934f992c
      Chris Wilson 提交于
      Starting with SandyBridge (though possible with earlier hacked BIOSes),
      the BIOS may initialise the IGFX as secondary to a discrete GPU. Prior,
      it would simply disable the integrated GPU. So we adjust our PCI class
      mask to match any DISPLAY_CLASS device.
      
      In such a configuration, the IGFX is not a primary VGA controller and
      so should not take part in VGA arbitration, and the error return from
      vga_client_register() is expected.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: stable@kernel.org
      934f992c