Home
last modified time | relevance | path

Searched refs:color_depth (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_dp_core.h73 enum color_depth { enum
132 enum color_depth color_depth; member
Dexynos_dp_core.c1175 &dp_video_config->color_depth)) { in exynos_dp_dt_parse_pdata()
Dexynos_dp_reg.c1085 (dp->video_info->color_depth << IN_BPC_SHIFT) | in exynos_dp_set_video_color_format()
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c484 int color_depth = 0; in hdmi_video_csc() local
495 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_24BPP; in hdmi_video_csc()
497 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_30BPP; in hdmi_video_csc()
499 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_36BPP; in hdmi_video_csc()
501 color_depth = HDMI_CSC_SCALE_CSC_COLORDE_PTH_48BPP; in hdmi_video_csc()
507 hdmi_modb(hdmi, color_depth, HDMI_CSC_SCALE_CSC_COLORDE_PTH_MASK, in hdmi_video_csc()
520 unsigned int color_depth = 0; in hdmi_video_packetize() local
531 color_depth = 4; in hdmi_video_packetize()
534 color_depth = 5; in hdmi_video_packetize()
536 color_depth = 6; in hdmi_video_packetize()
[all …]
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c117 u32 color_depth; member
423 bpp = ctrl->color_depth * 3; in edp_fill_link_cfg()
459 if (ctrl->color_depth == 8) in edp_config_ctrl()
719 bpp = ctrl->color_depth * 3; in edp_link_rate_down_shift()
841 if (ctrl->color_depth == 8) in edp_clock_synchrous()
843 else if (ctrl->color_depth == 10) in edp_clock_synchrous()
845 else if (ctrl->color_depth == 12) in edp_clock_synchrous()
847 else if (ctrl->color_depth == 16) in edp_clock_synchrous()
1282 ctrl->color_depth = info->bpc; in msm_edp_ctrl_timing_cfg()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_modeset.c318 int color_depth = 0; in udl_crtc_mode_set() local
331 wrptr = udl_set_color_depth(wrptr, color_depth); in udl_crtc_mode_set()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dadv7511.c325 unsigned int color_depth; in adv7511_set_link_config() local
329 color_depth = config->input_color_depth == 8 ? 3 in adv7511_set_link_config()
346 (color_depth << 4) | in adv7511_set_link_config()
/linux-4.4.14/drivers/video/fbdev/
Dw100fb.h500 u32 color_depth : 3; member
516 u32 color_depth : 3; member
Dw100fb.c1444 graphic_ctrl.f_w100.color_depth=6; in w100_set_dispregs()
1482 graphic_ctrl.f_w32xx.color_depth=6; in w100_set_dispregs()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dintel_bios.h475 u32 color_depth; member
Dintel_bios.c77 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_bios.h561 u32 color_depth; member
Dintel_bios.c533 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp()