Searched refs:get_abs_timeout (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/etnaviv/drm/ |
D | etnaviv_pipe.c | 42 get_abs_timeout(&req.timeout, ns); in etna_pipe_wait_ns()
|
D | etnaviv_priv.h | 207 static inline void get_abs_timeout(struct drm_etnaviv_timespec *tv, uint64_t ns) in get_abs_timeout() function
|
D | etnaviv_bo.c | 362 get_abs_timeout(&req.timeout, 5000000000); in etna_bo_cpu_prep()
|
/external/libdrm/etnaviv/ |
D | etnaviv_pipe.c | 47 get_abs_timeout(&req.timeout, ns); in etna_pipe_wait_ns()
|
D | etnaviv_priv.h | 199 static inline void get_abs_timeout(struct drm_etnaviv_timespec *tv, uint64_t ns) in get_abs_timeout() function
|
D | etnaviv_bo.c | 335 get_abs_timeout(&req.timeout, 5000000000); in etna_bo_cpu_prep()
|
/external/libdrm/freedreno/msm/ |
D | msm_priv.h | 106 static inline void get_abs_timeout(struct drm_msm_timespec *tv, uint64_t ns) in get_abs_timeout() function
|
D | msm_bo.c | 74 get_abs_timeout(&req.timeout, 5000000000); in msm_bo_cpu_prep()
|
D | msm_pipe.c | 88 get_abs_timeout(&req.timeout, timeout); in msm_pipe_wait()
|
/external/mesa3d/src/freedreno/drm/ |
D | msm_priv.h | 108 static inline void get_abs_timeout(struct drm_msm_timespec *tv, uint64_t ns) in get_abs_timeout() function
|
D | msm_bo.c | 73 get_abs_timeout(&req.timeout, 5000000000); in msm_bo_cpu_prep()
|
D | msm_pipe.c | 117 get_abs_timeout(&req.timeout, timeout); in msm_pipe_wait()
|