[RFC 0/4] drm: add generic KMS blob properties for image enhancement

Rahul Sharma rahul.sharma at samsung.com
Thu Mar 6 00:02:49 PST 2014


From: Rahul Sharma <Rahul.Sharma at 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



More information about the dri-devel mailing list