Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c149 struct drm_gem_object *tx_gem_obj; member
1122 &msm_host->tx_gem_obj, &iova); in dsi_tx_buf_alloc_6g()
1125 msm_host->tx_gem_obj = NULL; in dsi_tx_buf_alloc_6g()
1129 msm_gem_object_set_name(msm_host->tx_gem_obj, "tx_gem"); in dsi_tx_buf_alloc_6g()
1131 msm_host->tx_size = msm_host->tx_gem_obj->size; in dsi_tx_buf_alloc_6g()
1164 if (msm_host->tx_gem_obj) { in msm_dsi_tx_buf_free()
1165 msm_gem_kernel_put(msm_host->tx_gem_obj, msm_host->aspace); in msm_dsi_tx_buf_free()
1167 msm_host->tx_gem_obj = NULL; in msm_dsi_tx_buf_free()
1178 return msm_gem_get_vaddr(msm_host->tx_gem_obj); in dsi_tx_buf_get_6g()
1188 msm_gem_put_vaddr(msm_host->tx_gem_obj); in dsi_tx_buf_put_6g()
[all …]