Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h54 struct encoder_feature_support { struct
112 struct encoder_feature_support features;
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_link_encoder.h167 const struct encoder_feature_support *enc_features,
H A Ddce_link_encoder.c684 const struct encoder_feature_support *enc_features, in dce110_link_encoder_construct()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.h232 const struct encoder_feature_support *enc_features,
H A Ddcn10_link_encoder.c630 const struct encoder_feature_support *enc_features, in dcn10_link_encoder_construct()
H A Ddcn10_resource.c670 static const struct encoder_feature_support link_enc_feature = {
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c550 static const struct encoder_feature_support link_enc_feature = {
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_resource.c567 static const struct encoder_feature_support link_enc_feature = {
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_resource.c566 static const struct encoder_feature_support link_enc_feature = {
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c551 static const struct encoder_feature_support link_enc_feature = {
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c601 static const struct encoder_feature_support link_enc_feature = {
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link_dp.c684 struct encoder_feature_support *features = &link->link_enc->features; in get_supported_tp()