Searched refs:CHIP_FAMILY_RV280 (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/video/ |
D | ati_radeon_fb.c | 83 {PCI_CHIP_RV280_5960, CHIP_FAMILY_RV280}, 84 {PCI_CHIP_RV280_5961, CHIP_FAMILY_RV280}, 85 {PCI_CHIP_RV280_5962, CHIP_FAMILY_RV280}, 86 {PCI_CHIP_RV280_5964, CHIP_FAMILY_RV280}, 87 {PCI_CHIP_RV280_5C63, CHIP_FAMILY_RV280}, 743 if (rinfo->family == CHIP_FAMILY_RV280) in video_hw_init()
|
D | ati_radeon_fb.h | 23 CHIP_FAMILY_RV280, enumerator 37 ((rinfo)->family == CHIP_FAMILY_RV280) || \
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_chipset.h | 31 CHIP_FAMILY_RV280,
|
D | radeon_common_context.c | 67 case CHIP_FAMILY_RV280: return "RV280"; in get_chip_family_name()
|
D | radeon_screen.c | 443 screen->chip_family = CHIP_FAMILY_RV280; in radeon_set_screen_flags()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_chipset.h | 31 CHIP_FAMILY_RV280,
|
D | radeon_common_context.c | 67 case CHIP_FAMILY_RV280: return "RV280"; in get_chip_family_name()
|
D | radeon_screen.c | 443 screen->chip_family = CHIP_FAMILY_RV280; in radeon_set_screen_flags()
|