| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_gvi.c | 68 gvi->color_depth = COLOR_DEPTH_RGB_YUV444_18BIT; in rk628_gvi_get_info() 72 gvi->color_depth = COLOR_DEPTH_RGB_YUV444_24BIT; in rk628_gvi_get_info() 76 gvi->color_depth = COLOR_DEPTH_RGB_YUV444_30BIT; in rk628_gvi_get_info() 80 gvi->color_depth = COLOR_DEPTH_YUV422_16BIT; in rk628_gvi_get_info() 84 gvi->color_depth = COLOR_DEPTH_YUV422_20BIT; in rk628_gvi_get_info() 88 gvi->color_depth = COLOR_DEPTH_RGB_YUV444_24BIT; in rk628_gvi_get_info() 155 SYS_CTRL1_COLOR_DEPTH(gvi->color_depth)); in rk628_gvi_pre_enable() 265 rate, gvi->lanes, gvi->byte_mode, gvi->color_depth, in rk628_gvi_enable()
|
| H A D | rk628.h | 460 enum gvi_color_depth color_depth; member
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi.c | 214 unsigned int color_depth = 8; in drm_rk_select_color() local 276 color_depth = screen_info->depth; in drm_rk_select_color() 278 if (color_format == DRM_HDMI_OUTPUT_YCBCR422 || color_depth == 8) in drm_rk_select_color() 281 tmdsclock = pixclock * color_depth / 8; in drm_rk_select_color() 304 color_depth = 8; in drm_rk_select_color() 309 color_depth = 8; in drm_rk_select_color() 315 if (color_depth > 8 && support_dc) { in drm_rk_select_color()
|
| H A D | rockchip_dw_hdmi_qp.c | 932 unsigned int color_depth = 8; in drm_rk_select_color() local 994 color_depth = screen_info->depth; in drm_rk_select_color() 1002 if (color_format == DRM_HDMI_OUTPUT_YCBCR422 || color_depth == 8) in drm_rk_select_color() 1005 tmdsclock = pixclock * color_depth / 8; in drm_rk_select_color() 1020 color_depth = 8; in drm_rk_select_color() 1025 color_depth = 8; in drm_rk_select_color() 1032 if (color_depth > 8 && support_dc) { in drm_rk_select_color() 1079 int color_depth; in dw_hdmi_qp_select_output() local 1215 color_depth = hdmi_bus_fmt_color_depth(*bus_format); in dw_hdmi_qp_select_output() 1236 if (color_depth == 10) in dw_hdmi_qp_select_output() [all …]
|
| H A D | dw_hdmi.c | 1278 int color_depth = 0; in hdmi_video_csc() local 1290 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_24BPP; in hdmi_video_csc() 1293 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_30BPP; in hdmi_video_csc() 1296 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_36BPP; in hdmi_video_csc() 1299 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_48BPP; in hdmi_video_csc() 1308 hdmi_modb(hdmi, color_depth, HDMI_CSC_SCALE_CSC_COLORDE_PTH_MASK, in hdmi_video_csc() 1405 unsigned int color_depth = 0; in hdmi_video_packetize() local 1417 color_depth = 0; in hdmi_video_packetize() 1421 color_depth = 5; in hdmi_video_packetize() 1424 color_depth = 6; in hdmi_video_packetize() [all …]
|
| H A D | analogix_dp.h | 539 enum color_depth { enum 599 enum color_depth color_depth; member
|
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1020 u8 color_depth = (bit_rate & COLOR_DEPTH_MASK) ? 1 : 0; in hdptx_lcpll_cmn_config() local 1150 PLL_PCG_CLK_SEL(color_depth)); in hdptx_lcpll_cmn_config() 1179 u8 color_depth = (bus_width & COLOR_DEPTH_MASK) ? 1 : 0; in hdptx_ropll_cmn_config() local 1335 PLL_PCG_CLK_SEL(color_depth)); in hdptx_ropll_cmn_config() 1363 u8 color_depth = (rate & COLOR_DEPTH_MASK) ? 1 : 0; in hdptx_ropll_tmds_mode_config() local 1365 if (color_depth) in hdptx_ropll_tmds_mode_config() 1866 u8 color_depth = (bus_width & COLOR_DEPTH_MASK) ? 1 : 0; in rockchip_hdptx_phy_clk_set_rate() local 1868 if (color_depth) in rockchip_hdptx_phy_clk_set_rate() 2036 u8 color_depth = (bus_width & COLOR_DEPTH_MASK) ? 1 : 0; in hdptx_clk_set_rate() local 2039 if (color_depth && rate <= HDMI20_MAX_RATE) in hdptx_clk_set_rate()
|
| H A D | dw_mipi_dsi2.c | 535 u32 val, color_depth; in dw_mipi_dsi2_ipi_color_coding_cfg() local 540 color_depth = IPI_DEPTH_6_BITS; in dw_mipi_dsi2_ipi_color_coding_cfg() 543 color_depth = IPI_DEPTH_5_6_5_BITS; in dw_mipi_dsi2_ipi_color_coding_cfg() 547 color_depth = IPI_DEPTH_8_BITS; in dw_mipi_dsi2_ipi_color_coding_cfg() 551 val = IPI_DEPTH(color_depth) | in dw_mipi_dsi2_ipi_color_coding_cfg() 554 grf_field_write(dsi2, IPI_COLOR_DEPTH, color_depth); in dw_mipi_dsi2_ipi_color_coding_cfg()
|
| H A D | analogix_dp.c | 1061 video->color_depth = COLOR_12; in analogix_dp_connector_enable() 1064 video->color_depth = COLOR_10; in analogix_dp_connector_enable() 1067 video->color_depth = COLOR_6; in analogix_dp_connector_enable() 1071 video->color_depth = COLOR_8; in analogix_dp_connector_enable()
|
| H A D | analogix_dp_reg.c | 922 (dp->video_info.color_depth << IN_BPC_SHIFT) | in analogix_dp_set_video_color_format()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | vbe.h | 21 u8 color_depth; /* color depth in bits per pixel */ member 31 u8 color_depth; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 61 unsigned int color_depth; member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | dw_hdmi.c | 188 u32 color_depth = 0; in hdmi_video_packetize() local 192 val = ((color_depth << HDMI_VP_PR_CD_COLOR_DEPTH_OFFSET) & in hdmi_video_packetize()
|
| H A D | tegra.c | 53 writel(win->fmt, &dc->win.color_depth); in update_window()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | edp_rk3288.h | 580 enum color_depth { enum
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/ |
| H A D | dc.h | 303 uint color_depth; /* _WIN_COLOR_DEPTH_0 */ member
|
| /rk3399_rockchip-uboot/drivers/video/tegra124/ |
| H A D | display.c | 248 writel(colour_depth, &disp_ctrl->win.color_depth); in update_window()
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp.c | 932 priv->video_info.color_depth = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
|
| H A D | exynos_dp_lowlevel.c | 1050 (video_info->color_depth << IN_BPC_SHIFT) | in exynos_dp_set_video_color_format()
|