[RFC 2/4] drm: add ioctl to write into binary blob KMS properties

2014-03-06 Thread Rahul Sharma
Add a new ioctl to common drm framework which can be used to set variable length binary data from the user space. 'Blob' is the only KMS property which can hold more than 64 bits. So far, it has been implemented as read only property for user application (only used for EDID data). Signed-off-by: R

[RFC 2/4] drm: add ioctl to write into binary blob KMS properties

2014-03-05 Thread Rahul Sharma
Add a new ioctl to common drm framework which can be used to set variable length binary data from the user space. 'Blob' is the only KMS property which can hold more than 64 bits. So far, it has been implemented as read only property for user application (only used for EDID data). Signed-off-by: R