Home
last modified time | relevance | path

Searched refs:map_mode (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/staging/media/zoran/
Dzoran_driver.c332 if (zr->map_mode != ZORAN_MAP_MODE_RAW) in zoran_g_fmt_vid_cap()
501 zr->map_mode = ZORAN_MAP_MODE_JPG_REC; in zoran_s_fmt_vid_out()
503 zr->map_mode = ZORAN_MAP_MODE_JPG_PLAY; in zoran_s_fmt_vid_out()
554 zr->map_mode = ZORAN_MAP_MODE_RAW; in zoran_s_fmt_vid_cap()
714 if (zr->map_mode == ZORAN_MAP_MODE_RAW) { in zoran_s_selection()
932 if (zr->map_mode != ZORAN_MAP_MODE_RAW) { in zr_vb2_start_streaming()
936 if (zr->map_mode == ZORAN_MAP_MODE_JPG_REC) in zr_vb2_start_streaming()
942 zr->running = zr->map_mode; in zr_vb2_start_streaming()
953 zr->running = zr->map_mode; in zr_vb2_start_streaming()
966 if (zr->map_mode != ZORAN_MAP_MODE_RAW) in zr_vb2_stop_streaming()
[all …]
Dzoran.h294 enum zoran_map_mode map_mode; member
Dzoran_card.c1254 zr->map_mode = ZORAN_MAP_MODE_RAW; in zoran_probe()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c335 vsgt->mode = dev_priv->map_mode; in vmw_ttm_map_dma()
341 switch (dev_priv->map_mode) { in vmw_ttm_map_dma()
415 switch (dev_priv->map_mode) { in vmw_ttm_unmap_dma()
514 if (vmw_be->dev_priv->map_mode == vmw_dma_map_bind) in vmw_ttm_unbind()
528 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy()
604 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
Dvmwgfx_drv.c673 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
675 dev_priv->map_mode = vmw_dma_map_bind; in vmw_dma_select_mode()
677 dev_priv->map_mode = vmw_dma_map_populate; in vmw_dma_select_mode()
680 "DMA map mode: %s\n", names[dev_priv->map_mode]); in vmw_dma_select_mode()
1022 dev_priv->map_mode == vmw_dma_alloc_coherent, in vmw_driver_load()
Dvmwgfx_bo.c421 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_bo_acc_size()
Dvmwgfx_drv.h619 enum vmw_dma_map_mode map_mode; member