diff options
author | Charlene Liu <charlene.liu@amd.com> | 2017-02-28 23:23:38 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-27 00:16:55 +0300 |
commit | f0828115efa0406fbe0010b1d8c9c965fc718733 (patch) | |
tree | 7c86c88707b0a7ffc2ff7f97d274b09a1b7f2767 /drivers/gpu/drm/amd/display/include | |
parent | e7738c8a50ea426a57184ef2275b8163ab79febe (diff) | |
download | linux-f0828115efa0406fbe0010b1d8c9c965fc718733.tar.xz |
drm/amd/display: freesync pipe split :VTotal_Min_Mask for Hflip/lock.
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Jordan Lazare <Jordan.Lazare@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include')
-rw-r--r-- | drivers/gpu/drm/amd/display/include/hw_sequencer_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/hw_sequencer_types.h b/drivers/gpu/drm/amd/display/include/hw_sequencer_types.h index 6f0475c25566..065a91a7002f 100644 --- a/drivers/gpu/drm/amd/display/include/hw_sequencer_types.h +++ b/drivers/gpu/drm/amd/display/include/hw_sequencer_types.h @@ -38,6 +38,7 @@ struct drr_params { /* defines the maximum possible vertical dimension of display timing * for CRTC as supported by the panel */ uint32_t vertical_total_max; + bool immediate_flip; }; #endif |