Home
last modified time | relevance | path

Searched refs:ysize (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c481 unsigned int ysize, ycbcr_size; in coda_alloc_framebuffers() local
489 ysize = round_up(q_data->rect.width, 16) * in coda_alloc_framebuffers()
492 ysize = round_up(q_data->rect.width, 8) * q_data->rect.height; in coda_alloc_framebuffers()
495 ycbcr_size = round_up(ysize, 4096) + ysize / 2; in coda_alloc_framebuffers()
497 ycbcr_size = ysize + ysize / 2; in coda_alloc_framebuffers()
508 size += ysize / 4; in coda_alloc_framebuffers()
529 cb = y + ysize; in coda_alloc_framebuffers()
530 cr = y + ysize + ysize/4; in coda_alloc_framebuffers()
531 mvcol = y + ysize + ysize/4 + ysize/4; in coda_alloc_framebuffers()
534 mvcol = cb + ysize/2; in coda_alloc_framebuffers()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1102 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local
1151 ysize = tmp & 0xffff; in intel_tv_get_config()
1161 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config()
1450 unsigned int xsize, ysize; in intel_tv_pre_enable() local
1553 ysize = intel_tv_mode_vdisplay(tv_mode); in intel_tv_pre_enable()
1559 ysize -= (tv_conn_state->margins.top + in intel_tv_pre_enable()
1562 intel_de_write(display, TV_WIN_SIZE, (xsize << 16) | ysize); in intel_tv_pre_enable()