Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/savage/
A Dsavage_bci.c55 if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold) in savage_bci_wait_fifo_shadow()
78 uint32_t maxUsed = dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - n; in savage_bci_wait_fifo_s3d()
99 uint32_t maxUsed = dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - n; in savage_bci_wait_fifo_s4()
684 dev_priv->cob_size = init->cob_size; in savage_do_init_bci()
A Dsavage_drv.h141 unsigned int cob_size; member
/linux/include/uapi/drm/
A Dsavage_drm.h87 unsigned int cob_size; member
/linux/drivers/gpu/drm/vc4/
A Dvc4_crtc.c92 unsigned int cob_size; in vc4_crtc_get_scanout_position() local
128 cob_size = vc4_crtc_get_cob_allocation(vc4, vc4_crtc_state->assigned_channel); in vc4_crtc_get_scanout_position()
130 fifo_lines = cob_size / mode->crtc_hdisplay; in vc4_crtc_get_scanout_position()
/linux/drivers/video/fbdev/savage/
A Dsavagefb.h228 u32 cob_size; member
A Dsavagefb_driver.c1783 info->fix.smem_len = par->video.len - par->cob_size; in savage_map_video()
2028 par->cob_size = 0x8000 << par->cob_index; in savage_init_hw()
2034 par->cob_size = 0x400 << par->cob_index; in savage_init_hw()
2035 par->cob_offset = videoRambytes - par->cob_size; in savage_init_hw()

Completed in 18 milliseconds