Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/
Ddrm_modes.c340 unsigned int porches, porches_duration_ns; in fill_analog_mode() local
405 porches = hblk - hslen; in fill_analog_mode()
406 drm_dbg_kms(dev, "Remaining horizontal pixels for both porches: %u\n", porches); in fill_analog_mode()
408 porches_duration_ns = porches * pixel_duration_ns; in fill_analog_mode()
423 int porches_rem = porches - hfp_min - hbp_min; in fill_analog_mode()
439 hbp = porches - hfp; in fill_analog_mode()
486 porches = params->num_lines - vactive - vslen; in fill_analog_mode()
487 drm_dbg_kms(dev, "Remaining vertical pixels for both porches: %u\n", porches); in fill_analog_mode()
489 porches_rem = porches - vfp_min - vbp_min; in fill_analog_mode()
493 vbp = porches - vfp; in fill_analog_mode()
/linux-6.6.21/Documentation/fb/
Dep93xx-fb.rst20 /* Pixel clock, porches, etc */
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dvidioc-g-dv-timings.rst240 There are no horizontal syncs/porches at all in this format.