Searched refs:dma_drm_fourcc (Results 1 – 6 of 6) sorted by relevance
92 uint32_t dma_drm_fourcc; member135 port_priv->dma_drm_fourcc = 0; in ms_exa_xv_set_dma_client()162 port_priv->dma_drm_fourcc = ClipValue(value, 0, 0xFFFFFFFF); in ms_exa_xv_set_port_attribute()182 *value = port_priv->dma_drm_fourcc; in ms_exa_xv_get_port_attribute()293 drm_fourcc = port_priv->dma_drm_fourcc ? port_priv->dma_drm_fourcc : id; in ms_exa_xv_create_dma_pixmap()492 priv->dma_drm_fourcc = 0; in ms_exa_xv_init()
319 port_priv->dma_drm_fourcc = 0; in glamor_xv_set_dma_client()367 port_priv->dma_drm_fourcc = ClipValue(value, 0, 0xFFFFFFFF); in glamor_xv_set_port_attribute()398 *value = port_priv->dma_drm_fourcc; in glamor_xv_get_port_attribute()662 port_priv->dma_drm_fourcc ? port_priv->dma_drm_fourcc : DRM_FORMAT_NV12; in glamor_xv_render_dma()1138 port_priv->dma_drm_fourcc = 0; in glamor_xv_init_port()
894 uint32_t dma_drm_fourcc; member
71 + static const char dma_drm_fourcc[] = XV_DMA_DRM_FOURCC_PROP;95 + } else if (!strcmp (attr[i].name, dma_drm_fourcc)) {