Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c43 int rot_type; in store_rotate_type() local
46 r = kstrtoint(buf, 0, &rot_type); in store_rotate_type()
50 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB) in store_rotate_type()
56 if (rot_type == ofbi->rotation_type) in store_rotate_type()
66 ofbi->rotation_type = rot_type; in store_rotate_type()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss_features.h88 bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type);
H A Ddss_features.c889 bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type) in dss_feat_rotation_type_supported() argument
891 return omap_current_dss_features->supported_rotation_types & rot_type; in dss_feat_rotation_type_supported()