commit | d61a06862ba8c14466e1dd718cac460da0465ddd | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Jul 04 03:16:17 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jul 07 17:49:00 2011 +1000 |
tree | f291208be1768fa870fa373d2c4397f75a84d789 | |
parent | ccd6895d401efad0c0e41d0e93fba4ef3085e268 [diff] |
drm/kms: allow drm_mode_group with no objects Sometimes we could be controlling a device (such as an NVIDIA Tesla) that has no crtcs/encoders/connectors. One could argue that the driver should unset DRIVER_MODESET in this case, but that changes a whole heap of the DRM's other behaviours, and it's much easier to just be a modesetting driver without any outputs. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>