mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue