Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c316 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666) in dce110_stream_encoder_dp_set_stream_attribute()
351 switch (hw_crtc_timing.display_color_depth) { in dce110_stream_encoder_dp_set_stream_attribute()
379 switch (hw_crtc_timing.display_color_depth) { in dce110_stream_encoder_dp_set_stream_attribute()
567 cntl.color_depth = crtc_timing->display_color_depth; in dce110_stream_encoder_hdmi_set_stream_attribute()
590 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_hdmi_set_stream_attribute()
688 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in dce110_stream_encoder_dvi_set_stream_attribute()
Ddce_link_encoder.c750 switch (crtc_timing->display_color_depth) { in dce110_link_encoder_validate_dvi_output()
774 if (max_deep_color < crtc_timing->display_color_depth) in dce110_link_encoder_validate_hdmi_output()
777 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dce110_link_encoder_validate_hdmi_output()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c289 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666) in enc1_stream_encoder_dp_set_stream_attribute()
322 switch (hw_crtc_timing.display_color_depth) { in enc1_stream_encoder_dp_set_stream_attribute()
350 switch (hw_crtc_timing.display_color_depth) { in enc1_stream_encoder_dp_set_stream_attribute()
522 switch (crtc_timing->display_color_depth) { in enc1_stream_encoder_hdmi_set_stream_attribute()
618 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc1_stream_encoder_dvi_set_stream_attribute()
Ddcn10_link_encoder.c602 switch (crtc_timing->display_color_depth) { in dcn10_link_encoder_validate_dvi_output()
632 if (max_deep_color < crtc_timing->display_color_depth) in dcn10_link_encoder_validate_hdmi_output()
635 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dcn10_link_encoder_validate_hdmi_output()
Ddcn10_resource.c1079 stream->timing.display_color_depth; in get_pixel_clock_parameters()
1096 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c52 switch (timing->display_color_depth) { in dc_dsc_bandwidth_in_kbps_from_timing()
637 switch (timing->display_color_depth) { in setup_dsc_config()
935 switch (timing->display_color_depth) { in dc_dsc_get_policy_for_timing()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2245 enum dc_color_depth display_color_depth; in enable_link_hdmi() local
2286 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi()
2288 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi()
2293 display_color_depth, in enable_link_hdmi()
2382 if (timing->display_color_depth == COLOR_DEPTH_101010) in get_timing_pixel_clock_100hz()
2384 else if (timing->display_color_depth == COLOR_DEPTH_121212) in get_timing_pixel_clock_100hz()
2430 switch (timing->display_color_depth) { in dp_active_dongle_validate_timing()
3434 switch (timing->display_color_depth) { in dc_bandwidth_in_kbps_from_timing()
Ddc_link_hwss.c451 dsc_cfg.color_depth = stream->timing.display_color_depth; in dp_set_dsc_on_stream()
557 dsc_cfg.color_depth = stream->timing.display_color_depth; in dp_set_dsc_pps_sdp()
Ddc_stream.c704 stream->timing.display_color_depth); in dc_stream_log()
Ddc.c438 stream->timing.display_color_depth, in dc_stream_set_dyn_expansion()
1259 &hw_crtc_timing.display_color_depth)) in dc_validate_seamless_boot_timing()
1262 if (hw_crtc_timing.display_color_depth != crtc_timing->display_color_depth) in dc_validate_seamless_boot_timing()
Ddc_resource.c1960 switch (timing->display_color_depth) { in get_norm_pix_clk()
2793 switch (stream->timing.display_color_depth) { in resource_build_bit_depth_reduction_params()
Ddc_link_dp.c3824 stream->timing.display_color_depth; in set_crtc_test_pattern()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/info_packet/
Dinfo_packet.c369 switch (stream->timing.display_color_depth) { in mod_build_vsc_infopacket()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c528 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc3_stream_encoder_dvi_set_stream_attribute()
586 switch (crtc_timing->display_color_depth) { in enc3_stream_encoder_hdmi_set_stream_attribute()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c155 pipe_ctx->stream->timing.display_color_depth; in dce60_set_default_colors()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h773 enum dc_color_depth display_color_depth; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1224 stream->timing.display_color_depth; in build_audio_output()
1470 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw()
1481 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw()
2193 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
Ddce110_resource.c908 stream->timing.display_color_depth; in get_pixel_clock_parameters()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1037 stream->timing.display_color_depth, in dcn20_blank_pixel_data()
1049 stream->timing.display_color_depth, in dcn20_blank_pixel_data()
1633 pipe_ctx->stream->timing.display_color_depth, in dcn20_program_pipe()
Ddcn20_resource.c1609 stream->timing.display_color_depth; in get_pixel_clock_parameters()
1629 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
2151 switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) {
2501 dsc_cfg.color_depth = stream->timing.display_color_depth;
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4462 enum dc_color_depth depth = timing_out->display_color_depth; in adjust_colour_depth_from_display_info()
4487 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info()
4529 timing_out->display_color_depth = convert_color_depth_from_display_info( in fill_stream_properties_from_drm_display_mode()
5695 static int convert_dc_color_depth_into_bpc (enum dc_color_depth display_color_depth) in convert_dc_color_depth_into_bpc() argument
5697 switch (display_color_depth) { in convert_dc_color_depth_into_bpc()
Damdgpu_dm_debugfs.c793 switch (dm_crtc_state->stream->timing.display_color_depth) { in output_bpc_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1051 switch (pipe->stream->timing.display_color_depth) { in dcn_validate_bandwidth()