Home
last modified time | relevance | path

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

/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.c110 p->video_latency = 1; in cec_splitter_unconfigured_output()
128 p->video_latency = 1; in cec_splitter_configured_output()
186 reply_lat += p->video_latency - 1; in cec_out_report_current_latency()
460 p->video_latency = 1; in cec_splitter_nb_transmit_canceled_output()
522 p->video_latency = video_lat; in cec_splitter_received_output()
649 p->video_latency = 1; in cec_splitter_poll()
H A Dcec-splitter.h23 u8 video_latency; member
/linux/drivers/gpu/drm/radeon/
H A Ddce6_afmt.c139 tmp = VIDEO_LIPSYNC(connector->video_latency[1]) | in dce6_afmt_write_latency_fields()
145 tmp = VIDEO_LIPSYNC(connector->video_latency[0]) | in dce6_afmt_write_latency_fields()
H A Devergreen_hdmi.c107 tmp = VIDEO_LIPSYNC(connector->video_latency[1]) | in dce4_afmt_write_latency_fields()
113 tmp = VIDEO_LIPSYNC(connector->video_latency[0]) | in dce4_afmt_write_latency_fields()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h215 uint32_t video_latency;
553 uint32_t video_latency;
206 uint32_t video_latency; global() member
533 uint32_t video_latency; global() member
/linux/include/uapi/linux/
H A Dcec-funcs.h1652 __u8 video_latency, in cec_msg_report_current_latency() argument
1662 msg->msg[4] = video_latency; in cec_msg_report_current_latency()
1670 __u8 *video_latency, in cec_ops_report_current_latency() argument
1676 *video_latency = msg->msg[4]; in cec_ops_report_current_latency()
1773 __u16 video_latency, in cec_ops_cdc_hec_report_state()
1778 msg->msg[2] = video_latency >> 8; in cec_msg_cdc_hec_set_state()
1779 msg->msg[3] = video_latency & 0xff; in cec_msg_cdc_hec_set_state()
1785 __u16 *video_latency, in cec_msg_cdc_hec_set_state()
1788 *video_latency = (msg->msg[2] << 8) | msg->msg[3]; in cec_msg_cdc_hec_set_state()
1854 __u16 video_latency) in cec_msg_cdc_hec_request_deactivation()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c132 stream->audio_info.video_latency = dc_sink_data->edid_caps.video_latency; in dc_stream_construct()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7122 audio_info->video_latency = drm_connector->video_latency[0]; in get_highest_refresh_rate_mode()