Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c274 if (crtc_timing->display_color_depth != COLOR_DEPTH_666) in enc1_stream_encoder_dp_set_stream_attribute()
311 switch (crtc_timing->display_color_depth) { in enc1_stream_encoder_dp_set_stream_attribute()
339 switch (crtc_timing->display_color_depth) { in enc1_stream_encoder_dp_set_stream_attribute()
509 switch (crtc_timing->display_color_depth) { in enc1_stream_encoder_hdmi_set_stream_attribute()
605 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in enc1_stream_encoder_dvi_set_stream_attribute()
Ddcn10_link_encoder.c555 switch (crtc_timing->display_color_depth) { in dcn10_link_encoder_validate_dvi_output()
579 if (max_deep_color < crtc_timing->display_color_depth) in dcn10_link_encoder_validate_hdmi_output()
582 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dcn10_link_encoder_validate_hdmi_output()
621 crtc_timing->display_color_depth != COLOR_DEPTH_666) in dcn10_link_encoder_validate_dp_output()
Ddcn10_resource.c928 stream->timing.display_color_depth; in get_pixel_clock_parameters()
943 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c303 if (crtc_timing->display_color_depth != COLOR_DEPTH_666) in dce110_stream_encoder_dp_set_stream_attribute()
338 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_dp_set_stream_attribute()
366 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_dp_set_stream_attribute()
575 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_hdmi_set_stream_attribute()
673 ASSERT(crtc_timing->display_color_depth == COLOR_DEPTH_888); in dce110_stream_encoder_dvi_set_stream_attribute()
Ddce_link_encoder.c610 switch (crtc_timing->display_color_depth) { in dce110_link_encoder_validate_dvi_output()
634 if (max_deep_color < crtc_timing->display_color_depth) in dce110_link_encoder_validate_hdmi_output()
637 if (crtc_timing->display_color_depth < COLOR_DEPTH_888) in dce110_link_encoder_validate_hdmi_output()
675 crtc_timing->display_color_depth != COLOR_DEPTH_666) in dce110_link_encoder_validate_dp_output()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1812 enum dc_color_depth display_color_depth; in enable_link_hdmi() local
1853 display_color_depth = stream->timing.display_color_depth; in enable_link_hdmi()
1855 display_color_depth = COLOR_DEPTH_888; in enable_link_hdmi()
1860 display_color_depth, in enable_link_hdmi()
1971 switch (timing->display_color_depth) { in dp_active_dongle_validate_timing()
Ddc_stream.c344 stream->timing.display_color_depth); in dc_stream_log()
Ddc_link_dp.c1397 switch (timing->display_color_depth) { in bandwidth_in_kbps_from_timing()
2516 stream->timing.display_color_depth; in set_crtc_test_pattern()
Ddc_resource.c1866 switch (timing->display_color_depth) { in get_norm_pix_clk()
2786 switch (stream->timing.display_color_depth) { in resource_build_bit_depth_reduction_params()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h742 enum dc_color_depth display_color_depth; member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c210 switch (stream->timing.display_color_depth) { in dm_helpers_dp_mst_write_payload_allocation_table()
Damdgpu_dm.c2294 if (timing_out->display_color_depth <= COLOR_DEPTH_888) in reduce_mode_colour_depth()
2297 timing_out->display_color_depth--; in reduce_mode_colour_depth()
2304 if (timing_out->display_color_depth <= COLOR_DEPTH_888) in adjust_colour_depth_from_display_info()
2312 switch (timing_out->display_color_depth) { in adjust_colour_depth_from_display_info()
2329 } while (timing_out->display_color_depth > COLOR_DEPTH_888); in adjust_colour_depth_from_display_info()
2359 timing_out->display_color_depth = convert_color_depth_from_display_info( in fill_stream_properties_from_drm_display_mode()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c636 switch (pipe_ctx->stream->timing.display_color_depth) { in bios_parser_crtc_source_select()
1171 stream->timing.display_color_depth; in build_audio_output()
1377 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw()
1395 stream->timing.display_color_depth, in apply_single_controller_ctx_to_hw()
2104 pipe_ctx->stream->timing.display_color_depth; in set_default_colors()
Ddce110_resource.c747 stream->timing.display_color_depth; in get_pixel_clock_parameters()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c960 switch (pipe->stream->timing.display_color_depth) { in dcn_validate_bandwidth()