aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-09-12 01:55:05 -0400
committerDave Airlie <airlied@redhat.com>2013-08-28 23:30:38 -0400
commit13bb9cc8726c716a7f271fc2c760ba15e1fdd38c (patch)
tree6b2d08a3316b7f5e76869c881a8b2544e5b76dd0 /include/drm/drmP.h
parent246efa4a072f3a2e03010ef0b78b0974ec69c377 (diff)
drm: allow open of dynamic off devices.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 90833dccc919..0e3d51793b65 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1220,6 +1220,7 @@ struct drm_device {
1220#define DRM_SWITCH_POWER_ON 0 1220#define DRM_SWITCH_POWER_ON 0
1221#define DRM_SWITCH_POWER_OFF 1 1221#define DRM_SWITCH_POWER_OFF 1
1222#define DRM_SWITCH_POWER_CHANGING 2 1222#define DRM_SWITCH_POWER_CHANGING 2
1223#define DRM_SWITCH_POWER_DYNAMIC_OFF 3
1223 1224
1224static __inline__ int drm_core_check_feature(struct drm_device *dev, 1225static __inline__ int drm_core_check_feature(struct drm_device *dev,
1225 int feature) 1226 int feature)