aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0458-drm-amd-display-No-need-to-assert-on-stream_status.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0458-drm-amd-display-No-need-to-assert-on-stream_status.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0458-drm-amd-display-No-need-to-assert-on-stream_status.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0458-drm-amd-display-No-need-to-assert-on-stream_status.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0458-drm-amd-display-No-need-to-assert-on-stream_status.patch
new file mode 100644
index 00000000..fd537008
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0458-drm-amd-display-No-need-to-assert-on-stream_status.patch
@@ -0,0 +1,30 @@
+From 23ffa203ff9c5ed10e218af80e39c754c3485b8e Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Fri, 19 May 2017 17:15:23 -0400
+Subject: [PATCH 0458/4131] drm/amd/display: No need to assert on stream_status
+
+This will be NULL on a new stream. DC handles it gracefully.
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c
+index 55d278b..4dd0f4b 100644
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c
+@@ -3061,9 +3061,6 @@ static enum surface_update_type amdgpu_dm_check_surfaces_update_type(
+ dc_stream_get_status(dc_stream);
+ enum surface_update_type update_type;
+
+- ASSERT(stream_status);
+-
+-
+ memset(srf_updates, 0, sizeof(srf_updates));
+ memset(flip_addr, 0, sizeof(flip_addr));
+ memset(plane_info, 0, sizeof(plane_info));
+--
+2.7.4
+