]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: constify vmw_fence_ops
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 1 Nov 2017 17:45:43 +0000 (10:45 -0700)
committerSinclair Yeh <syeh@vmware.com>
Wed, 1 Nov 2017 17:45:43 +0000 (10:45 -0700)
commit77a518f6763b59572b72b22c60a54869b498f892
treef5bd09e408472e57adecf2b5cf484452bcb97c53
parentbbfbf92a2b9262109e684af0c53c5ac7fbe84390
drm/vmwgfx: constify vmw_fence_ops

vmw_fence_ops are not supposed to change at runtime. Functions
"dma_fence_init" working with const vmw_fence_ops provided
by <linux/dma-fence.h>. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c