diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-11-11 22:07:35 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 22:07:35 +1100 |
commit | 732052ed3e7539d87136dd833be523747af3fb3e (patch) | |
tree | 7989d3062e50f3edc2a206148c6e776f88e7a2c1 /drivers/char/drm/radeon_drv.h | |
parent | e96e33eeb8b876c7ec009c557ca5269328eceda0 (diff) | |
download | op-kernel-dev-732052ed3e7539d87136dd833be523747af3fb3e.zip op-kernel-dev-732052ed3e7539d87136dd833be523747af3fb3e.tar.gz |
drm: simplify sysfs code for drm
This simplifies the sysfs code for the drm and add a dri_library_name
attribute which can be used by a userspace app to figure out which
library to load.
From: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/radeon_drv.h')
-rw-r--r-- | drivers/char/drm/radeon_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/radeon_drv.h b/drivers/char/drm/radeon_drv.h index 3a91d5f..c37f2ea 100644 --- a/drivers/char/drm/radeon_drv.h +++ b/drivers/char/drm/radeon_drv.h @@ -103,8 +103,8 @@ enum radeon_family { CHIP_R100, CHIP_RS100, CHIP_RV100, - CHIP_R200, CHIP_RV200, + CHIP_R200, CHIP_RS200, CHIP_R250, CHIP_RS250, |