Searched refs:tx_gem_obj (Results 1 – 1 of 1) sorted by relevance
154 struct drm_gem_object *tx_gem_obj; member 1214 &msm_host->tx_gem_obj, &iova); in dsi_tx_buf_alloc_6g() 1217 msm_host->tx_gem_obj = NULL; in dsi_tx_buf_alloc_6g() 1221 msm_gem_object_set_name(msm_host->tx_gem_obj, "tx_gem"); in dsi_tx_buf_alloc_6g() 1223 msm_host->tx_size = msm_host->tx_gem_obj->size; in dsi_tx_buf_alloc_6g() 1256 if (msm_host->tx_gem_obj) { in msm_dsi_tx_buf_free() 1257 msm_gem_kernel_put(msm_host->tx_gem_obj, msm_host->vm); in msm_dsi_tx_buf_free() 1259 msm_host->tx_gem_obj = NULL; in msm_dsi_tx_buf_free() 1270 return msm_gem_get_vaddr(msm_host->tx_gem_obj); in dsi_tx_buf_get_6g() 1280 msm_gem_put_vaddr(msm_host->tx_gem_obj); in dsi_tx_buf_put_6g() [all...]