Home
last modified time | relevance | path

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

/external/libdrm/freedreno/msm/
Dmsm_device.c37 struct msm_device *msm_dev = to_msm_device(dev); in msm_device_destroy()
Dmsm_priv.h46 static inline struct msm_device * to_msm_device(struct fd_device *x) in to_msm_device() function
Dmsm_ringbuffer.c113 ret = fd_bo_cache_free(&to_msm_device(dev)->ring_cache, bo); in ring_bo_del()
126 bo = fd_bo_cache_alloc(&to_msm_device(dev)->ring_cache, &size, 0); in ring_bo_new()
604 msm_ring->seqno = ++to_msm_device(pipe->dev)->ring_cnt; in msm_ringbuffer_new()