[PATCH] drm: add generic ioctls to get/set properties on any object
Paulo Zanoni
przanoni at gmail.com
Tue May 15 14:09:02 PDT 2012
From: Paulo Zanoni <paulo.r.zanoni at intel.com>
Useless for connector properties (since they already have their own
ioctls), but useful when we add properties to CRTCs, planes and other
objects.
Reviewed-by: Eugeni Dodonov <eugeni.dodonov at intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
drivers/gpu/drm/drm_crtc.c | 182 ++++++++++++++++++++++++++++++++++++++++++++
drivers/gpu/drm/drm_drv.c | 4 +-
include/drm/drm.h | 2 +
include/drm/drm_crtc.h | 13 ++++
include/drm/drm_mode.h | 15 ++++
5 files changed, 215 insertions(+), 1 deletion(-)
Comments from previous versions:
More information about the dri-devel
mailing list