Searched refs:device_index (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_atombios.c1765 uint32_t device_index = 0; local in function:radeon_get_device_index
1772 device_index++;
1774 return device_index;
1793 uint32_t device_index = radeon_get_device_index(device_support); local in function:radeon_add_encoder
1801 if (info->encoders[device_index] != NULL)
1807 info->encoders[device_index] = info->encoders[i];
1815 if (info->encoders[device_index]->dev_priv == NULL) {
1816 info->encoders[device_index]->dev_priv =
1818 if (info->encoders[device_index]->dev_priv == NULL) {
1822 RADEONGetATOMLVDSInfo(pScrn, (radeon_lvds_ptr)info->encoders[device_index]
[all...]

Completed in 4 milliseconds