diff options
| author | 2018-07-16 14:05:11 -0400 | |
|---|---|---|
| committer | 2018-08-27 11:09:48 -0500 | |
| commit | a465feae60dc615d0e363ea5809b95a433b259d4 (patch) | |
| tree | 8bd7f6888b2ed765f3a70afbbcfe375b297a08dd /drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | |
| parent | drm/amd/pp: Implement get_performance_level for legacy dgpu (diff) | |
| download | linux-dev-a465feae60dc615d0e363ea5809b95a433b259d4.tar.xz linux-dev-a465feae60dc615d0e363ea5809b95a433b259d4.zip | |
drm/amd/display: pass compat_level to hubp
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h index 4f3f9e68ccfa..334c48cdafdc 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h @@ -96,7 +96,8 @@ struct hubp_funcs { union plane_size *plane_size, enum dc_rotation_angle rotation, struct dc_plane_dcc_param *dcc, - bool horizontal_mirror); + bool horizontal_mirror, + unsigned int compa_level); bool (*hubp_is_flip_pending)(struct hubp *hubp); |
