diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-06-17 21:06:19 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-20 20:25:54 +0300 |
commit | 0198b6e5be885fd4dfe467dd6bea45416c2cd34e (patch) | |
tree | 6b4eda54e7ea70e480c41a943952660b72c2f01d /drivers/gpu/drm/amd/display/dc/inc | |
parent | 76d981a9fe8239b722b6efa5b5f8b85e9b8e4056 (diff) | |
download | linux-0198b6e5be885fd4dfe467dd6bea45416c2cd34e.tar.xz |
Revert "drm/amd/display: Add Underflow Asserts to dc"
This reverts commit 9ed43ef84d9d1e668acdf43c95510fb7b11f8d71.
Revert this to apply the version that includes DCN2 support.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h index dab0168cd5cb..eb1c12ed026a 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h @@ -240,7 +240,6 @@ struct hw_sequencer_funcs { void (*setup_periodic_interrupt)(struct pipe_ctx *pipe_ctx, enum vline_select vline); void (*setup_vupdate_interrupt)(struct pipe_ctx *pipe_ctx); - bool (*did_underflow_occur)(struct dc *dc, struct pipe_ctx *pipe_ctx); }; |