Home | History | Annotate | Download | only in hwc

Lines Matching refs:dis

291         ALOGD(" (dis%d alpha=%d col=%08x ilace=%d)\n",
909 struct dsscomp_display_info *dis, struct dsscomp_platform_info *limits,
918 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width)
1039 struct dsscomp_display_info dis;
1041 } d = { .dis = { .ix = dis_ix } };
1044 d.dis.modedb_len = sizeof(d.modedb) / sizeof(*d.modedb);
1049 if (d.dis.timings.x_res * d.dis.timings.y_res == 0 ||
1054 ext->width = d.dis.width_in_mm;
1055 ext->height = d.dis.height_in_mm;
1056 ext->xres = d.dis.timings.x_res;
1057 ext->yres = d.dis.timings.y_res;
1075 for (i = 0; i < d.dis.modedb_len; i++) {
1091 for (i = 0; i < d.dis.modedb_len; i++) {
1095 __u32 ext_width = d.dis.width_in_mm;
1096 __u32 ext_height = d.dis.height_in_mm;
1123 1, &d.dis, &limits,
1168 sdis.mode = d.dis.modedb[best];
1190 __u32 ext_width = d.dis.width_in_mm;
1191 __u32 ext_height = d.dis.height_in_mm;
1194 get_max_dimensions(xres, yres, xpy, d.dis.timings.x_res, d.dis.timings.y_res,
1196 if (!d.dis.timings.pixel_clock ||
1198 1, &d.dis, &limits,
1199 d.dis.timings.pixel_clock, NULL)) {
1207 if (d.dis.channel == OMAP_DSS_CHANNEL_DIGIT)