summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-03-02 00:20:20 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-03-02 00:20:20 +0100
commit8d3c3ddfa85837e24fad6fa39318617cbb59e843 (patch)
treef699dcaac2a11f0c9506ad111ae39fd5e3617c2d /include/drm
parentdrm/i915: Re-enable GPU semaphores for SandyBridge mobile (diff)
parentdrm/i915: fix memory corruption with GM965 and >4GB RAM (diff)
downloadlinux-8d3c3ddfa85837e24fad6fa39318617cbb59e843.tar.xz
linux-8d3c3ddfa85837e24fad6fa39318617cbb59e843.zip
Merge branch 'drm-intel-fixes' into drm-intel-next
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index fe29aadb129d..348843b80150 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1101,7 +1101,7 @@ struct drm_device {
struct platform_device *platformdev; /**< Platform device struture */
struct drm_sg_mem *sg; /**< Scatter gather memory */
- int num_crtcs; /**< Number of CRTCs on this device */
+ unsigned int num_crtcs; /**< Number of CRTCs on this device */
void *dev_private; /**< device private data */
void *mm_private;
struct address_space *dev_mapping;