OSDN Git Service

[intel-gem] inactive list may contain objects in CPU write domain
authorKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2008 02:47:23 +0000 (19:47 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2008 02:47:23 +0000 (19:47 -0700)
commit19c3418848ccdbb163cd16b354b14b0559813d6c
treef61e5539cf938f01fed63b5f55444d15718cc7da
parent93c2871eccc1abde0d88ea439cf963c4895a26fc
[intel-gem] inactive list may contain objects in CPU write domain

Pin/unpin need to know whether to remove/add objects from the inactive list,
inactive objects cannot be in any GPU write domain as those would be on the
flushing list instead. However, inactive objects may be in the CPU write
domain.
linux-core/i915_gem.c