HomeSort by: relevance | last modified time | path
    Searched refs:device_support (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_atombios.h 284 radeon_get_device_index(uint32_t device_support);
288 radeon_add_encoder(ScrnInfoPtr pScrn, uint32_t encoder_id, uint32_t device_support);
radeon_atombios.c 1763 radeon_get_device_index(uint32_t device_support)
1767 if (device_support == 0)
1770 while ((device_support & 1) == 0) {
1771 device_support >>= 1;
1790 radeon_add_encoder(ScrnInfoPtr pScrn, uint32_t encoder_id, uint32_t device_support)
1793 uint32_t device_index = radeon_get_device_index(device_support);
1796 if (device_support == 0) {
1814 if (device_support & ATOM_DEVICE_LCD1_SUPPORT) {
1885 if (device_support & ATOM_DEVICE_LCD1_SUPPORT) {
1914 int i, j, path_size, device_support; local
    [all...]

Completed in 7 milliseconds