]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vboxvideo: Add page-flip support
authorSteve Longerbeam <slongerbeam@gmail.com>
Fri, 20 Jul 2018 17:17:31 +0000 (10:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Aug 2018 07:28:58 +0000 (09:28 +0200)
commit3561126df3a02099d15d059d60dbe913a87092fa
tree2e21fe8cae37b7ce8c319439044bfb960f7f8c2c
parente581ecd1a45c7e5b2a7bee54d3989e6c6b66a4f5
staging: vboxvideo: Add page-flip support

Adds crtc page-flip support by passing the new requested framebuffer
to vbox_crtc_do_set_base().

Note there is no attempt to support vblank interrupts, it's not
not known how to do this in VBOX or if it is even possible. Since
this page-flip implementation does not try to sync the page-flip
to vertical blanking, tearing effects are possible.

Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_mode.c