diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-12-01 09:49:46 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-20 14:47:56 -0500 |
commit | 9c6569dea07cd730d424b84c8348d19bb4bb2ff0 (patch) | |
tree | a9ec0f758f7201f7b2f9d64235cb482da305e130 /drivers/gpu/drm/amd/display/dc/basics/vector.c | |
parent | e9be38b42ace49a22641151b449dcd3a2a3b4d6a (diff) |
drm/amd/display: Call validate_fbc should_enable_fbc
validate_fbc never fails a modeset. It's simply used to decide whether
to use FBC or not. Calling it validate_fbc might be confusing to some so
rename it to should_enable_fbc.
With that let's also remove the DC_STATUS return code and return bool
and make enable_fbc a void function since we never check it's return
value and probably never want to anyways.
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Acked-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/basics/vector.c')
0 files changed, 0 insertions, 0 deletions