Lines Matching defs:timings
155 * NOTE: cannot be used with "timings" and also if this is specified
164 * @timings: Pointer to array of display timings
169 const struct display_timing *timings;
171 /** @num_timings: Number of elements in timings array. */
251 const struct display_timing *dt = &panel->desc->timings[i];
346 /* Only add timings if override was not there or failed to validate */
351 * Only add fixed modes if timings/override added no mode.
353 * We should only ever have either the display timings specified
619 * Add hard-coded panel modes. Don't call this if there are no timings
639 struct display_timing *timings)
647 if (timings)
649 timings[i] = p->desc->timings[i];
710 dev_err(dev, "Reject override mode: no timings specified\n");
715 const struct display_timing *dt = &panel->desc->timings[i];
786 * We're using non-optimized timings and want it really obvious that
792 "Unknown panel %s %#06x, using conservative timings\n",
797 * conservative timings, so let's do that. We already know that
976 .timings = &auo_b101ean01_timing,
1324 .timings = &innolux_n116bge_timing,
1643 .timings = &sharp_lq123p1jx31_timing,