aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0374-drm-amd-display-no-need-for-return-value-from-ipp_pr.patch
blob: 4324ce759ba009998f6efe9388b716764724e73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 2f261e9b8f5ac85f6290749cf95918dc5efb5c77 Mon Sep 17 00:00:00 2001
From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Date: Mon, 24 Apr 2017 17:42:22 -0400
Subject: [PATCH 0374/4131] drm/amd/display: no need for return value from
 ipp_program_degamma_pwl

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
index 2f3dc2e..2d472d8 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@ -118,7 +118,7 @@ struct ipp_funcs {
 		struct input_pixel_processor *ipp,
 		enum ipp_degamma_mode mode);
 
-	bool (*ipp_program_degamma_pwl)(
+	void (*ipp_program_degamma_pwl)(
 		struct input_pixel_processor *ipp,
 		const struct pwl_params *params);
 
-- 
2.7.4