Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c707 const struct encoder_info_frame *info_frame) in dce110_stream_encoder_update_hdmi_info_packets() argument
714 if (info_frame->avi.valid) { in dce110_stream_encoder_update_hdmi_info_packets()
716 (const uint32_t *) &info_frame->avi.sb[0]; in dce110_stream_encoder_update_hdmi_info_packets()
730 info_frame->avi.hb1); in dce110_stream_encoder_update_hdmi_info_packets()
816 const struct encoder_info_frame *info_frame) in dce110_stream_encoder_update_dp_info_packets() argument
821 if (info_frame->vsc.valid) in dce110_stream_encoder_update_dp_info_packets()
825 &info_frame->vsc); in dce110_stream_encoder_update_dp_info_packets()
827 if (info_frame->spd.valid) in dce110_stream_encoder_update_dp_info_packets()
831 &info_frame->spd); in dce110_stream_encoder_update_dp_info_packets()
833 if (info_frame->hdrsmd.valid) in dce110_stream_encoder_update_dp_info_packets()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c637 const struct encoder_info_frame *info_frame) in enc1_stream_encoder_update_hdmi_info_packets() argument
644 enc1_update_hdmi_info_packet(enc1, 0, &info_frame->avi); in enc1_stream_encoder_update_hdmi_info_packets()
646 enc1_update_hdmi_info_packet(enc1, 2, &info_frame->gamut); in enc1_stream_encoder_update_hdmi_info_packets()
647 enc1_update_hdmi_info_packet(enc1, 3, &info_frame->spd); in enc1_stream_encoder_update_hdmi_info_packets()
694 const struct encoder_info_frame *info_frame) in enc1_stream_encoder_update_dp_info_packets() argument
699 if (info_frame->vsc.valid) in enc1_stream_encoder_update_dp_info_packets()
703 &info_frame->vsc); in enc1_stream_encoder_update_dp_info_packets()
705 if (info_frame->spd.valid) in enc1_stream_encoder_update_dp_info_packets()
709 &info_frame->spd); in enc1_stream_encoder_update_dp_info_packets()
711 if (info_frame->hdrsmd.valid) in enc1_stream_encoder_update_dp_info_packets()
[all …]
H A Ddcn10_stream_encoder.h480 const struct encoder_info_frame *info_frame);
/dragonfly/sys/dev/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c51 const struct encoder_info_frame *info_frame) {} in virtual_stream_encoder_update_hdmi_info_packets() argument
61 const struct encoder_info_frame *info_frame) {} in virtual_stream_encoder_update_dp_info_packets() argument
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h110 const struct encoder_info_frame *info_frame);
117 const struct encoder_info_frame *info_frame);
/dragonfly/sys/dev/drm/amd/display/include/
H A Dset_mode_types.h98 struct info_frame { struct