Searched refs:CHIP_FAMILY_R600 (Results 1 – 3 of 3) sorted by relevance
/external/drm_gralloc/radeon/ |
D | radeon_chipinfo_gen.h | 249 { 0x9400, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 250 { 0x9401, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 251 { 0x9402, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 252 { 0x9403, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 253 { 0x9405, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 254 { 0x940A, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 255 { 0x940B, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, 256 { 0x940F, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 },
|
D | radeon.h | 71 CHIP_FAMILY_R600, /* r600 */ enumerator
|
/external/drm_gralloc/ |
D | gralloc_drm_radeon.c | 85 if (info->chip_family >= CHIP_FAMILY_R600) { in radeon_get_pitch_align() 126 if (info->chip_family >= CHIP_FAMILY_R600) { in radeon_get_height_align() 152 if (info->chip_family >= CHIP_FAMILY_R600) { in radeon_get_base_align() 179 if (info->chip_family >= CHIP_FAMILY_R600) in radeon_get_tiling() 474 if (info->chip_family >= CHIP_FAMILY_R600) { in radeon_probe()
|