Skip to content

Commit ce2127c

Browse files
committed
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>
1 parent 7875a22 commit ce2127c

File tree

1 file changed

+1
-0
lines changed
  • drivers/gpu/drm/amd/display/dc

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/dc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ struct link_training_settings;
169169
struct dc_config {
170170
bool gpu_vm_support;
171171
bool disable_disp_pll_sharing;
172+
bool fbc_support;
172173
};
173174

174175
enum visual_confirm {

0 commit comments

Comments
 (0)