diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-05-27 21:57:40 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-18 21:27:40 -0400 |
commit | 5b92c4045eaa42441b7ec249a406e4110ea400d4 (patch) | |
tree | 5ee8b6907868b0fb7cd62272f6df0b612ed8bb2c /drivers/char/drm/radeon_drm.h | |
parent | d396db321bcaec54345e7e9e87cea8482d6ae3a8 (diff) |
drm/radeon: init pipe setup in kernel code.
This inits the card pipes in the kernel and lets userspace getparam
the correct setup.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/char/drm/radeon_drm.h')
-rw-r--r-- | drivers/char/drm/radeon_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/drm/radeon_drm.h b/drivers/char/drm/radeon_drm.h index aab82e121e07..68b0608e01c9 100644 --- a/drivers/char/drm/radeon_drm.h +++ b/drivers/char/drm/radeon_drm.h | |||
@@ -669,6 +669,7 @@ typedef struct drm_radeon_indirect { | |||
669 | #define RADEON_PARAM_CARD_TYPE 12 | 669 | #define RADEON_PARAM_CARD_TYPE 12 |
670 | #define RADEON_PARAM_VBLANK_CRTC 13 /* VBLANK CRTC */ | 670 | #define RADEON_PARAM_VBLANK_CRTC 13 /* VBLANK CRTC */ |
671 | #define RADEON_PARAM_FB_LOCATION 14 /* FB location */ | 671 | #define RADEON_PARAM_FB_LOCATION 14 /* FB location */ |
672 | #define RADEON_PARAM_NUM_GB_PIPES 15 /* num GB pipes */ | ||
672 | 673 | ||
673 | typedef struct drm_radeon_getparam { | 674 | typedef struct drm_radeon_getparam { |
674 | int param; | 675 | int param; |