/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_stream_encoder.c | 358 REG_UPDATE(DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, 362 REG_UPDATE(DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, 366 REG_UPDATE(DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, 371 REG_UPDATE(DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, 375 REG_UPDATE(DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH,
|
dce_stream_encoder.h | 135 SE_SF(DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, mask_sh),\ 223 SE_SF(DP0_DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, mask_sh),\ 407 uint8_t DP_COMPONENT_DEPTH; 538 uint32_t DP_COMPONENT_DEPTH;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_stream_encoder.c | 269 uint8_t dp_component_depth = 0; local in function:enc1_stream_encoder_dp_set_stream_attribute 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); 1575 DP_COMPONENT_DEPTH, &hw_depth) [all...] |
dcn10_stream_encoder.h | 188 SE_SF(DP0_DP_PIXEL_FORMAT, DP_COMPONENT_DEPTH, mask_sh),\ 371 type DP_COMPONENT_DEPTH;\
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/dce/ |
dce_11_0_enum.h | 2585 typedef enum DP_COMPONENT_DEPTH { 2592 } DP_COMPONENT_DEPTH;
|
dce_11_2_enum.h | 3013 typedef enum DP_COMPONENT_DEPTH { 3020 } DP_COMPONENT_DEPTH;
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
navi10_enum.h | 5712 * DP_COMPONENT_DEPTH enum 5715 typedef enum DP_COMPONENT_DEPTH { 5722 } DP_COMPONENT_DEPTH;
|
vega10_enum.h | 8087 * DP_COMPONENT_DEPTH enum 8090 typedef enum DP_COMPONENT_DEPTH { 8097 } DP_COMPONENT_DEPTH;
|