Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/
A Dlink_validation.c46 if (timing->display_color_depth == COLOR_DEPTH_101010) in get_tmds_output_pixel_clock_100hz()
48 else if (timing->display_color_depth == COLOR_DEPTH_121212) in get_tmds_output_pixel_clock_100hz()
92 switch (timing->display_color_depth) { in dp_active_dongle_validate_timing()
155 if (timing->display_color_depth == COLOR_DEPTH_666 && in dp_active_dongle_validate_timing()
158 else if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing()
161 else if (timing->display_color_depth == COLOR_DEPTH_101010 && in dp_active_dongle_validate_timing()
164 else if (timing->display_color_depth == COLOR_DEPTH_121212 && in dp_active_dongle_validate_timing()
173 if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing()
188 if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing()
203 if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing()
[all …]
A Dlink_dpms.c799 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_on_stream()
897 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_pps_packet()
1964 enum dc_color_depth display_color_depth; in enable_link_hdmi() local
2006 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi()
2008 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi()
2015 display_color_depth, in enable_link_hdmi()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c307 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666) in dce110_stream_encoder_dp_set_stream_attribute()
338 switch (hw_crtc_timing.display_color_depth) { in dce110_stream_encoder_dp_set_stream_attribute()
365 switch (hw_crtc_timing.display_color_depth) { in dce110_stream_encoder_dp_set_stream_attribute()
548 cntl.color_depth = crtc_timing->display_color_depth; in dce110_stream_encoder_hdmi_set_stream_attribute()
571 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_hdmi_set_stream_attribute()
671 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in dce110_stream_encoder_dvi_set_stream_attribute()
A Ddce_link_encoder.c746 switch (crtc_timing->display_color_depth) { in dce110_link_encoder_validate_dvi_output()
770 if (max_deep_color < crtc_timing->display_color_depth) in dce110_link_encoder_validate_hdmi_output()
773 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dce110_link_encoder_validate_hdmi_output()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_stream_encoder.c286 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666) in enc1_stream_encoder_dp_set_stream_attribute()
319 switch (hw_crtc_timing.display_color_depth) { in enc1_stream_encoder_dp_set_stream_attribute()
347 switch (hw_crtc_timing.display_color_depth) { in enc1_stream_encoder_dp_set_stream_attribute()
513 switch (crtc_timing->display_color_depth) { in enc1_stream_encoder_hdmi_set_stream_attribute()
622 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc1_stream_encoder_dvi_set_stream_attribute()
A Ddcn10_link_encoder.c598 switch (crtc_timing->display_color_depth) { in dcn10_link_encoder_validate_dvi_output()
628 if (max_deep_color < crtc_timing->display_color_depth) in dcn10_link_encoder_validate_hdmi_output()
631 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dcn10_link_encoder_validate_hdmi_output()
A Ddcn10_resource.c1023 stream->timing.display_color_depth; in get_pixel_clock_parameters()
1040 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_dio_stream_encoder.c131 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc314_stream_encoder_dvi_set_stream_attribute()
183 switch (crtc_timing->display_color_depth) { in enc314_stream_encoder_hdmi_set_stream_attribute()
A Ddcn314_hwseq.c115 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_dio_stream_encoder.c98 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc32_stream_encoder_dvi_set_stream_attribute()
150 switch (crtc_timing->display_color_depth) { in enc32_stream_encoder_hdmi_set_stream_attribute()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c1095 && pipe_ctx->stream->timing.display_color_depth != requestColorDepth) in dm_helpers_dp_handle_test_pattern_request()
1100 pipe_ctx->stream->timing.display_color_depth, in dm_helpers_dp_handle_test_pattern_request()
1104 pipe_ctx->stream->timing.display_color_depth = requestColorDepth; in dm_helpers_dp_handle_test_pattern_request()
A Damdgpu_dm.h829 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hpo_dp_stream_encoder.c241 if (hw_crtc_timing.display_color_depth != COLOR_DEPTH_666) { in dcn31_hpo_dp_stream_enc_set_stream_attribute()
271 switch (hw_crtc_timing.display_color_depth) { in dcn31_hpo_dp_stream_enc_set_stream_attribute()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dio_stream_encoder.c556 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc3_stream_encoder_dvi_set_stream_attribute()
614 switch (crtc_timing->display_color_depth) { in enc3_stream_encoder_hdmi_set_stream_attribute()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/info_packet/
A Dinfo_packet.c399 switch (stream->timing.display_color_depth) { in mod_build_vsc_infopacket()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c822 switch (timing->display_color_depth) { in setup_dsc_config()
1046 switch (timing->display_color_depth) { in dc_dsc_get_policy_for_timing()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_hw_sequencer.c155 pipe_ctx->stream->timing.display_color_depth; in dce60_set_default_colors()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddcn314_fpu.c328 switch (timing->display_color_depth) { in dcn314_populate_dml_pipes_from_context_fpu()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_hw_types.h948 enum dc_color_depth display_color_depth; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1321 stream->timing.display_color_depth; in build_audio_output()
1513 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw()
1520 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw()
2319 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_stream.c770 stream->timing.display_color_depth); in dc_stream_log()
A Ddc.c686 stream->timing.display_color_depth, in dc_stream_set_dyn_expansion()
1647 &hw_crtc_timing.display_color_depth)) in dc_validate_boot_timing()
1650 if (hw_crtc_timing.display_color_depth != crtc_timing->display_color_depth) in dc_validate_boot_timing()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c1268 stream->timing.display_color_depth; in get_pixel_clock_parameters()
1292 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
1703 dsc_cfg.color_depth = stream->timing.display_color_depth; in dcn20_validate_dsc()
A Ddcn20_hwseq.c1074 stream->timing.display_color_depth, in dcn20_blank_pixel_data()
1086 stream->timing.display_color_depth, in dcn20_blank_pixel_data()
1772 pipe_ctx->stream->timing.display_color_depth, in dcn20_program_pipe()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/
A Dlink_dp_cts.c427 stream->timing.display_color_depth; in set_crtc_test_pattern()

Completed in 70 milliseconds

12