Home | History | Annotate | Download | only in hwc

Lines Matching refs:dis

202         ALOGD(" (dis%d alpha=%d col=%08x ilace=%d)\n",
718 struct dsscomp_display_info *dis, struct dsscomp_dispc_limitations *limits,
727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width)
841 struct dsscomp_display_info dis;
843 } d = { .dis = { .ix = 1 } };
846 d.dis.modedb_len = sizeof(d.modedb) / sizeof(*d.modedb);
851 if (d.dis.timings.x_res * d.dis.timings.y_res == 0 ||
856 ext->width = d.dis.width_in_mm;
857 ext->height = d.dis.height_in_mm;
858 ext->xres = d.dis.timings.x_res;
859 ext->yres = d.dis.timings.y_res;
868 for (i = 0; i < d.dis.modedb_len; i++) {
872 __u32 ext_width = d.dis.width_in_mm;
873 __u32 ext_height = d.dis.height_in_mm;
893 1, &d.dis, &limits,
921 sdis.mode = d.dis.modedb[best];
928 __u32 ext_width = d.dis.width_in_mm;
929 __u32 ext_height = d.dis.height_in_mm;
932 get_max_dimensions(xres, yres, xpy, d.dis.timings.x_res, d.dis.timings.y_res,
934 if (!d.dis.timings.pixel_clock ||
935 d.dis.mgr.interlaced ||
937 1, &d.dis, &limits,
938 d.dis.timings.pixel_clock)) {
946 if (d.dis.channel == OMAP_DSS_CHANNEL_DIGIT)