All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] drm: add generic KMS blob properties for image enhancement
@ 2014-03-06  6:12 Rahul Sharma
  2014-03-06  6:12 ` [RFC 1/4] drm: allow to create blank writable blob properties Rahul Sharma
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Rahul Sharma @ 2014-03-06  6:12 UTC (permalink / raw)
  To: dri-devel
  Cc: airlied, inki.dae, prashanth.g, seanpaul, marcheu, joshi,
	linux-samsung-soc, r.sh.open, ajaykumar.rs, Rahul Sharma

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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [RFC 0/4] drm: add generic KMS blob properties for image enhancement
@ 2014-03-06  8:02 Rahul Sharma
  2014-03-06  8:02 ` [RFC 3/4] drm: add generic " Rahul Sharma
  0 siblings, 1 reply; 11+ messages in thread
From: Rahul Sharma @ 2014-03-06  8:02 UTC (permalink / raw)
  To: dri-devel
  Cc: airlied, inki.dae, prashanth.g, seanpaul, marcheu, joshi,
	linux-samsung-soc, r.sh.open, ajaykumar.rs, Rahul Sharma

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-10  5:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  6:12 [RFC 0/4] drm: add generic KMS blob properties for image enhancement Rahul Sharma
2014-03-06  6:12 ` [RFC 1/4] drm: allow to create blank writable blob properties Rahul Sharma
2014-03-06  6:12 ` [RFC 2/4] drm: add ioctl to write into binary blob KMS properties Rahul Sharma
2014-03-06  6:12 ` [RFC 3/4] drm: add generic blob properties for image enhancement Rahul Sharma
2014-03-07  8:36   ` Daniel Vetter
2014-03-07 10:20     ` Rahul Sharma
2014-03-08  0:46       ` Matt Roper
2014-03-10  4:20         ` Rahul Sharma
2014-03-10  5:16           ` Daniel Vetter
2014-03-06  6:12 ` [RFC 4/4] drm: export create and destroy function for blob properties Rahul Sharma
  -- strict thread matches above, loose matches on Subject: below --
2014-03-06  8:02 [RFC 0/4] drm: add generic KMS blob properties for image enhancement Rahul Sharma
2014-03-06  8:02 ` [RFC 3/4] drm: add generic " Rahul Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.