Home
last modified time | relevance | path

Searched refs:dsc_cap (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_connector.h334 struct drm_hdmi_dsc_cap dsc_cap; member
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.c3702 if (info->hdmi.dsc_cap.v_1p2) { in intel_dp_hdmi_sink_max_frl()
3703 max_dsc_lanes = info->hdmi.dsc_cap.max_lanes; in intel_dp_hdmi_sink_max_frl()
3704 dsc_rate_per_lane = info->hdmi.dsc_cap.max_frl_rate_per_lane; in intel_dp_hdmi_sink_max_frl()
3868 int hdmi_throughput = info->hdmi.dsc_cap.clk_per_slice; in intel_dp_pcon_dsc_enc_slices()
3869 int hdmi_max_slices = info->hdmi.dsc_cap.max_slices; in intel_dp_pcon_dsc_enc_slices()
3886 bool hdmi_all_bpp = info->hdmi.dsc_cap.all_bpp; in intel_dp_pcon_dsc_enc_bpp()
3889 info->hdmi.dsc_cap.total_chunk_kbytes * 1024; in intel_dp_pcon_dsc_enc_bpp()
3919 hdmi_is_dsc_1_2 = info->hdmi.dsc_cap.v_1p2; in intel_dp_pcon_dsc_configure()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_edid.c6207 struct drm_hdmi_dsc_cap *hdmi_dsc = &hdmi->dsc_cap; in drm_parse_hdmi_forum_scds()