Makefile (3a83e4e64bb1522ddac67ffc787d1c38291e1a65) | Makefile (36d26912e8d854853e3cdb300664db274a6636cf) |
---|---|
1# 2# Copyright 2017 Advanced Micro Devices, Inc. 3# 4# Permission is hereby granted, free of charge, to any person obtaining a 5# copy of this software and associated documentation files (the "Software"), 6# to deal in the Software without restriction, including without limitation 7# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8# and/or sell copies of the Software, and to permit persons to whom the --- 26 unchanged lines hidden (view full) --- 35ifdef CONFIG_DRM_AMD_DC_DCN3_0 36DC_LIBS += dcn30 37endif 38 39ifdef CONFIG_DRM_AMD_DC_DCN3_01 40DC_LIBS += dcn301 41endif 42 | 1# 2# Copyright 2017 Advanced Micro Devices, Inc. 3# 4# Permission is hereby granted, free of charge, to any person obtaining a 5# copy of this software and associated documentation files (the "Software"), 6# to deal in the Software without restriction, including without limitation 7# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8# and/or sell copies of the Software, and to permit persons to whom the --- 26 unchanged lines hidden (view full) --- 35ifdef CONFIG_DRM_AMD_DC_DCN3_0 36DC_LIBS += dcn30 37endif 38 39ifdef CONFIG_DRM_AMD_DC_DCN3_01 40DC_LIBS += dcn301 41endif 42 |
43ifdef CONFIG_DRM_AMD_DC_DCN3_02 44DC_LIBS += dcn302 45 46endif 47 |
|
43DC_LIBS += dce120 44 45DC_LIBS += dce112 46DC_LIBS += dce110 47DC_LIBS += dce100 48DC_LIBS += dce80 49 50ifdef CONFIG_DRM_AMD_DC_SI --- 28 unchanged lines hidden --- | 48DC_LIBS += dce120 49 50DC_LIBS += dce112 51DC_LIBS += dce110 52DC_LIBS += dce100 53DC_LIBS += dce80 54 55ifdef CONFIG_DRM_AMD_DC_SI --- 28 unchanged lines hidden --- |