aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0583-drm-amd-dal-Clean-up-some-comments.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0583-drm-amd-dal-Clean-up-some-comments.patch')
-rw-r--r--common/recipes-kernel/linux/files/0583-drm-amd-dal-Clean-up-some-comments.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0583-drm-amd-dal-Clean-up-some-comments.patch b/common/recipes-kernel/linux/files/0583-drm-amd-dal-Clean-up-some-comments.patch
new file mode 100644
index 00000000..32c7c2c9
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0583-drm-amd-dal-Clean-up-some-comments.patch
@@ -0,0 +1,46 @@
+From bbf96a5827b9edd9c06d23f649ca9e8b8d3ae7c2 Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Tue, 8 Dec 2015 15:46:47 -0500
+Subject: [PATCH 0583/1110] drm/amd/dal: Clean up some comments
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/dal/dc/dc_services.h | 2 --
+ drivers/gpu/drm/amd/dal/dc/dc_temp.h | 1 -
+ 2 files changed, 3 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/dal/dc/dc_services.h b/drivers/gpu/drm/amd/dal/dc/dc_services.h
+index 1d350d8..edb558d 100644
+--- a/drivers/gpu/drm/amd/dal/dc/dc_services.h
++++ b/drivers/gpu/drm/amd/dal/dc/dc_services.h
+@@ -50,14 +50,12 @@ void dc_service_memmove(void *dst, const void *src, uint32_t size);
+ /* TODO: rename to dc_memcmp*/
+ int32_t dal_memcmp(const void *p1, const void *p2, uint32_t count);
+
+-/* TODO: remove when windows_dm will start registering for IRQs */
+ irq_handler_idx dc_service_register_interrupt(
+ struct dc_context *ctx,
+ struct dc_interrupt_params *int_params,
+ interrupt_handler ih,
+ void *handler_args);
+
+-/* TODO: remove when windows_dm will start registering for IRQs */
+ void dc_service_unregister_interrupt(
+ struct dc_context *ctx,
+ enum dc_irq_source irq_source,
+diff --git a/drivers/gpu/drm/amd/dal/dc/dc_temp.h b/drivers/gpu/drm/amd/dal/dc/dc_temp.h
+index b609deb..fc5b810 100644
+--- a/drivers/gpu/drm/amd/dal/dc/dc_temp.h
++++ b/drivers/gpu/drm/amd/dal/dc/dc_temp.h
+@@ -274,7 +274,6 @@ union plane_size {
+ } video;
+ };
+
+-/* Windows only */
+ enum dc_scaling_transform {
+ SCL_TRANS_CENTERED = 0,
+ SCL_TRANS_ASPECT_RATIO,
+--
+2.7.4
+