diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-11-06 15:10:37 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-06 16:45:33 -0500 |
commit | ce2127c462d9d1c0832f088b23158420e87e71a0 (patch) | |
tree | a54c9d95b2aa001afcdec1693e38d679f390bcb4 | |
parent | 7875a22625aa7f11befba84bd1e669201032947d (diff) | |
download | linux-ce2127c462d9d1c0832f088b23158420e87e71a0.tar.bz2 |
drm/amdgpu/display/dc: add FBC to dc_config
Add FBC to the list of features that can be enabled from the DM.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 199527171100..b57fa61b3034 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -169,6 +169,7 @@ struct link_training_settings; struct dc_config { bool gpu_vm_support; bool disable_disp_pll_sharing; + bool fbc_support; }; enum visual_confirm { |