Home
last modified time | relevance | path

Searched defs:msm_gem_submit (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem.h302 struct msm_gem_submit { struct
303 struct drm_sched_job base;
304 struct kref ref;
305 struct drm_device *dev;
306 struct msm_gpu *gpu;
307 struct msm_gem_address_space *aspace;
308 struct list_head node; /* node in ring submit list */
309 struct ww_acquire_ctx ticket;
310 uint32_t seqno; /* Sequence number of the submit on the ring */
314 struct xarray deps;
[all …]