On Thu, Mar 29, 2012 at 06:27:22PM -0300, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> Useless for connector properties (since they already have their own
> ioctls), but useful when we add properties to CRTCs, planes and other
> objects.
>
> Signed-off-by: Paulo Zanoni
> ---
> drivers/gpu/drm/
On Thu, Mar 29, 2012 at 06:27:22PM -0300, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> Useless for connector properties (since they already have their own
> ioctls), but useful when we add properties to CRTCs, planes and other
> objects.
>
> Signed-off-by: Paulo Zanoni
> ---
> drivers/gpu/drm/
On Thu, Mar 29, 2012 at 18:27, Paulo Zanoni wrote:
> + switch (arg_obj->type) {
> + case DRM_MODE_OBJECT_CONNECTOR:
> + ret = drm_mode_connector_set_obj_prop(arg_obj, property,
> + arg->value);
> + break;
On Thu, Mar 29, 2012 at 18:27, Paulo Zanoni wrote:
> + switch (arg_obj->type) {
> + case DRM_MODE_OBJECT_CONNECTOR:
> + ret = drm_mode_connector_set_obj_prop(arg_obj, property,
> + arg->value);
> + break;
From: Paulo Zanoni
Useless for connector properties (since they already have their own
ioctls), but useful when we add properties to CRTCs, planes and other
objects.
Signed-off-by: Paulo Zanoni
---
drivers/gpu/drm/drm_crtc.c | 180
drivers/gpu/drm/
From: Paulo Zanoni
Useless for connector properties (since they already have their own
ioctls), but useful when we add properties to CRTCs, planes and other
objects.
Signed-off-by: Paulo Zanoni
---
drivers/gpu/drm/drm_crtc.c | 180
drivers/gpu/drm/