Home
last modified time | relevance | path

Searched refs:cob_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c108 unsigned int cob_size; in vc4_crtc_get_scanout_position() local
144 cob_size = vc4_crtc_get_cob_allocation(vc4, vc4_crtc_state->assigned_channel); in vc4_crtc_get_scanout_position()
146 fifo_lines = cob_size / mode->crtc_hdisplay; in vc4_crtc_get_scanout_position()
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb.h227 u32 cob_size; member
H A Dsavagefb_driver.c1787 info->fix.smem_len = par->video.len - par->cob_size; in savage_map_video()
2032 par->cob_size = 0x8000 << par->cob_index; in savage_init_hw()
2038 par->cob_size = 0x400 << par->cob_index; in savage_init_hw()
2039 par->cob_offset = videoRambytes - par->cob_size; in savage_init_hw()