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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_stream_encoder.c269 uint8_t dp_component_depth = 0; local
329 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_6BPC;
332 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_8BPC;
335 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_10BPC;
338 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_12BPC;
341 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_16BPC;
344 dp_component_depth = DP_COMPONENT_PIXEL_DEPTH_6BPC;
351 DP_COMPONENT_DEPTH, dp_component_depth);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h49 enum dp_component_depth { enum

Completed in 208 milliseconds