Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c134 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_8_BPC = 1; in dsc35_get_single_enc_caps()
135 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_10_BPC = 1; in dsc35_get_single_enc_caps()
136 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_12_BPC = 1; in dsc35_get_single_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c408 switch (pix_clk_params->color_depth) { in pll_adjust_pix_clk()
546 switch (pix_clk_params->color_depth) { in dce112_get_pix_clk_dividers_helper()
878 switch (pix_clk_params->color_depth) { in dce110_program_pix_clk()
880 bp_pc_params.color_depth = TRANSMITTER_COLOR_DEPTH_30; in dce110_program_pix_clk()
883 bp_pc_params.color_depth = TRANSMITTER_COLOR_DEPTH_36; in dce110_program_pix_clk()
886 bp_pc_params.color_depth = TRANSMITTER_COLOR_DEPTH_48; in dce110_program_pix_clk()
912 pix_clk_params->color_depth); in dce110_program_pix_clk()
960 pix_clk_params->color_depth, in dce112_program_pix_clk()
1025 switch (pix_clk_params->color_depth) { in dcn31_program_pix_clk()
1042 bp_pc_params.color_depth = bp_pc_colour_depth; in dcn31_program_pix_clk()
[all …]
H A Ddce_link_encoder.h248 enum dc_color_depth color_depth,
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c373 dsc_sink_caps->color_depth.raw = dpcd_dsc_basic_data[DP_DSC_DEC_COLOR_DEPTH_CAP - DP_DSC_SUPPORT]; in dc_dsc_parse_dsc_dpcd()
510 DC_LOG_DSC("\tcolor_depth 0x%x", dsc_enc_caps.color_depth.raw); in dc_dsc_dump_encoder_caps()
616 dsc_enc_caps->color_depth.raw = single_dsc_enc_caps.color_depth.raw; in build_dsc_enc_caps()
730 dsc_common_caps->color_depth.raw = dsc_sink_caps->color_depth.raw & dsc_enc_caps->color_depth.raw; in intersect_dsc_caps()
731 if (!dsc_common_caps->color_depth.raw) in intersect_dsc_caps()
1129 is_dsc_possible = (bool)dsc_common_caps.color_depth.bits.COLOR_DEPTH_8_BPC; in setup_dsc_config()
1132 is_dsc_possible = (bool)dsc_common_caps.color_depth.bits.COLOR_DEPTH_10_BPC; in setup_dsc_config()
1135 is_dsc_possible = (bool)dsc_common_caps.color_depth.bits.COLOR_DEPTH_12_BPC; in setup_dsc_config()
/linux/drivers/gpu/drm/amd/display/include/
H A Daudio_types.h54 enum dc_color_depth color_depth; member
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c415 u32 val, color_depth; in dw_mipi_dsi2_ipi_color_coding_cfg() local
420 color_depth = IPI_DEPTH_6_BITS; in dw_mipi_dsi2_ipi_color_coding_cfg()
423 color_depth = IPI_DEPTH_5_6_5_BITS; in dw_mipi_dsi2_ipi_color_coding_cfg()
427 color_depth = IPI_DEPTH_8_BITS; in dw_mipi_dsi2_ipi_color_coding_cfg()
431 val = IPI_DEPTH(color_depth) | in dw_mipi_dsi2_ipi_color_coding_cfg()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c106 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_8_BPC = 1; in dsc2_get_enc_caps()
107 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_10_BPC = 1; in dsc2_get_enc_caps()
108 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_12_BPC = 1; in dsc2_get_enc_caps()
187 DC_LOG_DSC("\tcolor_depth %d", config->color_depth); in dsc_config_log()
411 …c_reg_vals->pps.bits_per_component = dsc_dc_color_depth_to_dsc_bits_per_comp(dsc_cfg->color_depth); in dsc_prepare_config()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c84 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_8_BPC = 1; in dsc401_get_single_enc_caps()
85 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_10_BPC = 1; in dsc401_get_single_enc_caps()
86 dsc_enc_caps->color_depth.bits.COLOR_DEPTH_12_BPC = 1; in dsc401_get_single_enc_caps()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dclock_source.h94 enum dc_color_depth color_depth; member
/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/hwss/dcn20/
H A Ddcn20_hwseq.h149 enum dc_color_depth color_depth,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h123 enum dc_color_depth color_depth,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1829 enum dc_color_depth color_depth, in hwss_add_opp_set_dyn_expansion() argument
1835 …_state->steps[*seq_state->num_steps].params.opp_set_dyn_expansion_params.color_depth = color_depth; in hwss_add_opp_set_dyn_expansion()
2364 dsc_cfg.color_depth = stream->timing.display_color_depth; in hwss_dsc_calculate_and_set_config()
2461 enum dc_color_depth color_depth = params->opp_set_dyn_expansion_params.color_depth; in hwss_opp_set_dyn_expansion() local
2465 opp->funcs->opp_set_dyn_expansion(opp, color_space, color_depth, signal); in hwss_opp_set_dyn_expansion()
2499 enum dc_color_depth color_depth = params->opp_set_disp_pattern_generator_params.color_depth; in hwss_opp_set_disp_pattern_generator() local
2508 color_depth, solid_color, width, height, offset); in hwss_opp_set_disp_pattern_generator()
3288 enum dc_color_depth color_depth, in hwss_add_opp_set_disp_pattern_generator() argument
3300 …teps[*seq_state->num_steps].params.opp_set_disp_pattern_generator_params.color_depth = color_depth; in hwss_add_opp_set_disp_pattern_generator()
H A Ddc_resource.c1466 enum dc_color_depth color_depth = otg_master->stream->timing.display_color_depth; in resource_build_test_pattern_params() local
1485 params->color_depth = color_depth; in resource_build_test_pattern_params()
/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/amd/display/dc/resource/dce110/
H A Ddce110_resource.c907 pixel_clk_params->color_depth = in get_pixel_clock_parameters()
914 pixel_clk_params->color_depth = COLOR_DEPTH_888; in get_pixel_clock_parameters()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1042 pixel_clk_params->color_depth = in get_pixel_clock_parameters()
1048 pixel_clk_params->color_depth = COLOR_DEPTH_888; in get_pixel_clock_parameters()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h892 union dsc_color_depth color_depth; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1280 pixel_clk_params->color_depth = in get_pixel_clock_parameters()
1286 pixel_clk_params->color_depth = COLOR_DEPTH_888; in get_pixel_clock_parameters()
1705 dsc_cfg.color_depth = stream->timing.display_color_depth; in dcn20_validate_dsc()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c703 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_on_stream()
836 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_pps_packet()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2166 pipe_ctx->stream_res.test_pattern_params.color_depth, in dcn401_program_pipe()
2319 pipe_ctx->stream_res.test_pattern_params.color_depth, in dcn401_program_pipe_sequence()