Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c709 void parse_edid_forum_vsdb(struct rockchip_drm_dsc_cap *dsc_cap, in parse_edid_forum_vsdb() argument
730 dsc_cap->v_1p2 = hf_vsdb[11] & EDID_DSC_1P2; in parse_edid_forum_vsdb()
732 if (!dsc_cap->v_1p2) in parse_edid_forum_vsdb()
735 dsc_cap->native_420 = hf_vsdb[11] & EDID_DSC_NATIVE_420; in parse_edid_forum_vsdb()
736 dsc_cap->all_bpp = hf_vsdb[11] & EDID_DSC_ALL_BPP; in parse_edid_forum_vsdb()
739 dsc_cap->bpc_supported = 16; in parse_edid_forum_vsdb()
741 dsc_cap->bpc_supported = 12; in parse_edid_forum_vsdb()
743 dsc_cap->bpc_supported = 10; in parse_edid_forum_vsdb()
745 dsc_cap->bpc_supported = 0; in parse_edid_forum_vsdb()
748 get_max_frl_rate(dsc_max_frl_rate, &dsc_cap->max_lanes, in parse_edid_forum_vsdb()
[all …]
H A Ddw_hdmi-rockchip.c235 struct rockchip_drm_dsc_cap dsc_cap; member
878 if (!hdmi->dsc_cap.v_1p2) in hdmi_select_link_config()
881 max_dsc_lanes = hdmi->dsc_cap.max_lanes; in hdmi_select_link_config()
883 hdmi->dsc_cap.max_frl_rate_per_lane; in hdmi_select_link_config()
1017 int hdmi_throughput = hdmi->dsc_cap.clk_per_slice; in hdmi_dsc_slices()
1018 int hdmi_max_slices = hdmi->dsc_cap.max_slices; in hdmi_dsc_slices()
1106 bool hdmi_all_bpp = hdmi->dsc_cap.all_bpp; in dw_hdmi_dsc_bpp()
1108 int hdmi_max_chunk_bytes = hdmi->dsc_cap.total_chunk_kbytes * 1024; in dw_hdmi_dsc_bpp()
1159 hdmi_is_dsc_1_2 = hdmi->dsc_cap.v_1p2; in dw_hdmi_qp_dsc_configure()
2390 memset(&hdmi->dsc_cap, 0, sizeof(hdmi->dsc_cap)); in dw_hdmi_rockchip_get_edid_dsc_info()
[all …]
H A Drockchip_drm_drv.h572 int rockchip_drm_parse_cea_ext(struct rockchip_drm_dsc_cap *dsc_cap,
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c127 struct drm_hdmi_dsc_cap dsc_cap; member
462 if (!hdmi->dsc_cap.v_1p2) in hdmi_select_link_config()
465 max_dsc_lanes = hdmi->dsc_cap.max_lanes; in hdmi_select_link_config()
467 hdmi->dsc_cap.max_frl_rate_per_lane; in hdmi_select_link_config()
601 int hdmi_throughput = hdmi->dsc_cap.clk_per_slice; in hdmi_dsc_slices()
602 int hdmi_max_slices = hdmi->dsc_cap.max_slices; in hdmi_dsc_slices()
690 bool hdmi_all_bpp = hdmi->dsc_cap.all_bpp; in dw_hdmi_dsc_bpp()
692 int hdmi_max_chunk_bytes = hdmi->dsc_cap.total_chunk_kbytes * 1024; in dw_hdmi_dsc_bpp()
739 hdmi_is_dsc_1_2 = hdmi->dsc_cap.v_1p2; in dw_hdmi_qp_dsc_configure()
938 memcpy(&hdmi->dsc_cap, &hdmi_info->dsc_cap, sizeof(struct drm_hdmi_dsc_cap)); in dw_hdmi_qp_selete_output()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_connector.h261 struct drm_hdmi_dsc_cap dsc_cap; member
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h693 struct drm_hdmi_dsc_cap dsc_cap; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c5240 struct drm_hdmi_dsc_cap *hdmi_dsc = &hdmi->dsc_cap; in drm_parse_hdmi_forum_vsdb()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c3196 struct drm_hdmi_dsc_cap *hdmi_dsc = &hdmi->dsc_cap; in drm_parse_hdmi_forum_vsdb()