U642I64
if (U642I64(val) == -1)
state->crtc_x = U642I64(val);
state->crtc_y = U642I64(val);
int64_t svalue = U642I64(value);
if (svalue < U642I64(property->values[0]) ||
svalue > U642I64(property->values[1]))