Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c193 enum dp2_uncompressed_component_depth component_depth; in dcn31_hpo_dp_stream_enc_set_stream_attribute() local
273 component_depth = DP_SYM32_ENC_COMPONENT_DEPTH_6BPC; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
277 component_depth = DP_SYM32_ENC_COMPONENT_DEPTH_8BPC; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
281 component_depth = DP_SYM32_ENC_COMPONENT_DEPTH_10BPC; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
285 component_depth = DP_SYM32_ENC_COMPONENT_DEPTH_12BPC; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
289 component_depth = DP_SYM32_ENC_COMPONENT_DEPTH_6BPC; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
296 UNCOMPRESSED_COMPONENT_DEPTH, component_depth); in dcn31_hpo_dp_stream_enc_set_stream_attribute()
704 UNCOMPRESSED_COMPONENT_DEPTH, &s->component_depth); in dcn31_hpo_dp_stream_enc_read_state()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h284 uint32_t component_depth; member