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

  /xsrc/external/mit/xf86-video-ati/dist/src/
theatre.h 17 uint16_t video_decoder_type; member in struct:__anon6881
radeon_video.c 1408 t->video_decoder_type=info->video_decoder_type;
1411 t->video_decoder_type, pll->xclk);
1454 t->video_decoder_type=RT_FREF_2700;
1457 t->video_decoder_type=RT_FREF_2950;
1467 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "video decoder type used: 0x%04x\n", t->video_decoder_type);
radeon.h 938 uint8_t video_decoder_type; member in struct:__anon6814::__anon6815
942 uint16_t video_decoder_type; member in struct:__anon6814
theatre.c 657 from the MMTABLE.video_decoder_type field (bits 4:7)
666 R128ReadBIOS(pll_info_block+0x07, &video_decoder_type, sizeof(video_decoder_type));
668 ref_freq = (t->video_decoder_type & 0xF0) >> 4;
radeon_driver.c 2791 info->MM_TABLE.video_decoder_type,
2817 info->video_decoder_type=info->VBIOS[pll_info_block+0x08];
2818 info->video_decoder_type+=(((int)info->VBIOS[pll_info_block+0x09]+0)<<8);

Completed in 13 milliseconds