Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c386aeb authored by Iliya Varadzhakov's avatar Iliya Varadzhakov
Browse files

msm: cpp: Complete compat handling of buffer delete call



When compat is used all IOCTL calls have compat handlers
which transfer data from 32 bit user space to 64bit kernel
space. After this transfer is done a new subdev call is
done with the 64bit data. To complete this subdev call all
IOCTL calls have to be listed.

Change-Id: I89770111804344ec3615d52ec466b81392932652
Signed-off-by: default avatarIliya Varadzhakov <ivarad@codeaurora.org>
parent 7ca7f182
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2665,6 +2665,7 @@ static long msm_cpp_subdev_fops_compat_ioctl(struct file *file,
	case VIDIOC_MSM_CPP_FLUSH_QUEUE:
	case VIDIOC_MSM_CPP_APPEND_STREAM_BUFF_INFO:
	case VIDIOC_MSM_CPP_ENQUEUE_STREAM_BUFF_INFO:
	case VIDIOC_MSM_CPP_DELETE_STREAM_BUFF:
	case VIDIOC_MSM_CPP_DEQUEUE_STREAM_BUFF_INFO:
	case VIDIOC_MSM_CPP_SET_CLOCK:
	case VIDIOC_MSM_CPP_QUEUE_BUF: