VIGS: add DRM_IOCTL_SDP_GA_EXEC command support 58/146258/1
authorVasiliy Ulyanov <v.ulyanov@samsung.com>
Tue, 20 Oct 2015 15:49:47 +0000 (18:49 +0300)
committerVasiliy Ulyanov <v.ulyanov@samsung.com>
Fri, 25 Aug 2017 11:23:27 +0000 (14:23 +0300)
commit965e8ac50507da97f248da6327dc10b50def80dd
treeb6119cdc955dda8e432139f9d34c6c98a60eacb6
parente685835b48e9c70518c904ee7050699535f6f0ce
VIGS: add DRM_IOCTL_SDP_GA_EXEC command support

The ioctl is needed to make ga_copy. Formely it was issued
from userspace using an execbuffer but currently it is done
directly via drmIoctl.

Aditionally it was necessary to import a device-specific
header. It has been placed to

    include/uapi/drm/sdp_drm.h

like in device kernel. The header needs to be updated
whenever the original one is changed.

Change-Id: I6d78309f38b971d5d7014b1972ff2316eee27003
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
(cherry picked from commit 48b87ee9c5f0b41e96ab0b70c00a88adc8c26648)
drivers/gpu/drm/vigs/vigs_comm.c
drivers/gpu/drm/vigs/vigs_comm.h
drivers/gpu/drm/vigs/vigs_driver.c
drivers/gpu/drm/vigs/vigs_execbuffer.c
drivers/gpu/drm/vigs/vigs_execbuffer.h
drivers/gpu/drm/vigs/vigs_file.c
drivers/gpu/drm/vigs/vigs_file.h
include/uapi/drm/sdp_drm.h [new file with mode: 0755]