drm/vmwgfx: Use atomic helper function for dirty fb IOCTL
authorDeepak Rawat <drawat@vmware.com>
Fri, 21 Sep 2018 21:34:02 +0000 (14:34 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 5 Dec 2018 09:00:42 +0000 (10:00 +0100)
commit2f5544ff030040a1016277cb91c347a64568b597
treef05f14ec791f0741cd9e2f5072036045607da492
parent61c21387c8b3191b1e74d01cab902c9b3493beb0
drm/vmwgfx: Use atomic helper function for dirty fb IOCTL

USe new atomic helper for dirty fb IOCTL which make use of damage
interface. Note that this is only done for STDU and SOU, for legacy
display unit still using old interface.

Signed-off-by: Deepak Rawat <drawat@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c