Age | Commit message (Collapse) | Author |
|
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
|
|
With modern kernel drivers, there is no need to implement batching;
this is only necessary if the kernel driver is buggy and allows the
commit-with-stall to return before the pending operations have been
completed.
This allows removal of the batch code; however, keeping the batch
code around is wise should the bug reappear in later code drops.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
|
|
Rather than carrying this around as a separate variable, store it in
the vivante_pixmap structure so it follows the pixmap around. This
ensures we have a consistent set of metadata about the image stored
in the pixmap.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
|
|
Signed-off-by: Sergey Bolshakov <sbolshakov@altlinux.org>
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
|
|
Move drm_fd out of the DRI2 code into the upper vivante layer.
Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
|
|
Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
|