21 Oct, 2011

1 commit

  • Idle the GPU before doing any unmaps. We know if VT-d is in use through
    an exported variable from iommu code.

    This should avoid a known HW issue.

    Signed-off-by: Ben Widawsky
    Reviewed-by: Daniel Vetter
    Signed-off-by: Keith Packard

    Ben Widawsky
     

24 Nov, 2010

3 commits


23 Nov, 2010

1 commit


21 Sep, 2010

1 commit


09 Sep, 2010

2 commits

  • Use the detection from intel-gtt.ko instead. Hooray!

    Also move the stolen mem allocator to the other gtt stuff in dev_prv->mem.

    v2: Chris Wilson noted that my error handling was crap. Fix it. He also
    said that this fixes a problem on his i845. Indeed, i915_probe_agp
    misses a special case for i830/i845 stolen mem detection.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=25476
    Cc: stable@kernel.org
    Signed-off-by: Daniel Vetter
    Signed-off-by: Chris Wilson

    Daniel Vetter
     
  • Add a few definitions to it that are already shared and that will
    be shared in the future (like the number of stolen entries).
    No functional changes in here.

    Signed-off-by: Daniel Vetter
    Signed-off-by: Chris Wilson

    Daniel Vetter