aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0050-drm-amd-display-Fix-warning-in-freesync-module.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0050-drm-amd-display-Fix-warning-in-freesync-module.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0050-drm-amd-display-Fix-warning-in-freesync-module.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0050-drm-amd-display-Fix-warning-in-freesync-module.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0050-drm-amd-display-Fix-warning-in-freesync-module.patch
deleted file mode 100644
index 6bbcc392..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0050-drm-amd-display-Fix-warning-in-freesync-module.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From b7027c302e92700a74a3f7a1a90c44891017b146 Mon Sep 17 00:00:00 2001
-From: Harry Wentland <harry.wentland@amd.com>
-Date: Tue, 6 Dec 2016 12:01:23 -0500
-Subject: [PATCH 0050/4131] drm/amd/display: Fix warning in freesync module
-
-Signed-off-by: Harry Wentland <harry.wentland@amd.com>
-Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
-Acked-by: Harry Wentland <Harry.Wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/display/modules/freesync/freesync.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/display/modules/freesync/freesync.c b/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
-index eb912ba..8892e8b 100644
---- a/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
-+++ b/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
-@@ -746,6 +746,9 @@ void mod_freesync_update_state(struct mod_freesync *mod_freesync,
- freesync_program_required = true;
- }
- break;
-+ case FREESYNC_STATE_NONE:
-+ /* handle here to avoid warning */
-+ break;
- }
- }
-
---
-2.7.4
-