diff options
author | Tony Cheng <tony.cheng@amd.com> | 2017-01-03 12:40:40 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 17:08:19 -0400 |
commit | 7fc698a0c0e5901923a6d6c04a59aceefffe4c9b (patch) | |
tree | f7eb089f41c6eb1cf624f34344e7bc9186befea1 /drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h | |
parent | 4dfb0badee55bf163f4ce3307572cd4963c791d0 (diff) | |
download | linux-stable-7fc698a0c0e5901923a6d6c04a59aceefffe4c9b.tar.gz linux-stable-7fc698a0c0e5901923a6d6c04a59aceefffe4c9b.tar.bz2 linux-stable-7fc698a0c0e5901923a6d6c04a59aceefffe4c9b.zip |
drm/amd/display: limit HBR3 support to Polaris and up
- also fix YCbCr420 supported on Polaris and up
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h index 1635b239402f..b3667df5250b 100644 --- a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h +++ b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h @@ -236,6 +236,7 @@ struct dce110_abm_backlight_registers { bool dce110_link_encoder_construct( struct dce110_link_encoder *enc110, const struct encoder_init_data *init_data, + const struct encoder_feature_support *enc_features, const struct dce110_link_enc_registers *link_regs, const struct dce110_link_enc_aux_registers *aux_regs, const struct dce110_link_enc_hpd_registers *hpd_regs); |