/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 289 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()
|
D | dcn10_link_encoder.c | 603 switch (crtc_timing->display_color_depth) { in dcn10_link_encoder_validate_dvi_output() 633 if (max_deep_color < crtc_timing->display_color_depth) in dcn10_link_encoder_validate_hdmi_output() 636 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dcn10_link_encoder_validate_hdmi_output()
|
D | dcn10_resource.c | 1079 stream->timing.display_color_depth; in get_pixel_clock_parameters() 1096 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 316 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() 589 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_hdmi_set_stream_attribute() 687 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in dce110_stream_encoder_dvi_set_stream_attribute()
|
D | dce_link_encoder.c | 711 switch (crtc_timing->display_color_depth) { in dce110_link_encoder_validate_dvi_output() 735 if (max_deep_color < crtc_timing->display_color_depth) in dce110_link_encoder_validate_hdmi_output() 738 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dce110_link_encoder_validate_hdmi_output()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
D | dc_dsc.c | 52 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()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 2222 enum dc_color_depth display_color_depth; in enable_link_hdmi() local 2263 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi() 2265 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi() 2270 display_color_depth, in enable_link_hdmi() 2359 if (timing->display_color_depth == COLOR_DEPTH_101010) in get_timing_pixel_clock_100hz() 2361 else if (timing->display_color_depth == COLOR_DEPTH_121212) in get_timing_pixel_clock_100hz() 2407 switch (timing->display_color_depth) { in dp_active_dongle_validate_timing() 3407 switch (timing->display_color_depth) { in dc_bandwidth_in_kbps_from_timing()
|
D | dc_link_hwss.c | 451 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()
|
D | dc_stream.c | 704 stream->timing.display_color_depth); in dc_stream_log()
|
D | dc.c | 438 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()
|
D | dc_resource.c | 1953 switch (timing->display_color_depth) { in get_norm_pix_clk() 2786 switch (stream->timing.display_color_depth) { in resource_build_bit_depth_reduction_params()
|
D | dc_link_dp.c | 3799 stream->timing.display_color_depth; in set_crtc_test_pattern()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/modules/info_packet/ |
D | info_packet.c | 368 switch (stream->timing.display_color_depth) { in mod_build_vsc_infopacket()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dio_stream_encoder.c | 528 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()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/ |
D | dc_hw_types.h | 773 enum dc_color_depth display_color_depth; member
|
/Linux-v5.10/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-v5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 1224 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() 2191 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
|
D | dce110_resource.c | 908 stream->timing.display_color_depth; in get_pixel_clock_parameters()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 1037 stream->timing.display_color_depth, in dcn20_blank_pixel_data() 1049 stream->timing.display_color_depth, in dcn20_blank_pixel_data() 1627 pipe_ctx->stream->timing.display_color_depth, in dcn20_program_pipe()
|
D | dcn20_resource.c | 1609 stream->timing.display_color_depth; in get_pixel_clock_parameters() 1629 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params() 2147 switch (res_ctx->pipe_ctx[i].stream->timing.display_color_depth) { 2497 dsc_cfg.color_depth = stream->timing.display_color_depth;
|
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 4352 enum dc_color_depth depth = timing_out->display_color_depth; in adjust_colour_depth_from_display_info() 4377 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info() 4419 timing_out->display_color_depth = convert_color_depth_from_display_info( in fill_stream_properties_from_drm_display_mode() 5576 static int convert_dc_color_depth_into_bpc (enum dc_color_depth display_color_depth) in convert_dc_color_depth_into_bpc() argument 5578 switch (display_color_depth) { in convert_dc_color_depth_into_bpc()
|
D | amdgpu_dm_debugfs.c | 792 switch (dm_crtc_state->stream->timing.display_color_depth) { in output_bpc_show()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calcs.c | 1051 switch (pipe->stream->timing.display_color_depth) { in dcn_validate_bandwidth()
|