RK3368 GPU version Rogue M 1.28
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / rogue_m / build / linux / common / 3rdparty.mk
1 ########################################################################### ###
2 #@Copyright     Copyright (c) Imagination Technologies Ltd. All Rights Reserved
3 #@License       Dual MIT/GPLv2
4
5 # The contents of this file are subject to the MIT license as set out below.
6
7 # Permission is hereby granted, free of charge, to any person obtaining a copy
8 # of this software and associated documentation files (the "Software"), to deal
9 # in the Software without restriction, including without limitation the rights
10 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 # copies of the Software, and to permit persons to whom the Software is
12 # furnished to do so, subject to the following conditions:
13
14 # The above copyright notice and this permission notice shall be included in
15 # all copies or substantial portions of the Software.
16
17 # Alternatively, the contents of this file may be used under the terms of
18 # the GNU General Public License Version 2 ("GPL") in which case the provisions
19 # of GPL are applicable instead of those above.
20
21 # If you wish to allow use of your version of this file only under the terms of
22 # GPL, and not to allow others to use your version of this file under the terms
23 # of the MIT license, indicate your decision by deleting the provisions above
24 # and replace them with the notice and other provisions required by GPL as set
25 # out in the file called "GPL-COPYING" included in this distribution. If you do
26 # not delete the provisions above, a recipient may use your version of this file
27 # under the terms of either the MIT license or GPL.
28
29 # This License is also included in this distribution in the file called
30 # "MIT-COPYING".
31
32 # EXCEPT AS OTHERWISE STATED IN A NEGOTIATED AGREEMENT: (A) THE SOFTWARE IS
33 # PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
34 # BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
35 # PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
36 # COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
37 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39 ### ###########################################################################
40
41 ########################################################################### ###
42 # Display class drivers
43 ########################################################################### ###
44
45 ifeq ($(DISPLAY_CONTROLLER),dc_example)
46 $(eval $(call TunableKernelConfigC,DC_EXAMPLE_WIDTH,))
47 $(eval $(call TunableKernelConfigC,DC_EXAMPLE_HEIGHT,))
48 $(eval $(call TunableKernelConfigC,DC_EXAMPLE_DPI,))
49 $(eval $(call TunableKernelConfigC,DC_EXAMPLE_BIT_DEPTH,))
50 $(eval $(call TunableKernelConfigC,DC_EXAMPLE_FBC_MODE,))
51 $(eval $(call TunableKernelConfigC,DC_EXAMPLE_MEMORY_LAYOUT,))
52 endif
53
54 ifeq ($(DISPLAY_CONTROLLER),dc_fbdev)
55 $(eval $(call TunableKernelConfigC,DC_FBDEV_REFRESH,))
56
57 $(eval $(call TunableKernelConfigC,DC_FBDEV_FORCE_XRGB8888,,\
58 Force the dc_fbdev display driver to use XRGB8888. This is necessary_\
59 when the underlying Linux framebuffer driver does not ignore alpha_\
60 meaning an alpha value of 0 results in nothing being displayed._\
61 ))
62
63 $(eval $(call TunableKernelConfigC,DC_FBDEV_NUM_PREFERRED_BUFFERS,,\
64 The maximum number of display buffers the dc_fbdev display driver_\
65 supports. The underlying Linux framebuffer driver must be capable_\
66 of allocating sufficient memory for the number of buffers chosen._\
67 ))
68 endif
69
70 ifeq ($(DISPLAY_CONTROLLER),dc_pdp)
71 $(eval $(call TunableKernelConfigC,DCPDP_WIDTH,))
72 $(eval $(call TunableKernelConfigC,DCPDP_HEIGHT,))
73 $(eval $(call TunableKernelConfigC,DCPDP_DPI,))
74 $(eval $(call TunableKernelConfigC,DCPDP_DYNAMIC_GTF_TIMING,1))
75 $(eval $(call TunableKernelConfigC,DCPDP_NO_INTERRUPTS,))
76 endif
77
78 ifeq ($(DISPLAY_CONTROLLER),adf_pdp)
79 $(eval $(call TunableKernelConfigC,ADF_PDP_WIDTH,))
80 $(eval $(call TunableKernelConfigC,ADF_PDP_HEIGHT,))
81 endif
82
83 ########################################################################### ###
84 # DRM display drivers
85 ########################################################################### ###
86
87 ifeq ($(DISPLAY_CONTROLLER),drm_fbdev)
88 $(eval $(call TunableKernelConfigC,DRM_FBDEV_FORCE_XRGB8888,,\
89 Force the drm_fbdev display driver to use XRGB8888. This is necessary_\
90 when the underlying Linux framebuffer driver does not ignore alpha_\
91 meaning an alpha value of 0 results in nothing being displayed._\
92 ))
93
94 $(eval $(call TunableKernelConfigC,DRM_FBDEV_NUM_PREFERRED_BUFFERS,,\
95 The maximum number of display buffers the drm_fbdev display driver_\
96 supports. The underlying Linux framebuffer driver must be capable_\
97 of allocating sufficient memory for the number of buffers chosen._\
98 ))
99
100 $(eval $(call TunableKernelConfigC,DRM_FBDEV_SET_BPP,,\
101 Set the number of bits per pixel to a particular value.\
102 ))
103 endif