Home
last modified time | relevance | path

Searched refs:info_frame (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dio_stream_encoder.c216 const struct encoder_info_frame *info_frame) in enc3_stream_encoder_update_hdmi_info_packets() argument
225 enc3_update_hdmi_info_packet(enc1, 0, &info_frame->avi); in enc3_stream_encoder_update_hdmi_info_packets()
227 enc3_update_hdmi_info_packet(enc1, 2, &info_frame->gamut); in enc3_stream_encoder_update_hdmi_info_packets()
229 enc3_update_hdmi_info_packet(enc1, 3, &info_frame->spd); in enc3_stream_encoder_update_hdmi_info_packets()
425 const struct encoder_info_frame *info_frame) in enc3_stream_encoder_update_dp_info_packets() argument
431 if (info_frame->vsc.valid) { in enc3_stream_encoder_update_dp_info_packets()
435 &info_frame->vsc, in enc3_stream_encoder_update_dp_info_packets()
438 if (info_frame->spd.valid) { in enc3_stream_encoder_update_dp_info_packets()
442 &info_frame->spd, in enc3_stream_encoder_update_dp_info_packets()
445 if (info_frame->hdrsmd.valid) { in enc3_stream_encoder_update_dp_info_packets()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c743 const struct encoder_info_frame *info_frame) in dce110_stream_encoder_update_hdmi_info_packets() argument
750 if (info_frame->avi.valid) { in dce110_stream_encoder_update_hdmi_info_packets()
752 (const uint32_t *) &info_frame->avi.sb[0]; in dce110_stream_encoder_update_hdmi_info_packets()
766 info_frame->avi.hb1); in dce110_stream_encoder_update_hdmi_info_packets()
852 const struct encoder_info_frame *info_frame) in dce110_stream_encoder_update_dp_info_packets() argument
857 if (info_frame->vsc.valid) in dce110_stream_encoder_update_dp_info_packets()
861 &info_frame->vsc); in dce110_stream_encoder_update_dp_info_packets()
863 if (info_frame->spd.valid) in dce110_stream_encoder_update_dp_info_packets()
867 &info_frame->spd); in dce110_stream_encoder_update_dp_info_packets()
869 if (info_frame->hdrsmd.valid) in dce110_stream_encoder_update_dp_info_packets()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_stream_encoder.c670 const struct encoder_info_frame *info_frame) in enc1_stream_encoder_update_hdmi_info_packets() argument
677 enc1_update_hdmi_info_packet(enc1, 0, &info_frame->avi); in enc1_stream_encoder_update_hdmi_info_packets()
727 const struct encoder_info_frame *info_frame) in enc1_stream_encoder_update_dp_info_packets() argument
732 if (info_frame->vsc.valid) in enc1_stream_encoder_update_dp_info_packets()
736 &info_frame->vsc); in enc1_stream_encoder_update_dp_info_packets()
742 if (info_frame->vsc.valid) in enc1_stream_encoder_update_dp_info_packets()
746 &info_frame->vsc); in enc1_stream_encoder_update_dp_info_packets()
748 if (info_frame->spd.valid) in enc1_stream_encoder_update_dp_info_packets()
752 &info_frame->spd); in enc1_stream_encoder_update_dp_info_packets()
754 if (info_frame->hdrsmd.valid) in enc1_stream_encoder_update_dp_info_packets()
[all …]
A Ddcn10_stream_encoder.h619 const struct encoder_info_frame *info_frame);
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_stream_encoder.c148 const struct encoder_info_frame *info_frame) in enc2_stream_encoder_update_hdmi_info_packets() argument
156 enc2_update_hdmi_info_packet(enc1, 0, &info_frame->avi); in enc2_stream_encoder_update_hdmi_info_packets()
157 enc2_update_hdmi_info_packet(enc1, 1, &info_frame->hfvsif); in enc2_stream_encoder_update_hdmi_info_packets()
158 enc2_update_hdmi_info_packet(enc1, 2, &info_frame->gamut); in enc2_stream_encoder_update_hdmi_info_packets()
159 enc2_update_hdmi_info_packet(enc1, 3, &info_frame->vendor); in enc2_stream_encoder_update_hdmi_info_packets()
160 enc2_update_hdmi_info_packet(enc1, 4, &info_frame->spd); in enc2_stream_encoder_update_hdmi_info_packets()
161 enc2_update_hdmi_info_packet(enc1, 5, &info_frame->hdrsmd); in enc2_stream_encoder_update_hdmi_info_packets()
428 const struct encoder_info_frame *info_frame) in enc2_stream_encoder_update_dp_info_packets() argument
433 enc1_stream_encoder_update_dp_info_packets(enc, info_frame); in enc2_stream_encoder_update_dp_info_packets()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hpo_dp_stream_encoder.c435 const struct encoder_info_frame *info_frame) in dcn31_hpo_dp_stream_enc_update_dp_info_packets() argument
441 if (info_frame->vsc.valid) { in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
445 &info_frame->vsc, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
449 if (info_frame->spd.valid) { in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
453 &info_frame->spd, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
457 if (info_frame->hdrsmd.valid) { in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
461 &info_frame->hdrsmd, in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
468 …REG_UPDATE(DP_SYM32_ENC_SDP_GSP_CONTROL0, GSP_VIDEO_CONTINUOUS_TRANSMISSION_ENABLE, info_frame->vs… in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
469 …REG_UPDATE(DP_SYM32_ENC_SDP_GSP_CONTROL2, GSP_VIDEO_CONTINUOUS_TRANSMISSION_ENABLE, info_frame->sp… in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
470 …REG_UPDATE(DP_SYM32_ENC_SDP_GSP_CONTROL3, GSP_VIDEO_CONTINUOUS_TRANSMISSION_ENABLE, info_frame->hd… in dcn31_hpo_dp_stream_enc_update_dp_info_packets()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dstream_encoder.h150 const struct encoder_info_frame *info_frame);
157 const struct encoder_info_frame *info_frame);
294 const struct encoder_info_frame *info_frame);
/linux/drivers/gpu/drm/amd/display/dc/virtual/
A Dvirtual_stream_encoder.c56 const struct encoder_info_frame *info_frame) {} in virtual_stream_encoder_update_hdmi_info_packets() argument
66 const struct encoder_info_frame *info_frame) {} in virtual_stream_encoder_update_dp_info_packets() argument
/linux/sound/x86/
A Dintel_hdmi_audio.c597 u32 info_frame; in had_prog_dip() local
607 info_frame = DP_INFO_FRAME_WORD1; in had_prog_dip()
610 info_frame = HDMI_INFO_FRAME_WORD1; in had_prog_dip()
616 checksum += (info_frame >> (i * 8)) & 0xff; in had_prog_dip()
625 had_write_register(intelhaddata, AUD_HDMIW_INFOFR, info_frame); in had_prog_dip()

Completed in 25 milliseconds