Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_property.c889 int64_t svalue = U642I64(value); in drm_property_change_valid_get()
891 if (svalue < U642I64(property->values[0]) || in drm_property_change_valid_get()
892 svalue > U642I64(property->values[1])) in drm_property_change_valid_get()
A Ddrm_atomic_uapi.c518 if (U642I64(val) == -1) in drm_atomic_plane_set_property()
532 state->crtc_x = U642I64(val); in drm_atomic_plane_set_property()
534 state->crtc_y = U642I64(val); in drm_atomic_plane_set_property()
/linux-6.3-rc2/include/drm/
A Ddrm_crtc.h48 static inline int64_t U642I64(uint64_t val) in U642I64() function

Completed in 14 milliseconds