Searched refs:CHIP_FAMILY_RS200 (Results 1 – 8 of 8) sorted by relevance
/external/drm_gralloc/radeon/ |
D | radeon_chipinfo_gen.h | 11 { 0x4137, CHIP_FAMILY_RS200, 0, 1, 0, 0, 1 }, 27 { 0x4237, CHIP_FAMILY_RS200, 0, 1, 0, 0, 1 }, 30 { 0x4337, CHIP_FAMILY_RS200, 1, 1, 0, 0, 1 }, 31 { 0x4437, CHIP_FAMILY_RS200, 1, 1, 0, 0, 1 },
|
D | radeon.h | 49 CHIP_FAMILY_RS200, /* U2 (IGP330M/340M/350M) or A4 (IGP330/340/345/350), RS250 (IGP 7000) */ enumerator
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_chipset.h | 26 CHIP_FAMILY_RS200, enumerator
|
D | radeon_common_context.c | 62 case CHIP_FAMILY_RS200: return "RS200"; in get_chip_family_name()
|
D | radeon_screen.c | 414 screen->chip_family = CHIP_FAMILY_RS200; in radeon_set_screen_flags()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_chipset.h | 26 CHIP_FAMILY_RS200, enumerator
|
D | radeon_common_context.c | 62 case CHIP_FAMILY_RS200: return "RS200"; in get_chip_family_name()
|
D | radeon_screen.c | 414 screen->chip_family = CHIP_FAMILY_RS200; in radeon_set_screen_flags()
|