Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c90 uint32_t dma_hor_stride; member
133 port_priv->dma_hor_stride = 0; in ms_exa_xv_set_dma_client()
158 port_priv->dma_hor_stride = ClipValue(value, 0, 0xFFFFFFFF); in ms_exa_xv_set_port_attribute()
178 *value = port_priv->dma_hor_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()
290 width = port_priv->dma_hor_stride; in ms_exa_xv_create_dma_pixmap()
490 priv->dma_hor_stride = 0; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c317 port_priv->dma_hor_stride = 0; in glamor_xv_set_dma_client()
363 port_priv->dma_hor_stride = ClipValue(value, 0, 0xFFFFFFFF); in glamor_xv_set_port_attribute()
394 *value = port_priv->dma_hor_stride; in glamor_xv_get_port_attribute()
657 port_priv->dma_hor_stride ? port_priv->dma_hor_stride : port_priv->w; in glamor_xv_render_dma()
1136 port_priv->dma_hor_stride = 0; in glamor_xv_init_port()
H A Dglamor_priv.h892 uint32_t dma_hor_stride; member