Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c477 struct hpo_dp_stream_encoder_state hpo_dp_se_state = {0}; in dcn10_log_hw_state() local
481 hpo_dp_stream_enc->funcs->read_state(hpo_dp_stream_enc, &hpo_dp_se_state); in dcn10_log_hw_state()
485 hpo_dp_se_state.stream_enc_enabled, in dcn10_log_hw_state()
486 hpo_dp_se_state.otg_inst, in dcn10_log_hw_state()
487 (hpo_dp_se_state.pixel_encoding == 0) ? "4:4:4" : in dcn10_log_hw_state()
488 ((hpo_dp_se_state.pixel_encoding == 1) ? "4:2:2" : in dcn10_log_hw_state()
489 (hpo_dp_se_state.pixel_encoding == 2) ? "4:2:0" : "Y-Only"), in dcn10_log_hw_state()
490 (hpo_dp_se_state.component_depth == 0) ? 6 : in dcn10_log_hw_state()
491 ((hpo_dp_se_state.component_depth == 1) ? 8 : in dcn10_log_hw_state()
492 (hpo_dp_se_state.component_depth == 2) ? 10 : 12), in dcn10_log_hw_state()
[all …]