From be1cadb1ae5c8e155eadfbe722245517af34e1ce Mon Sep 17 00:00:00 2001 From: "Kirill A. Shutemov" Date: Thu, 8 Mar 2012 16:04:47 +0000 Subject: [PATCH] --- yaml --- r: 293691 b: refs/heads/master c: 699f0b45cef8259790ca7a8811d4e6bccc4b54a9 h: refs/heads/master i: 293689: cf76e6684303c7f4370b19e95413b9b6890c18a6 293687: 58043d9ee4a440cb0808bf658937f7bec87636fd v: v3 --- [refs] | 2 +- trunk/include/drm/gma_drm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a8879ffec2e1..1239bff4888c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 670c044454a33ab679628518d5284fac6246b259 +refs/heads/master: 699f0b45cef8259790ca7a8811d4e6bccc4b54a9 diff --git a/trunk/include/drm/gma_drm.h b/trunk/include/drm/gma_drm.h index 113686785717..884613ee00ad 100644 --- a/trunk/include/drm/gma_drm.h +++ b/trunk/include/drm/gma_drm.h @@ -83,9 +83,9 @@ struct drm_psb_gem_mmap { #define DRM_GMA_GAMMA 0x04 /* Set gamma table */ #define DRM_GMA_ADB 0x05 /* Get backlight */ #define DRM_GMA_DPST_BL 0x06 /* Set backlight */ -#define DRM_GMA_GET_PIPE_FROM_CRTC_ID 0x1 /* CRTC to physical pipe# */ #define DRM_GMA_MODE_OPERATION 0x07 /* Mode validation/DC set */ #define PSB_MODE_OPERATION_MODE_VALID 0x01 +#define DRM_GMA_GET_PIPE_FROM_CRTC_ID 0x08 /* CRTC to physical pipe# */ #endif