Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c91 uint32_t dma_ver_stride; member
134 port_priv->dma_ver_stride = 0; in ms_exa_xv_set_dma_client()
160 port_priv->dma_ver_stride = ClipValue(value, 0, 0xFFFFFFFF); in ms_exa_xv_set_port_attribute()
180 *value = port_priv->dma_ver_stride; in ms_exa_xv_get_port_attribute()
252 if (!port_priv->dma_hor_stride || !port_priv->dma_ver_stride) in ms_exa_xv_create_dma_pixmap()
291 height = port_priv->dma_ver_stride; in ms_exa_xv_create_dma_pixmap()
491 priv->dma_ver_stride = 0; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c318 port_priv->dma_ver_stride = 0; in glamor_xv_set_dma_client()
365 port_priv->dma_ver_stride = ClipValue(value, 0, 0xFFFFFFFF); in glamor_xv_set_port_attribute()
396 *value = port_priv->dma_ver_stride; in glamor_xv_get_port_attribute()
659 port_priv->dma_ver_stride ? port_priv->dma_ver_stride : port_priv->h; in glamor_xv_render_dma()
1137 port_priv->dma_ver_stride = 0; in glamor_xv_init_port()
H A Dglamor_priv.h893 uint32_t dma_ver_stride; member