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>
This commit is contained in:
parent
7875a22625
commit
ce2127c462
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue