Searched refs:hdmi_vic (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c465 if (stream->timing.hdmi_vic != 0
506 info_packet->sb[5] = stream->timing.hdmi_vic;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h940 uint32_t hdmi_vic; member in struct:dc_crtc_timing
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c7072 u8 vic, hdmi_vic; local
7083 hdmi_vic = drm_mode_hdmi_vic(connector, mode);
7103 else if (hdmi_vic)
7104 picture_aspect = drm_get_hdmi_aspect_ratio(hdmi_vic);
7116 } else if (hdmi_vic) {
7117 if (picture_aspect != drm_get_hdmi_aspect_ratio(hdmi_vic))
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c374 pr_info("%s: HDMI VIC: %u\n", dev_prefix, bt->hdmi_vic);
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c141 timing->vic == 0 && timing->hdmi_vic == 0 &&
/linux-master/include/uapi/linux/
H A Dvideodev2.h1509 * @hdmi_vic: VIC code as per the HDMI standard.
1541 __u8 hdmi_vic; member in struct:v4l2_bt_timings
1617 * If set, then the hdmi_vic field is valid and contains the Video
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4057 if (pipe_ctx->stream->timing.hdmi_vic != 0)
4063 switch (pipe_ctx->stream->timing.hdmi_vic) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5668 timing_out->hdmi_vic = 0;
5686 timing_out->hdmi_vic = hv_frame.vic;

Completed in 199 milliseconds