Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_hdcp.c1339 msgs.stream_manage.streams[0].stream_type = hdcp->content_type; in hdcp2_propagate_stream_management_info()
1353 hdcp->port_data.streams[0].stream_type = hdcp->content_type; in hdcp2_propagate_stream_management_info()
1469 hdcp->content_type); in hdcp2_authenticate_sink()
1482 hdcp->port_data.streams[0].stream_type = hdcp->content_type; in hdcp2_authenticate_sink()
1594 hdcp->content_type); in _intel_hdcp2_enable()
1599 hdcp->content_type, ret); in _intel_hdcp2_enable()
1605 hdcp->content_type); in _intel_hdcp2_enable()
1773 data->streams[0].stream_type = hdcp->content_type; in initialize_hdcp_port_data()
1856 int intel_hdcp_enable(struct intel_connector *connector, u8 content_type) in intel_hdcp_enable() argument
1867 hdcp->content_type = content_type; in intel_hdcp_enable()
[all …]
Dintel_hdcp.h24 int intel_hdcp_enable(struct intel_connector *connector, u8 content_type);
Dintel_atomic.c146 new_conn_state->base.content_type != old_conn_state->base.content_type || in intel_digital_connector_atomic_check()
Dintel_display_types.h363 u8 content_type; member
Dintel_dp.c6096 bool is_repeater, u8 content_type) in intel_dp_hdcp2_config_stream_type() argument
6111 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
Dintel_ddi.c3652 (conn_state->hdcp_content_type != hdcp->content_type && in intel_ddi_update_pipe()
/drivers/gpu/drm/
Ddrm_connector.c1283 switch (conn_state->content_type) { in drm_hdmi_avi_infoframe_content_type()
1285 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_content_type()
1288 frame->content_type = HDMI_CONTENT_TYPE_CINEMA; in drm_hdmi_avi_infoframe_content_type()
1291 frame->content_type = HDMI_CONTENT_TYPE_GAME; in drm_hdmi_avi_infoframe_content_type()
1294 frame->content_type = HDMI_CONTENT_TYPE_PHOTO; in drm_hdmi_avi_infoframe_content_type()
1298 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_content_type()
1301 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA; in drm_hdmi_avi_infoframe_content_type()
Ddrm_atomic_uapi.c741 state->content_type = val; in drm_atomic_connector_set_property()
826 *val = state->content_type; in drm_atomic_connector_get_property()
Ddrm_edid.c5411 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_from_display_mode()
/drivers/video/
Dhdmi.c169 ((frame->content_type & 0x3) << 4) | in hdmi_avi_infoframe_pack_only()
1179 hdmi_content_type_get_name(enum hdmi_content_type content_type) in hdmi_content_type_get_name() argument
1181 switch (content_type) { in hdmi_content_type_get_name()
1221 hdmi_content_type_get_name(frame->content_type)); in hdmi_avi_infoframe_log()
1599 frame->content_type = (ptr[4] >> 4) & 0x3; in hdmi_avi_infoframe_unpack()
/drivers/media/i2c/
Dadv7511-v4l2.c110 u32 content_type; member
432 state->content_type = ctrl->val; in adv7511_s_ctrl()
433 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_s_ctrl()
434 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_s_ctrl()
1312 u8 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_set_fmt()
1313 u8 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_set_fmt()
Dtda1997x.c1241 state->avi_infoframe.content_type); in set_rgb_quantization_range()
2060 ctrl->val = state->avi_infoframe.content_type; in tda1997x_g_volatile_ctrl()
/drivers/crypto/chelsio/chtls/
Dchtls_io.c325 static unsigned char tls_content_type(unsigned char content_type) in tls_content_type() argument
327 switch (content_type) { in tls_content_type()
/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1657 (frame.content_type & 0x3); in hdmi_config_AVI()