Searched refs:omap4_hwc_can_scale (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 717 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d, in omap4_hwc_can_scale() function 773 … return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits, in omap4_hwc_can_scale_layer() 892 !omap4_hwc_can_scale(xres, yres, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode() 936 !omap4_hwc_can_scale(xres, yres, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 908 static int omap4_hwc_can_scale(__u32 src_w, __u32 src_h, __u32 dst_w, __u32 dst_h, int is_2d, in omap4_hwc_can_scale() function 968 … return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits, in omap4_hwc_can_scale_layer() 1122 !omap4_hwc_can_scale(xres, yres, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode() 1197 !omap4_hwc_can_scale(xres, yres, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode()
|