Age | Commit message (Collapse) | Author |
|
Wait until getting the right fence if drm/i915 resets the
counter.
|
|
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
|
|
|
|
passing them to the kernel. This works because all drawing commands
in the 965 driver are emitted with the lock held and the batchbuffer
is always flushed prior to releasing the lock. This allows multiple
cliprects to be dealt with, without replaying entire batchbuffers and
redundantly re-emitting state.
|
|
This driver comes from Tungsten Graphics, with a few further modifications by
Intel.
|