Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c145 struct drm_gem_object *tx_gem_obj; member
1165 &msm_host->tx_gem_obj, &iova); in dsi_tx_buf_alloc_6g()
1168 msm_host->tx_gem_obj = NULL; in dsi_tx_buf_alloc_6g()
1172 msm_gem_object_set_name(msm_host->tx_gem_obj, "tx_gem"); in dsi_tx_buf_alloc_6g()
1174 msm_host->tx_size = msm_host->tx_gem_obj->size; in dsi_tx_buf_alloc_6g()
1207 if (msm_host->tx_gem_obj) { in msm_dsi_tx_buf_free()
1208 msm_gem_kernel_put(msm_host->tx_gem_obj, msm_host->aspace); in msm_dsi_tx_buf_free()
1210 msm_host->tx_gem_obj = NULL; in msm_dsi_tx_buf_free()
1221 return msm_gem_get_vaddr(msm_host->tx_gem_obj); in dsi_tx_buf_get_6g()
1231 msm_gem_put_vaddr(msm_host->tx_gem_obj); in dsi_tx_buf_put_6g()
[all …]