Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
HDdrm_property.c291 name, I642U64(min), I642U64(max)); in drm_property_create_signed_range()
HDdrm_atomic.c798 *val = I642U64(state->crtc_x); in drm_atomic_plane_get_property()
800 *val = I642U64(state->crtc_y); in drm_atomic_plane_get_property()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_crtc.h64 static inline uint64_t I642U64(int64_t val) in I642U64() function