Searched refs:fb_dis (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 167 struct dsscomp_display_info fb_dis; member 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() 969 hwc_dev->fb_dis.timings.pixel_clock, handle); in omap4_hwc_can_scale_layer() 2288 hwc_dev->fb_dis.ix = 0;/*Default display*/ in set_primary_display_transform_matrix() 2290 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &hwc_dev->fb_dis); in set_primary_display_transform_matrix() 2294 int lcd_w = hwc_dev->fb_dis.timings.x_res; in set_primary_display_transform_matrix() 2295 int lcd_h = hwc_dev->fb_dis.timings.y_res; in set_primary_display_transform_matrix() 2363 …y_get("persist.hwc.mirroring.transform", value, hwc_dev->fb_dis.timings.y_res > hwc_dev->fb_dis.ti… in handle_hotplug() 2779 ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &hwc_dev->fb_dis); in omap4_hwc_device_open() 2798 if (hwc_dev->fb_dis.timings.x_res && hwc_dev->fb_dis.height_in_mm) { in omap4_hwc_device_open() [all …]
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 130 struct dsscomp_display_info fb_dis; member 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() 774 hwc_dev->fb_dis.timings.pixel_clock); in omap4_hwc_can_scale_layer() 2051 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &hwc_dev->fb_dis); in omap4_hwc_device_open() 2058 if (hwc_dev->fb_dis.timings.x_res && hwc_dev->fb_dis.height_in_mm) { in omap4_hwc_device_open() 2060 hwc_dev->fb_dis.width_in_mm / hwc_dev->fb_dis.timings.x_res / in omap4_hwc_device_open() 2061 hwc_dev->fb_dis.height_in_mm * hwc_dev->fb_dis.timings.y_res; in omap4_hwc_device_open()
|