Searched hist:"69 dc4987cbe5fe70ae1c2a08906d431d53cdd242" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.c | diff 69dc4987cbe5fe70ae1c2a08906d431d53cdd242 Tue Oct 19 04:36:51 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Track objects in global active list (as well as per-ring)
To handle retirements, we need per-ring tracking of active objects. To handle evictions, we need global tracking of active objects.
As we enable more rings, rebuilding the global list from the individual per-ring lists quickly grows tiresome and overly complicated. Tracking the active objects in two lists is the lesser of two evils.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_debugfs.c | diff 69dc4987cbe5fe70ae1c2a08906d431d53cdd242 Tue Oct 19 04:36:51 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Track objects in global active list (as well as per-ring)
To handle retirements, we need per-ring tracking of active objects. To handle evictions, we need global tracking of active objects.
As we enable more rings, rebuilding the global list from the individual per-ring lists quickly grows tiresome and overly complicated. Tracking the active objects in two lists is the lesser of two evils.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_irq.c | diff 69dc4987cbe5fe70ae1c2a08906d431d53cdd242 Tue Oct 19 04:36:51 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Track objects in global active list (as well as per-ring)
To handle retirements, we need per-ring tracking of active objects. To handle evictions, we need global tracking of active objects.
As we enable more rings, rebuilding the global list from the individual per-ring lists quickly grows tiresome and overly complicated. Tracking the active objects in two lists is the lesser of two evils.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_gem.c | diff 69dc4987cbe5fe70ae1c2a08906d431d53cdd242 Tue Oct 19 04:36:51 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Track objects in global active list (as well as per-ring)
To handle retirements, we need per-ring tracking of active objects. To handle evictions, we need global tracking of active objects.
As we enable more rings, rebuilding the global list from the individual per-ring lists quickly grows tiresome and overly complicated. Tracking the active objects in two lists is the lesser of two evils.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_drv.h | diff 69dc4987cbe5fe70ae1c2a08906d431d53cdd242 Tue Oct 19 04:36:51 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Track objects in global active list (as well as per-ring)
To handle retirements, we need per-ring tracking of active objects. To handle evictions, we need global tracking of active objects.
As we enable more rings, rebuilding the global list from the individual per-ring lists quickly grows tiresome and overly complicated. Tracking the active objects in two lists is the lesser of two evils.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|