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

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_hw.c110 int vburst_size; member in struct:__anon5d01d9810108
181 ns = 1000000 * ainfo->vburst_size/(state->memory_width/8)/state->mclk_khz;
183 vfsize = ainfo->wcvlwm - ainfo->vburst_size + vfsize;
252 ns = 1000000*(misses*state->mem_page_miss + ainfo->vburst_size)/(state->memory_width/8)/state->mclk_khz;
253 ainfo->vocc = ainfo->vocc + ainfo->vburst_size - ns*ainfo->vdrain_rate/1000000;
296 ns = 1000000*ainfo->vburst_size/(state->memory_width/8)/state->mclk_khz;
298 if (ABS(ainfo->vburst_size) + (ABS(ainfo->wcvlwm + 32) & ~0xf) - tmp> VFIFO_SIZE)
399 vns = 1000000*(vmisses*state->mem_page_miss + ainfo->vburst_size/(state->memory_width/8) + refresh_cycle)/state->mclk_khz;
400 ainfo->vocc = ainfo->vburst_size - vns*ainfo->vdrain_rate/1000000;
411 res_info->video_burst_size = ainfo->vburst_size;
[all...]

Completed in 3 milliseconds