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

/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c53 int rot_type; store_rotate_type() local
56 r = kstrtoint(buf, 0, &rot_type); store_rotate_type()
60 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB) store_rotate_type()
67 if (rot_type == ofbi->rotation_type) store_rotate_type()
77 ofbi->rotation_type = rot_type; store_rotate_type()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddss_features.h100 bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type);
H A Ddss_features.c912 bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type) dss_feat_rotation_type_supported() argument
914 return omap_current_dss_features->supported_rotation_types & rot_type; dss_feat_rotation_type_supported()

Completed in 117 milliseconds