Searched refs:content_type (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/drivers/gpu/drm/display/
H A Ddrm_hdmi_helper.c177 switch (conn_state->content_type) {
179 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS;
182 frame->content_type = HDMI_CONTENT_TYPE_CINEMA;
185 frame->content_type = HDMI_CONTENT_TYPE_GAME;
188 frame->content_type = HDMI_CONTENT_TYPE_PHOTO;
192 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS;
195 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA;
H A Ddrm_dp_helper.c2919 static const char *dp_content_type_get_name(enum dp_content_type content_type) argument
2921 switch (content_type) {
2949 dp_content_type_get_name(vsc->content_type));
3080 sdp->db[18] = vsc->content_type & 0x7;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h80 uint8_t content_type,
H A Damdgpu_dm_trace.h117 __field(unsigned int, content_type)
137 __entry->content_type = state->content_type;
148 "picture_aspect_ratio=%d content_type=%u "
154 __entry->picture_aspect_ratio, __entry->content_type,
H A Damdgpu_dm_hdcp.c167 u8 content_type,
194 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) {
196 } else if (content_type == DRM_MODE_HDCP_CONTENT_TYPE1) {
164 hdcp_update_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index, struct amdgpu_dm_connector *aconnector, u8 content_type, bool enable_encryption) argument
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.h88 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);
H A Dcdns-mhdp8546-hdcp.c404 static int _cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) argument
411 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0 ||
412 content_type == DRM_MODE_HDCP_CONTENT_TYPE1) {
419 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) {
531 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) argument
536 ret = _cdns_mhdp_hdcp_enable(mhdp, content_type);
540 mhdp->hdcp.hdcp_content_type = content_type;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c144 new_conn_state->base.content_type != old_conn_state->base.content_type ||
H A Dintel_hdcp.c63 * content_type for all streams in DP MST topology because security f/w doesn't
64 * have any provision to mark content_type for each stream separately, it marks
65 * all available streams with the content_type proivided at the time of port
139 data->streams[0].stream_type = hdcp->content_type;
1698 if (!dig_port->hdcp_mst_type1_capable && hdcp->content_type) {
1773 hdcp->content_type);
2006 hdcp->content_type);
2011 hdcp->content_type, ret);
2017 hdcp->content_type);
2362 hdcp->content_type
[all...]
H A Dintel_dp_hdcp.c595 bool is_repeater, u8 content_type)
611 stream_type_msg.stream_type = content_type;
594 intel_dp_hdcp2_config_stream_type(struct intel_connector *connector, bool is_repeater, u8 content_type) argument
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_parser.c509 enum OID content_type; local
517 content_type = look_up_OID(value, vlen);
518 if (content_type != ctx->msg->data_type) {
521 content_type);
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c122 uint32_t content_type; member in struct:state_certificate
314 static char *content_type(uint32_t type) function
473 printf("Content Type: %s\n", content_type(sc->content_type));
/linux-master/include/linux/
H A Dhdmi.h185 enum hdmi_content_type content_type; member in struct:hdmi_avi_infoframe
/linux-master/drivers/video/
H A Dhdmi.c166 ((frame->content_type & 0x3) << 4) |
1223 hdmi_content_type_get_name(enum hdmi_content_type content_type) argument
1225 switch (content_type) {
1265 hdmi_content_type_get_name(frame->content_type));
1634 frame->content_type = (ptr[4] >> 4) & 0x3;
/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c109 u32 content_type; member in struct:adv7511_state
398 state->content_type = ctrl->val;
399 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC;
400 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS;
1282 u8 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC;
1283 u8 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS;
H A Dtda1997x.c1257 state->avi_infoframe.content_type);
2080 ctrl->val = state->avi_infoframe.content_type;
/linux-master/net/tls/
H A Dtls.h124 char content_type; member in struct:tls_rec
H A Dtls_sw.c167 char content_type = darg->zc ? darg->tail : 0; local
170 while (content_type == 0) {
174 &content_type, 1);
177 if (content_type)
182 tlm->control = content_type;
781 rec->content_type = record_type;
784 sg_set_buf(&rec->sg_content_type, &rec->content_type, 1);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h198 enum display_content_type content_type; member in struct:dc_stream_state
/linux-master/include/drm/
H A Ddrm_connector.h966 * @content_type: Connector property to control the
971 unsigned int content_type; member in struct:drm_connector_state
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c326 vsc_sdp_data.content_type = DP_CONTENT_TYPE_GRAPHICS;
/linux-master/include/drm/display/
H A Ddrm_dp_helper.h88 * @content_type: CTA-861-G defines content types and expected processing by a sink device
98 enum dp_content_type content_type; member in struct:drm_dp_vsc_sdp
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c748 state->content_type = val;
841 *val = state->content_type;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c325 static unsigned char tls_content_type(unsigned char content_type) argument
327 switch (content_type) {
/linux-master/net/sunrpc/
H A Dsvcsock.c234 u8 content_type = tls_get_record_type(sock->sk, cmsg); local
237 switch (content_type) {

Completed in 518 milliseconds

12