aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02drm/i915: Don't try to tear down the stolen drm_mm if it's not thereDaniel Vetter1-3/+6
2013-06-03drm/i915: Rename the gtt_list to global_listBen Widawsky1-1/+1
2013-06-03drm/i915: Make stolen use pin pagesBen Widawsky1-1/+1
2013-05-10drm/i915: allow stolen, pre-allocated objects to avoid GTT allocation v2Jesse Barnes1-1/+4
2013-05-10drm/i915: BIOS and power context stolen mem handling for VLV v7Jesse Barnes1-2/+10
2013-04-27drm/i915: Only print the info message about incresing stolen size for FBC onceChris Wilson1-0/+1
2013-03-27Revert "drm/i915: set dummy page for stolen objects"Imre Deak1-2/+2
2013-03-26drm/i915: Introduce i915_gem_object_create_stolen_for_preallocatedChris Wilson1-0/+65
2013-03-23drm/i915: set dummy page for stolen objectsImre Deak1-2/+2
2013-01-31drm/i915: remove intel_gtt structureBen Widawsky1-4/+4
2012-12-18drm/i915: fixup overlay stolen memory leakDaniel Vetter1-0/+3
2012-11-30drm/i915: Use a slab for object allocationChris Wilson1-2/+2
2012-11-30drm/i915: Introduce i915_gem_object_create_stolen()Chris Wilson1-0/+125
2012-11-30drm/i915: Delay allocation of stolen space for FBCChris Wilson1-58/+50
2012-11-30drm/i915: Fix detection of base of stolen memoryChris Wilson1-40/+41
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-05-03drm/i915: Split the stolen handling for GEM out of i915_dma.cChris Wilson1-0/+202