• Home
  • Raw
  • Download

Lines Matching full:scanout

46  * a new frame the scanout engine has "scanned out" the display image
397 * This is mostly useful for hardware that can obtain the scanout position, but
594 * @mode: display mode containing the scanout timings
599 * CRTC's true scanout timing, so they take things like panel scaling or
630 * Fields of interlaced scanout modes are only half a frame duration. in drm_calc_timestamping_constants()
664 * Callback function to retrieve the scanout position. See
668 * timings and current video scanout position of a CRTC.
673 * match the scanout position reported.
705 /* Scanout position query not supported? Should not happen. */ in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
726 /* Get current scanout position with system timestamp. in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
735 * Get vertical and horizontal scanout position vpos, hpos, in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
743 /* Return as no-op if scanout query unsupported or failed. */ in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
751 /* Compute uncertainty in timestamp of scanout position query. */ in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
769 /* Convert scanout position into elapsed time at raw_time query in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
770 * since start of scanout at first display scanline. delta_ns in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
771 * can be negative if start of scanout hasn't happened yet. in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
811 * timings and current video scanout position of a CRTC. This can be directly
818 * match the scanout position reported.