/openbmc/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() 158 if (timing->display_color_depth == COLOR_DEPTH_666 && in dp_active_dongle_validate_timing() 161 else if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing() 164 else if (timing->display_color_depth == COLOR_DEPTH_101010 && in dp_active_dongle_validate_timing() 167 else if (timing->display_color_depth == COLOR_DEPTH_121212 && in dp_active_dongle_validate_timing() 170 else if (timing->display_color_depth == COLOR_DEPTH_161616 && in dp_active_dongle_validate_timing() 176 if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing() 179 else if (timing->display_color_depth == COLOR_DEPTH_101010 && in dp_active_dongle_validate_timing() [all …]
|
H A D | link_dpms.c | 795 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_on_stream() 896 dsc_cfg.color_depth = stream->timing.display_color_depth; in link_set_dsc_pps_packet() 1978 enum dc_color_depth display_color_depth; in enable_link_hdmi() local 2021 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi() 2023 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi() 2036 display_color_depth, in enable_link_hdmi()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_stream_encoder.c | 307 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()
|
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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_stream_encoder.c | 286 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()
|
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()
|
H A D | dcn10_resource.c | 1015 stream->timing.display_color_depth; in get_pixel_clock_parameters() 1032 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_dio_stream_encoder.c | 131 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()
|
H A D | dcn314_hwseq.c | 115 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | dc_dsc.c | 100 switch (timing->display_color_depth) { in dc_bandwidth_in_kbps_from_timing() 923 switch (timing->display_color_depth) { in setup_dsc_config() 1161 switch (timing->display_color_depth) { in dc_dsc_get_policy_for_timing()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 1200 && pipe_ctx->stream->timing.display_color_depth != requestColorDepth) in dm_helpers_dp_handle_test_pattern_request() 1205 pipe_ctx->stream->timing.display_color_depth, in dm_helpers_dp_handle_test_pattern_request() 1209 pipe_ctx->stream->timing.display_color_depth = requestColorDepth; in dm_helpers_dp_handle_test_pattern_request()
|
H A D | amdgpu_dm.h | 843 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dio_stream_encoder.c | 572 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc3_stream_encoder_dvi_set_stream_attribute() 630 switch (crtc_timing->display_color_depth) { in enc3_stream_encoder_hdmi_set_stream_attribute()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 949 enum dc_color_depth display_color_depth; member
|
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 1330 stream->timing.display_color_depth; in build_audio_output() 1522 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw() 1529 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw() 2342 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stream.c | 766 stream->timing.display_color_depth); in dc_stream_log()
|
H A D | dc.c | 691 stream->timing.display_color_depth, in dc_stream_set_dyn_expansion() 1700 &hw_crtc_timing.display_color_depth)) in dc_validate_boot_timing() 1703 if (hw_crtc_timing.display_color_depth != crtc_timing->display_color_depth) in dc_validate_boot_timing()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1247 stream->timing.display_color_depth; in get_pixel_clock_parameters() 1271 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params() 1682 dsc_cfg.color_depth = stream->timing.display_color_depth; in dcn20_validate_dsc()
|
H A D | dcn20_hwseq.c | 1091 stream->timing.display_color_depth, in dcn20_blank_pixel_data() 1104 stream->timing.display_color_depth, in dcn20_blank_pixel_data() 1780 pipe_ctx->stream->timing.display_color_depth, in dcn20_program_pipe()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 428 stream->timing.display_color_depth; in set_crtc_test_pattern()
|