Home
last modified time | relevance | path

Searched hist:"69 dc4987cbe5fe70ae1c2a08906d431d53cdd242" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gem_evict.cdiff 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 Di915_debugfs.cdiff 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 Di915_irq.cdiff 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 Di915_gem.cdiff 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 Di915_drv.hdiff 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>