Lines Matching defs:clock
61 * @MODE_NOCLOCK: no fixed clock available
62 * @MODE_CLOCK_HIGH: clock required is too high
63 * @MODE_CLOCK_LOW: clock required is too low
64 * @MODE_CLOCK_RANGE: clock/mode isn't in a ClockRange
135 .name = nm, .status = 0, .type = (t), .clock = (c), \
150 .type = DRM_MODE_TYPE_DRIVER, .clock = (pix), \
254 * @clock:
256 * Pixel clock in kHz.
258 int clock; /* in kHz */
308 * Actual pixel or dot clock in the hardware. This differs from the
309 * logical @clock when e.g. using interlacing, double-clocking, stereo
316 * massive confusion between the dot clock and the signal clock at the
432 (m)->name, drm_mode_vrefresh(m), (m)->clock, \