From: Rahul Sharma <rahul.sha...@samsung.com>

Patch set has following proposal.

1) Add writable KMS blob properties
        patch 1: drm: allow to create blank writable blob properties
        patch 2: drm: add ioctl to write into binary blob KMS properties

2) Add generic image enhancement properties. Added as per exynos hardware
        requirements (to start).
        patch 3: drm: add generic blob properties for image enhancement

3) Allow drivers to create writable blob properties
        patch 4: drm: export create and destroy function for blob properties

Initial discussion before preparing this RFC is at
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/27278

This series is based on Dave's drm-next branch at
http://cgit.freedesktop.org/~airlied/linux/

Rahul Sharma (4):
  drm: allow to create blank writable blob properties
  drm: add ioctl to write into binary blob KMS properties
  drm: add generic blob properties for image enhancement
  drm: export create and destroy function for blob properties

 drivers/gpu/drm/drm_crtc.c  |  201 +++++++++++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/drm_drv.c   |    1 +
 include/drm/drm_crtc.h      |   19 ++++
 include/uapi/drm/drm.h      |    1 +
 include/uapi/drm/drm_mode.h |   49 +++++++++++
 5 files changed, 265 insertions(+), 6 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to