Searched refs:tseg_size (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_stolen.c123 u32 tseg_size = 0; i915_stolen_to_physical() local
131 tseg_size = MB(1); i915_stolen_to_physical()
137 base = tom - tseg_size - dev_priv->gtt.stolen_size; i915_stolen_to_physical()
139 u32 tseg_size = 0; i915_stolen_to_physical() local
149 tseg_size = KB(512); i915_stolen_to_physical()
152 tseg_size = MB(1); i915_stolen_to_physical()
161 base = tom - tseg_size - dev_priv->gtt.stolen_size; i915_stolen_to_physical()
163 u32 tseg_size = 0; i915_stolen_to_physical() local
172 tseg_size = MB(1); i915_stolen_to_physical()
174 tseg_size = KB(512); i915_stolen_to_physical()
181 base = tom - tseg_size - dev_priv->gtt.stolen_size; i915_stolen_to_physical()

Completed in 55 milliseconds