Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c216 u32 color_depth; in dw_mipi_dsi2_encoder_atomic_enable() local
221 color_depth = IPI_DEPTH_6_BITS; in dw_mipi_dsi2_encoder_atomic_enable()
224 color_depth = IPI_DEPTH_5_6_5_BITS; in dw_mipi_dsi2_encoder_atomic_enable()
227 color_depth = IPI_DEPTH_8_BITS; in dw_mipi_dsi2_encoder_atomic_enable()
235 grf_field_write(dsi2, IPI_COLOR_DEPTH, color_depth); in dw_mipi_dsi2_encoder_atomic_enable()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h226 enum dc_color_depth color_depth);
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c562 cntl.color_depth = crtc_timing->display_color_depth; in dce110_stream_encoder_hdmi_set_stream_attribute()
1189 enum dc_color_depth color_depth, in get_audio_clock_info() argument
1199 switch (color_depth) { in get_audio_clock_info()
1305 get_audio_clock_info(crtc_info->color_depth, in dce110_se_setup_hdmi_audio()
H A Ddce_link_encoder.h248 enum dc_color_depth color_depth,
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c139 unsigned int color_depth; member
1007 unsigned int color_depth; in allegro_encoder_buffer_init() local
1031 color_depth = supports_10_bit ? 10 : 8; in allegro_encoder_buffer_init()
1033 buffer->size = color_depth * 32 * memory_depth; in allegro_encoder_buffer_init()
1034 buffer->color_depth = color_depth; in allegro_encoder_buffer_init()
1040 buffer->size, color_depth); in allegro_encoder_buffer_init()
1060 msg.encoder_buffer_color_depth = dev->encoder_buffer.color_depth; in allegro_mcu_send_init()
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h461 u32 color_depth; member
H A Dintel_bios.c66 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2862 u8 color_depth = dsc_dpcd[DP_DSC_DEC_COLOR_DEPTH_CAP - DP_DSC_SUPPORT]; in drm_dp_dsc_sink_supported_input_bpcs() local
2867 if (color_depth & DP_DSC_12_BPC) in drm_dp_dsc_sink_supported_input_bpcs()
2869 if (color_depth & DP_DSC_10_BPC) in drm_dp_dsc_sink_supported_input_bpcs()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1449 switch (panel_bits(edp->color_depth, panel_type, 2)) { in parse_edp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4097 dsc_cfg->color_depth = stream->timing.display_color_depth; in add_link_update_dsc_config_sequence()
4142 dsc_pps_cfg.color_depth = stream->timing.display_color_depth; in add_link_update_dsc_config_sequence()