summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@airlied2.(none)>2007-04-10 18:56:02 +1000
committerDave Airlie <airlied@linux.ie>2007-04-10 18:56:02 +1000
commited0ebd9d3da2e5c4e8053b6e7a7d2898b184f857 (patch)
tree127f82f4ab2b90adda8d79a4840ebc1bba6be963 /linux-core/drmP.h
parentb50bda002b824efb24e18e8d514ff0ca763c15b9 (diff)
make crtc_config be named mode_config
X.org calls this crtc_config but this is a bad name and will confuse ppl later (and me now :-)
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 74f52854..25fc8733 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -832,7 +832,7 @@ typedef struct drm_device {
/*@} */
/* DRM mode setting */
- struct drm_crtc_config crtc_config;
+ struct drm_mode_config mode_config;
} drm_device_t;
#if __OS_HAS_AGP