| Home | Sort by: relevance | last modified time | path |
| /xsrc/external/mit/xf86-video-ati/dist/src/ | |
| atombios_crtc.c | 1166 * CORE_CLOCK_BANDWIDTH (Mbyte/s) = SCLK (MHz) * 16 / Dynamic Engine clock Divider 1176 float core_clock_bandwidth = ((float)info->pm.mode[info->pm.current_mode].sclk / 100) * 16 / 1; 1195 float pclk, sclk, sclkfreq = 0; local 1309 sclk = system clock(ns) 1312 sclk = 1000 / (available_bandwidth / 16); 1313 /* Sclkfreq = sclk in MHz = 1000/sclk (because sclk is in ns). */ 1314 sclkfreq = 1000 / sclk; 1315 chunk_time = sclk * 256 * 1.3 [all...] |
| radeon.h | 429 uint32_t sclk; member in struct:__anon6810 861 float sclk; /* in MHz */ member in struct:__anon6814 |
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ | |
| amdgpu_drm.h | 1086 __u32 sclk; member in struct:drm_amdgpu_info_vce_clock_table_entry |
| /xsrc/external/mit/libdrm/dist/include/drm/ | |
| amdgpu_drm.h | 1521 __u32 sclk; member in struct:drm_amdgpu_info_vce_clock_table_entry |