drm_sysfb_get_validated_int0
EXPORT_SYMBOL(drm_sysfb_get_validated_int0);
int drm_sysfb_get_validated_int0(struct drm_device *dev, const char *name,
return drm_sysfb_get_validated_int0(dev, "width", si->lfb_width, U16_MAX);
return drm_sysfb_get_validated_int0(dev, "height", si->lfb_height, U16_MAX);
return drm_sysfb_get_validated_int0(dev, "stride", lfb_linelength, div64_u64(size, height));
return drm_sysfb_get_validated_int0(dev, name, value, INT_MAX);
return drm_sysfb_get_validated_int0(dev, name, value, INT_MAX);