index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_stolen.c
Age
Commit message (
Expand
)
Author
2013-09-05
drm/i915: Skip stolen region initialisation if none is reserved
Chris Wilson
2013-08-30
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-08-22
drm/i915: clarify error paths in create_stolen_for_preallocated
Daniel Vetter
2013-08-21
Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-08-10
drm/i915: Allow the GPU to cache stolen memory
Chris Wilson
2013-08-08
drm/i915: mm_list is per VMA
Ben Widawsky
2013-08-07
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...
Dave Airlie
2013-08-07
drm/i915: pre-alloc instead of drm_mm search/get_block
David Herrmann
2013-08-07
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
2013-08-05
drm/i915: Use ggtt_vm to save some typing
Ben Widawsky
2013-07-25
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...
Daniel Vetter
2013-07-24
drm/i915: Use Graphics Base of Stolen Memory on all gen3+
Chris Wilson
2013-07-23
drm/gem: simplify object initialization
David Herrmann
2013-07-19
drm/i915: checking for NULL instead of IS_ERR()
Dan Carpenter
2013-07-19
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-07-18
drm/i915: Create VMAs
Ben Widawsky
2013-07-17
drm/i915: Free stolen node on failed preallocation
Ben Widawsky
2013-07-17
drm/i915: Move active/inactive lists to new mm
Ben Widawsky
2013-07-17
drm/i915: Put the mm in the parent address space
Ben Widawsky
2013-07-09
drm/i915: WARN if the bios reserved range is bigger than stolen size
Daniel Vetter
2013-07-09
drm/i915: Verify that our stolen memory doesn't conflict
Chris Wilson
2013-07-08
drm/i915: Embed drm_mm_node in i915 gem obj
Ben Widawsky
2013-07-08
drm/i915: Kill obj->gtt_offset
Ben Widawsky
2013-07-08
drm: Change create block to reserve node
Ben Widawsky
2013-07-08
drm: pre allocate node for create_block
Ben Widawsky
2013-07-05
drm/i915: less magic for stolen preallocated objects w/o gtt offset
Daniel Vetter
2013-07-02
drm/i915: Don't try to tear down the stolen drm_mm if it's not there
Daniel Vetter
2013-07-01
drm/i915: Move fbc members out of line
Ben Widawsky
2013-06-03
drm/i915: Rename the gtt_list to global_list
Ben Widawsky
2013-06-03
drm/i915: Make stolen use pin pages
Ben Widawsky
2013-05-10
drm/i915: allow stolen, pre-allocated objects to avoid GTT allocation v2
Jesse Barnes
2013-05-10
drm/i915: BIOS and power context stolen mem handling for VLV v7
Jesse Barnes
2013-04-27
drm/i915: Only print the info message about incresing stolen size for FBC once
Chris Wilson
2013-03-27
Revert "drm/i915: set dummy page for stolen objects"
Imre Deak
2013-03-26
drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated
Chris Wilson
2013-03-23
drm/i915: set dummy page for stolen objects
Imre Deak
2013-01-31
drm/i915: remove intel_gtt structure
Ben Widawsky
2012-12-18
drm/i915: fixup overlay stolen memory leak
Daniel Vetter
2012-11-30
drm/i915: Use a slab for object allocation
Chris Wilson
2012-11-30
drm/i915: Introduce i915_gem_object_create_stolen()
Chris Wilson
2012-11-30
drm/i915: Delay allocation of stolen space for FBC
Chris Wilson
2012-11-30
drm/i915: Fix detection of base of stolen memory
Chris Wilson
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-05-03
drm/i915: Split the stolen handling for GEM out of i915_dma.c
Chris Wilson