1. 10 2月, 2011 1 次提交
  2. 02 2月, 2011 1 次提交
  3. 26 1月, 2011 1 次提交
  4. 25 1月, 2011 1 次提交
  5. 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
  6. 14 1月, 2011 1 次提交
  7. 12 1月, 2011 3 次提交
  8. 05 1月, 2011 1 次提交
  9. 17 12月, 2010 1 次提交
    • M
      drm/i915: Add support for precise vblank timestamping (v2) · 0af7e4df
      Mario Kleiner 提交于
      v2: Change IS_IRONLAKE to IS_GEN5 to adapt to 2.6.37
      
      This patch adds new functions for use by the drm core:
      
      .get_vblank_timestamp() provides a precise timestamp
      for the end of the most recent (or current) vblank
      interval of a given crtc, as needed for the DRI2
      implementation of the OML_sync_control extension.
      It is a thin wrapper around the drm function
      drm_calc_vbltimestamp_from_scanoutpos() which does
      almost all the work.
      
      .get_scanout_position() provides the current horizontal
      and vertical video scanout position and "in vblank"
      status of a given crtc, as needed by the drm for use by
      drm_calc_vbltimestamp_from_scanoutpos().
      
      The patch modifies the pageflip completion routine
      to use these precise vblank timestamps as the timestamps
      for pageflip completion events.
      
      This code has been only tested on a HP-Mini Netbook with
      Atom processor and Intel 945GME gpu. The codepath for
      (IS_G4X(dev) || IS_GEN5(dev) || IS_GEN6(dev)) gpu's
      has not been tested so far due to lack of hardware.
      Signed-off-by: NMario Kleiner <mario.kleiner@tuebingen.mpg.de>
      Acked-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      0af7e4df
  10. 15 12月, 2010 1 次提交
  11. 10 12月, 2010 3 次提交
  12. 06 12月, 2010 1 次提交
  13. 05 12月, 2010 2 次提交
  14. 24 11月, 2010 1 次提交
  15. 22 11月, 2010 2 次提交
  16. 19 11月, 2010 1 次提交
  17. 02 11月, 2010 1 次提交
  18. 29 10月, 2010 1 次提交
  19. 27 10月, 2010 1 次提交
  20. 22 10月, 2010 2 次提交
  21. 01 10月, 2010 3 次提交
  22. 22 9月, 2010 1 次提交
  23. 21 9月, 2010 9 次提交