瀏覽代碼

Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)

tags/mesa_20060201
Brian Paul 20 年之前
父節點
當前提交
eb06704a7c
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. 2
    0
      src/mesa/drivers/dri/radeon/radeon_chipset.h
  2. 1
    0
      src/mesa/drivers/dri/radeon/radeon_screen.c

+ 2
- 0
src/mesa/drivers/dri/radeon/radeon_chipset.h 查看文件

@@ -36,6 +36,7 @@
#define PCI_CHIP_RV250_Ie 0x4965
#define PCI_CHIP_RV250_If 0x4966
#define PCI_CHIP_RV250_Ig 0x4967
#define PCI_CHIP_RV410_5E4B 0x5E4B
#define PCI_CHIP_R420_JH 0x4A48
#define PCI_CHIP_R420_JI 0x4A49
#define PCI_CHIP_R420_JJ 0x4A4A
@@ -119,6 +120,7 @@ enum {
CHIP_FAMILY_RV350,
CHIP_FAMILY_RV380,
CHIP_FAMILY_R420,
CHIP_FAMILY_RV410,
CHIP_FAMILY_LAST
};


+ 1
- 0
src/mesa/drivers/dri/radeon/radeon_screen.c 查看文件

@@ -574,6 +574,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
case PCI_CHIP_R420_JM:
case PCI_CHIP_R420_JO:
case PCI_CHIP_R420_JP:
case PCI_CHIP_RV410_5E4B:
screen->chip_family = CHIP_FAMILY_R420;
screen->chip_flags = RADEON_CHIPSET_TCL;
break;

Loading…
取消
儲存