Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_property.c309 name, I642U64(min), I642U64(max)); in drm_property_create_signed_range()
H A Ddrm_atomic_uapi.c622 *val = I642U64(state->crtc_x); in drm_atomic_plane_get_property()
624 *val = I642U64(state->crtc_y); in drm_atomic_plane_get_property()
/openbmc/linux/include/drm/
H A Ddrm_crtc.h52 static inline uint64_t I642U64(int64_t val) in I642U64() function