drm: Return -ENOTSUPP when called for KMS cap with a non-KMS driver
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 1 Dec 2016 07:37:31 +0000 (16:37 +0900)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 6 Dec 2016 12:27:35 +0000 (13:27 +0100)
commitd5264ed3823abb0513cbdc5dd7444d4f61954409
treee737e9ed7d4c13b897c67e5d61d38860638d5222
parent75e75cbd55183ff12459666c0a1d3e71fe1481ab
drm: Return -ENOTSUPP when called for KMS cap with a non-KMS driver

This is an attempt to make the previous fix a bit more robust going
forward.

v2:
* Only allow DRM_CAP_TIMESTAMP_MONOTONIC with UMS drivers (Daniel
  Vetter, Alex Deucher)
* Different logic to keep DRM_CAP_TIMESTAMP_MONOTONIC separate from
  the other caps (Daniel Vetter)

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161201073731.5716-1-michel@daenzer.net
drivers/gpu/drm/drm_ioctl.c