Home
last modified time | relevance | path

Searched refs:max_hact (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/
Ddrm_modes.c335 unsigned int max_hact, hact_duration_ns; in fill_analog_mode() local
355 max_hact = params->hact_ns.max / pixel_duration_ns; in fill_analog_mode()
356 if (pixel_clock_hz == 13500000 && hactive > max_hact && hactive <= 720) { in fill_analog_mode()