/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_validation.c | 48 if (timing->display_color_depth == COLOR_DEPTH_101010) in get_tmds_output_pixel_clock_100hz() 50 else if (timing->display_color_depth == COLOR_DEPTH_121212) in get_tmds_output_pixel_clock_100hz() 94 switch (timing->display_color_depth) { in dp_active_dongle_validate_timing() 156 if (timing->display_color_depth == COLOR_DEPTH_666 && in dp_active_dongle_validate_timing() 159 else if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing() 162 else if (timing->display_color_depth == COLOR_DEPTH_101010 && in dp_active_dongle_validate_timing() 165 else if (timing->display_color_depth == COLOR_DEPTH_121212 && in dp_active_dongle_validate_timing() 168 else if (timing->display_color_depth == COLOR_DEPTH_161616 && in dp_active_dongle_validate_timing() 174 if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing() 177 else if (timing->display_color_depth == COLOR_DEPTH_101010 && in dp_active_dongle_validate_timing() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn32/ |
H A D | dcn32_dio_stream_encoder.c | 98 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/drivers/gpu/drm/amd/display/dc/dio/dcn35/ |
H A D | dcn35_dio_stream_encoder.c | 86 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc35_stream_encoder_dvi_set_stream_attribute() 138 switch (crtc_timing->display_color_depth) { in enc35_stream_encoder_hdmi_set_stream_attribute()
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/ |
H A D | dcn314_dio_stream_encoder.c | 140 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc314_stream_encoder_dvi_set_stream_attribute() 192 switch (crtc_timing->display_color_depth) { in enc314_stream_encoder_hdmi_set_stream_attribute()
|
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.c | 241 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/drivers/gpu/drm/amd/display/dc/dio/dcn10/ |
H A D | dcn10_link_encoder.c | 598 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()
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/ |
H A D | dcn30_dio_stream_encoder.c | 569 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc3_stream_encoder_dvi_set_stream_attribute() 627 switch (crtc_timing->display_color_depth) { in enc3_stream_encoder_hdmi_set_stream_attribute()
|
/linux/drivers/gpu/drm/amd/display/modules/info_packet/ |
H A D | info_packet.c | 401 switch (stream->timing.display_color_depth) { in mod_build_vsc_infopacket()
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_link_encoder.c | 746 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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.h | 1000 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth);
|
H A D | amdgpu_dm_debugfs.c | 1079 switch (dm_crtc_state->stream->timing.display_color_depth) { in amdgpu_current_bpc_show()
|
/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 155 pipe_ctx->stream->timing.display_color_depth; in dce60_set_default_colors()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | dcn314_fpu.c | 374 switch (timing->display_color_depth) { in dcn314_populate_dml_pipes_from_context_fpu()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 970 enum dc_color_depth display_color_depth; member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
H A D | dce110_hwseq.c | 1333 switch (crtc_timing->display_color_depth) { in populate_audio_dp_link_info() 1412 stream->timing.display_color_depth; in build_audio_output() 1624 stream->timing.display_color_depth, in dce110_apply_single_controller_ctx_to_hw() 1631 stream->timing.display_color_depth, in dce110_apply_single_controller_ctx_to_hw() 2524 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_hwseq.c | 92 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn35/ |
H A D | dcn35_fpu.c | 509 switch (timing->display_color_depth) { in dcn35_populate_dml_pipes_from_context_fpu()
|
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 426 stream->timing.display_color_depth; in set_crtc_test_pattern()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stream.c | 820 dc_color_depth_to_str(stream->timing.display_color_depth)); in dc_stream_log()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
H A D | dce110_resource.c | 901 stream->timing.display_color_depth; in get_pixel_clock_parameters()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
H A D | dcn35_hwseq.c | 356 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calcs.c | 1036 switch (pipe->stream->timing.display_color_depth) { in dcn_validate_bandwidth()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_translation_helper.c | 764 switch (in->timing.display_color_depth) { in populate_dml_output_cfg_from_stream_state()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1473 switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) { in dcn20_populate_dml_pipes_from_context()
|