]> Git Repo - linux.git/commit
drm/i915: Extract reserving space in the GTT to a helper
authorChris Wilson <[email protected]>
Wed, 11 Jan 2017 11:23:11 +0000 (11:23 +0000)
committerChris Wilson <[email protected]>
Wed, 11 Jan 2017 12:28:13 +0000 (12:28 +0000)
commit625d988acc28f3fe1d44f3798426561c17387a59
tree4eea114f04faffa151f420cb10398dcefc1fbaa0
parente007b19d7ba7424735fd4f17a355b145ae153e4c
drm/i915: Extract reserving space in the GTT to a helper

Extract drm_mm_reserve_node + calling i915_gem_evict_for_node into its
own routine so that it can be shared rather than duplicated.

v2: Kerneldoc

Signed-off-by: Chris Wilson <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: [email protected]
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_evict.c
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/i915_gem_stolen.c
drivers/gpu/drm/i915/i915_trace.h
drivers/gpu/drm/i915/i915_vgpu.c
drivers/gpu/drm/i915/i915_vma.c
This page took 0.057905 seconds and 4 git commands to generate.