diff options
| author | Anthony Koo <[email protected]> | 2017-01-12 19:24:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 21:09:52 +0000 |
| commit | 7a1c37e00a660b380fe258fed54fd5af6735814e (patch) | |
| tree | d4059d008711702805bd66c152e3c3acf6c462d3 /drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h | |
| parent | drm/amd/display: Output Transfer Function Regamma Refactor (diff) | |
| download | kernel-7a1c37e00a660b380fe258fed54fd5af6735814e.tar.gz kernel-7a1c37e00a660b380fe258fed54fd5af6735814e.zip | |
drm/amd/display: Disable Modules at Runtime
Add NULL check in modules
Signed-off-by: Anthony Koo <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h index 7abfe34dc2d9..783ff2ef3bee 100644 --- a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h @@ -110,13 +110,6 @@ bool mod_freesync_remove_stream(struct mod_freesync *mod_freesync, const struct dc_stream *stream); /* - * Build additional parameters for dc_stream when creating stream for - * sink to support freesync - */ -void mod_freesync_update_stream(struct mod_freesync *mod_freesync, - struct dc_stream *stream); - -/* * Update the freesync state flags for each display and program * freesync accordingly */ |
