Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c263 uint8_t dp_component_depth = 0; in enc1_stream_encoder_dp_set_stream_attribute() local
326 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_6BPC; in enc1_stream_encoder_dp_set_stream_attribute()
329 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_8BPC; in enc1_stream_encoder_dp_set_stream_attribute()
332 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_10BPC; in enc1_stream_encoder_dp_set_stream_attribute()
335 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_12BPC; in enc1_stream_encoder_dp_set_stream_attribute()
338 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_16BPC; in enc1_stream_encoder_dp_set_stream_attribute()
341 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_6BPC; in enc1_stream_encoder_dp_set_stream_attribute()
348 DP_COMPONENT_DEPTH, dp_component_depth); in enc1_stream_encoder_dp_set_stream_attribute()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dstream_encoder.h47 enum dp_component_depth { enum