drm/amd/display: Set full update flag in dcn_validate_bandwidth
authorAndrew Jiang <Andrew.Jiang@amd.com>
Mon, 13 Nov 2017 22:09:12 +0000 (17:09 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:48:12 +0000 (12:48 -0500)
commit7260d1187eb5c81b6c0b0d310bf281bed46a4627
tree70d5efada2645805b8c567bf10372bdb8b3a0cb5
parent27b3f4fc91e1df74aa15f669c9b032d73dee2ef8
drm/amd/display: Set full update flag in dcn_validate_bandwidth

Doing bandwidth validation implies that this is a full update. Set the
flag inside the function in case whatever is calling
dcn_validate_bandwidth doesn't set it.

Signed-off-by: Andrew Jiang <Andrew.Jiang@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c