drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Nov 2018 15:51:50 +0000 (10:51 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Nov 2018 22:05:57 +0000 (17:05 -0500)
commit593f79a236e11fbc570db509242c2b4ef0526c5d
tree91bd6e68dcbc45dd9580c3618914b45d1723b94e
parent2cf6dd9cc5191ef9aec4f22cd64df8dc67e31c6d
drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2)

The value is dependent on whether fbc is available.

v2: only check if num_pipes is valid

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c