Searched refs:ext_fb_yres (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 867 __u32 ext_fb_xres, ext_fb_yres; in omap4_hwc_set_best_hdmi_mode() local 887 ext_width, ext_height, &ext_fb_xres, &ext_fb_yres); in omap4_hwc_set_best_hdmi_mode() 892 !omap4_hwc_can_scale(xres, yres, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode() 904 score = add_scaling_score(score, xres, yres, 60, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode() 909 ALOGD(" score=0x%x adj.res=%dx%d", score, ext_fb_xres, ext_fb_yres); in omap4_hwc_set_best_hdmi_mode() 930 __u32 ext_fb_xres, ext_fb_yres; in omap4_hwc_set_best_hdmi_mode() local 933 ext_width, ext_height, &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 | 1090 __u32 ext_fb_xres, ext_fb_yres; in omap4_hwc_set_best_hdmi_mode() local 1117 ext_width, ext_height, &ext_fb_xres, &ext_fb_yres); in omap4_hwc_set_best_hdmi_mode() 1122 !omap4_hwc_can_scale(xres, yres, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode() 1147 score = add_scaling_score(score, xres, yres, 60, ext_fb_xres, ext_fb_yres, in omap4_hwc_set_best_hdmi_mode() 1156 ALOGD(" score=0x%x adj.res=%dx%d", score, ext_fb_xres, ext_fb_yres); in omap4_hwc_set_best_hdmi_mode() 1192 __u32 ext_fb_xres, ext_fb_yres; in omap4_hwc_set_best_hdmi_mode() local 1195 ext_width, ext_height, &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()
|