Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_exec.h55 * drm_exec_obj() - Return the object for a give drm_exec index
63 drm_exec_obj(struct drm_exec *exec, unsigned long index) in drm_exec_obj() function
77 for ((index) = 0; ((obj) = drm_exec_obj(exec, index)); ++(index))
88 * but that will be caught by drm_exec_obj(), returning a NULL object.
92 ((obj) = drm_exec_obj(exec, index)); --(index))