/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 2662 enum dc_color_depth display_color_depth; in enable_link_hdmi() local 2704 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi() 2706 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi() 2713 display_color_depth, in enable_link_hdmi() 2818 if (timing->display_color_depth == COLOR_DEPTH_101010) in get_timing_pixel_clock_100hz() 2820 else if (timing->display_color_depth == COLOR_DEPTH_121212) in get_timing_pixel_clock_100hz() 2864 switch (timing->display_color_depth) { in dp_active_dongle_validate_timing() 2930 if (timing->display_color_depth == COLOR_DEPTH_666 && in dp_active_dongle_validate_timing() 2933 else if (timing->display_color_depth == COLOR_DEPTH_888 && in dp_active_dongle_validate_timing() 2936 else if (timing->display_color_depth == COLOR_DEPTH_101010 && in dp_active_dongle_validate_timing() [all …]
|
D | dc_stream.c | 751 stream->timing.display_color_depth); in dc_stream_log()
|
D | dc_link_dp.c | 4366 && pipe_ctx->stream->timing.display_color_depth != requestColorDepth) { in dp_test_send_link_test_pattern() 4369 pipe_ctx->stream->timing.display_color_depth, in dp_test_send_link_test_pattern() 4371 pipe_ctx->stream->timing.display_color_depth = requestColorDepth; in dp_test_send_link_test_pattern() 5916 stream->timing.display_color_depth; in set_crtc_test_pattern() 7419 dsc_cfg.color_depth = stream->timing.display_color_depth; in dp_set_dsc_on_stream() 7540 dsc_cfg.color_depth = stream->timing.display_color_depth; in dp_set_dsc_pps_sdp()
|
D | dc.c | 695 stream->timing.display_color_depth, in dc_stream_set_dyn_expansion() 1640 &hw_crtc_timing.display_color_depth)) in dc_validate_boot_timing() 1643 if (hw_crtc_timing.display_color_depth != crtc_timing->display_color_depth) in dc_validate_boot_timing()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/ |
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()
|
D | dce_link_encoder.c | 747 switch (crtc_timing->display_color_depth) { in dce110_link_encoder_validate_dvi_output() 771 if (max_deep_color < crtc_timing->display_color_depth) in dce110_link_encoder_validate_hdmi_output() 774 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dce110_link_encoder_validate_hdmi_output()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
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-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
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()
|
D | dcn10_link_encoder.c | 599 switch (crtc_timing->display_color_depth) { in dcn10_link_encoder_validate_dvi_output() 629 if (max_deep_color < crtc_timing->display_color_depth) in dcn10_link_encoder_validate_hdmi_output() 632 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dcn10_link_encoder_validate_hdmi_output()
|
D | dcn10_resource.c | 1023 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.1.9/drivers/gpu/drm/amd/display/dc/dcn314/ |
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()
|
D | dcn314_hwseq.c | 117 dsc_cfg.color_depth = stream->timing.display_color_depth; in update_dsc_on_stream()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/info_packet/ |
D | info_packet.c | 395 switch (stream->timing.display_color_depth) { in mod_build_vsc_infopacket()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
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-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dio_stream_encoder.c | 532 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc3_stream_encoder_dvi_set_stream_attribute() 590 switch (crtc_timing->display_color_depth) { in enc3_stream_encoder_hdmi_set_stream_attribute()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.h | 814 int convert_dc_color_depth_into_bpc(enum dc_color_depth display_color_depth);
|
D | amdgpu_dm_mst_types.c | 1447 bpp = convert_dc_color_depth_into_bpc(stream->timing.display_color_depth) * 3; in dm_dp_mst_is_port_support_mode()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/ |
D | dc_dsc.c | 822 switch (timing->display_color_depth) { in setup_dsc_config() 1046 switch (timing->display_color_depth) { in dc_dsc_get_policy_for_timing()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce60/ |
D | dce60_hw_sequencer.c | 155 pipe_ctx->stream->timing.display_color_depth; in dce60_set_default_colors()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | dcn314_fpu.c | 332 switch (timing->display_color_depth) { in dcn314_populate_dml_pipes_from_context_fpu()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/ |
D | dc_hw_types.h | 924 enum dc_color_depth display_color_depth; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 1333 stream->timing.display_color_depth; in build_audio_output() 1537 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw() 1544 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw() 2338 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
|
D | dce110_resource.c | 900 stream->timing.display_color_depth; in get_pixel_clock_parameters()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 1261 stream->timing.display_color_depth; in get_pixel_clock_parameters() 1285 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params() 1677 dsc_cfg.color_depth = stream->timing.display_color_depth; in dcn20_validate_dsc()
|
D | dcn20_hwseq.c | 1063 stream->timing.display_color_depth, in dcn20_blank_pixel_data() 1075 stream->timing.display_color_depth, in dcn20_blank_pixel_data() 1722 pipe_ctx->stream->timing.display_color_depth, in dcn20_program_pipe()
|