On 2017-12-01 03:31 AM, Christian König wrote: > Am 01.12.2017 um 03:30 schrieb Alex Deucher: >> Was missing license text. >> >> Signed-off-by: Alex Deucher <alexander.deucher at amd.com> > > We need copyright text on the Makefiles as well? Well, yeah makes sense. Going to keep that in mind. > Yes, this is something I never thought of as well, but I guess it makes sense. > Acked-by: Christian König <christian.koenig at amd.com> for both patches. > Acked-by: Harry Wentland <harry.wentland at amd.com> for the series. Harry > Regards, > Christian. > >> --- >>  drivers/gpu/drm/amd/acp/Makefile                  | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/amdgpu/Makefile               | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/amdkfd/Makefile               | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/Makefile              | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/amdgpu_dm/Makefile    | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/Makefile           | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/basics/Makefile    | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/bios/Makefile      | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/calcs/Makefile     | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dce/Makefile       | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dce100/Makefile    | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dce110/Makefile    | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dce112/Makefile    | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dce120/Makefile    | 23 +++++++++++++++++++++- >>  drivers/gpu/drm/amd/display/dc/dce80/Makefile     | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dcn10/Makefile     | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/dml/Makefile       | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/gpio/Makefile      | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/i2caux/Makefile    | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/irq/Makefile       | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/display/dc/virtual/Makefile   | 21 ++++++++++++++++++++ >>  .../gpu/drm/amd/display/modules/freesync/Makefile | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/lib/Makefile                  | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/powerplay/Makefile            | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/powerplay/hwmgr/Makefile      | 21 ++++++++++++++++++++ >>  drivers/gpu/drm/amd/powerplay/smumgr/Makefile     | 21 ++++++++++++++++++++ >>  26 files changed, 547 insertions(+), 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/amd/acp/Makefile b/drivers/gpu/drm/amd/acp/Makefile >> index 8a08e81ee90d..d4176a3fb706 100644 >> --- a/drivers/gpu/drm/amd/acp/Makefile >> +++ b/drivers/gpu/drm/amd/acp/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the ACP, which is a sub-component >>  # of AMDSOC/AMDGPU drm driver. >>  # It provides the HW control for ACP related functionalities. >> diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile >> index 6a025c476b37..90202cf4cd1e 100644 >> --- a/drivers/gpu/drm/amd/amdgpu/Makefile >> +++ b/drivers/gpu/drm/amd/amdgpu/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the drm device driver. This driver provides support for the >>  # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. >>  diff --git a/drivers/gpu/drm/amd/amdkfd/Makefile b/drivers/gpu/drm/amd/amdkfd/Makefile >> index b400d5664252..342c2d937b17 100644 >> --- a/drivers/gpu/drm/amd/amdkfd/Makefile >> +++ b/drivers/gpu/drm/amd/amdkfd/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for Heterogenous System Architecture support for AMD GPU devices >>  # >>  diff --git a/drivers/gpu/drm/amd/display/Makefile b/drivers/gpu/drm/amd/display/Makefile >> index 8ba37dd9cf7f..c27c81cdeed3 100644 >> --- a/drivers/gpu/drm/amd/display/Makefile >> +++ b/drivers/gpu/drm/amd/display/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the DAL (Display Abstract Layer), which is a sub-component >>  # of the AMDGPU drm driver. >>  # It provides the HW control for display related functionalities. >> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/Makefile b/drivers/gpu/drm/amd/display/amdgpu_dm/Makefile >> index 4699e47aa76b..2b72009844f8 100644 >> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/Makefile >> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'dm' sub-component of DAL. >>  # It provides the control and status of dm blocks. >>  diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile >> index 4f83e3011743..aed538a4d1ba 100644 >> --- a/drivers/gpu/drm/amd/display/dc/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for Display Core (dc) component. >>  # >>  diff --git a/drivers/gpu/drm/amd/display/dc/basics/Makefile b/drivers/gpu/drm/amd/display/dc/basics/Makefile >> index 43c5ccdeeb72..6af8c8a9ad80 100644 >> --- a/drivers/gpu/drm/amd/display/dc/basics/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/basics/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'utils' sub-component of DAL. >>  # It provides the general basic services required by other DAL >>  # subcomponents. >> diff --git a/drivers/gpu/drm/amd/display/dc/bios/Makefile b/drivers/gpu/drm/amd/display/dc/bios/Makefile >> index 6ec815dce9cc..239e86bbec5a 100644 >> --- a/drivers/gpu/drm/amd/display/dc/bios/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/bios/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'bios' sub-component of DAL. >>  # It provides the parsing and executing controls for atom bios image. >>  diff --git a/drivers/gpu/drm/amd/display/dc/calcs/Makefile b/drivers/gpu/drm/amd/display/dc/calcs/Makefile >> index 41ef35995b02..7959e382ed28 100644 >> --- a/drivers/gpu/drm/amd/display/dc/calcs/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/calcs/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'calcs' sub-component of DAL. >>  # It calculates Bandwidth and Watermarks values for HW programming >>  # >> diff --git a/drivers/gpu/drm/amd/display/dc/dce/Makefile b/drivers/gpu/drm/amd/display/dc/dce/Makefile >> index 8abec0bed379..11401fd8e535 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dce/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dce/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for common 'dce' logic >>  # HW object file under this folder follow similar pattern for HW programming >>  #  - register offset and/or shift + mask stored in the dec_hw struct >> diff --git a/drivers/gpu/drm/amd/display/dc/dce100/Makefile b/drivers/gpu/drm/amd/display/dc/dce100/Makefile >> index ea40870624b3..a822d4e2a169 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dce100/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dce100/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'controller' sub-component of DAL. >>  # It provides the control and status of HW CRTC block. >>  diff --git a/drivers/gpu/drm/amd/display/dc/dce110/Makefile b/drivers/gpu/drm/amd/display/dc/dce110/Makefile >> index 98d956e2f218..d564c0eb8b04 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dce110/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dce110/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'controller' sub-component of DAL. >>  # It provides the control and status of HW CRTC block. >>  diff --git a/drivers/gpu/drm/amd/display/dc/dce112/Makefile b/drivers/gpu/drm/amd/display/dc/dce112/Makefile >> index 265ac4310d85..8e090446d511 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dce112/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dce112/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'controller' sub-component of DAL. >>  # It provides the control and status of HW CRTC block. >>  diff --git a/drivers/gpu/drm/amd/display/dc/dce120/Makefile b/drivers/gpu/drm/amd/display/dc/dce120/Makefile >> index 1779b963525c..37db1f8d45ea 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dce120/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dce120/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'controller' sub-component of DAL. >>  # It provides the control and status of HW CRTC block. >>  @@ -8,4 +29,4 @@ dce120_hw_sequencer.o >>   AMD_DAL_DCE120 = $(addprefix $(AMDDALPATH)/dc/dce120/,$(DCE120)) >>  -AMD_DISPLAY_FILES += $(AMD_DAL_DCE120) >> \ No newline at end of file >> +AMD_DISPLAY_FILES += $(AMD_DAL_DCE120) >> diff --git a/drivers/gpu/drm/amd/display/dc/dce80/Makefile b/drivers/gpu/drm/amd/display/dc/dce80/Makefile >> index c1105895e5fa..bc388aa4b2f5 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dce80/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dce80/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'controller' sub-component of DAL. >>  # It provides the control and status of HW CRTC block. >>  diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/Makefile b/drivers/gpu/drm/amd/display/dc/dcn10/Makefile >> index a6ca1f97f748..9eac228315b5 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dcn10/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dcn10/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for DCN. >>   DCN10 = dcn10_resource.o dcn10_ipp.o dcn10_hw_sequencer.o \ >> diff --git a/drivers/gpu/drm/amd/display/dc/dml/Makefile b/drivers/gpu/drm/amd/display/dc/dml/Makefile >> index 87bab8e8139f..3488af2b5786 100644 >> --- a/drivers/gpu/drm/amd/display/dc/dml/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/dml/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'utils' sub-component of DAL. >>  # It provides the general basic services required by other DAL >>  # subcomponents. >> diff --git a/drivers/gpu/drm/amd/display/dc/gpio/Makefile b/drivers/gpu/drm/amd/display/dc/gpio/Makefile >> index 70d01a9e9676..562ee189d780 100644 >> --- a/drivers/gpu/drm/amd/display/dc/gpio/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/gpio/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +#nbio_v6_1_pcie_index_data >> +# >>  # Makefile for the 'gpio' sub-component of DAL. >>  # It provides the control and status of HW GPIO pins. >>  diff --git a/drivers/gpu/drm/amd/display/dc/i2caux/Makefile b/drivers/gpu/drm/amd/display/dc/i2caux/Makefile >> index 55603400acd9..352885cb4d07 100644 >> --- a/drivers/gpu/drm/amd/display/dc/i2caux/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/i2caux/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'i2c' sub-component of DAL. >>  # It provides the control and status of HW i2c engine of the adapter. >>  diff --git a/drivers/gpu/drm/amd/display/dc/irq/Makefile b/drivers/gpu/drm/amd/display/dc/irq/Makefile >> index c7e93f7223bd..498515aad4a5 100644 >> --- a/drivers/gpu/drm/amd/display/dc/irq/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/irq/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'audio' sub-component of DAL. >>  # It provides the control and status of HW adapter resources, >>  # that are global for the ASIC and sharable between pipes. >> diff --git a/drivers/gpu/drm/amd/display/dc/virtual/Makefile b/drivers/gpu/drm/amd/display/dc/virtual/Makefile >> index fc0b7318d9cc..07326d244d50 100644 >> --- a/drivers/gpu/drm/amd/display/dc/virtual/Makefile >> +++ b/drivers/gpu/drm/amd/display/dc/virtual/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the virtual sub-component of DAL. >>  # It provides the control and status of HW CRTC block. >>  diff --git a/drivers/gpu/drm/amd/display/modules/freesync/Makefile b/drivers/gpu/drm/amd/display/modules/freesync/Makefile >> index db8e0ff6d7a9..fb9a499780e8 100644 >> --- a/drivers/gpu/drm/amd/display/modules/freesync/Makefile >> +++ b/drivers/gpu/drm/amd/display/modules/freesync/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'freesync' sub-module of DAL. >>  # >>  diff --git a/drivers/gpu/drm/amd/lib/Makefile b/drivers/gpu/drm/amd/lib/Makefile >> index 87cd7009e80f..690243001e1a 100644 >> --- a/drivers/gpu/drm/amd/lib/Makefile >> +++ b/drivers/gpu/drm/amd/lib/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for AMD library routines, which are used by AMD driver >>  # components. >>  # >> diff --git a/drivers/gpu/drm/amd/powerplay/Makefile b/drivers/gpu/drm/amd/powerplay/Makefile >> index 68b417ac94dd..231785a9e24c 100644 >> --- a/drivers/gpu/drm/amd/powerplay/Makefile >> +++ b/drivers/gpu/drm/amd/powerplay/Makefile >> @@ -1,3 +1,24 @@ >> +# >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >>   subdir-ccflags-y += \ >>          -I$(FULL_AMD_PATH)/powerplay/inc/ \ >> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile >> index dc4bbcfe1243..a212c27f2e17 100644 >> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile >> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'hw manager' sub-component of powerplay. >>  # It provides the hardware management services for the driver. >>  diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile >> index b24b0f203a51..98e701e4f553 100644 >> --- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile >> +++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile >> @@ -1,4 +1,25 @@ >>  # >> +# Copyright 2017 Advanced Micro Devices, Inc. >> +# >> +# Permission is hereby granted, free of charge, to any person obtaining a >> +# copy of this software and associated documentation files (the "Software"), >> +# to deal in the Software without restriction, including without limitation >> +# the rights to use, copy, modify, merge, publish, distribute, sublicense, >> +# and/or sell copies of the Software, and to permit persons to whom the >> +# Software is furnished to do so, subject to the following conditions: >> +# >> +# The above copyright notice and this permission notice shall be included in >> +# all copies or substantial portions of the Software. >> +# >> +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR >> +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, >> +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL >> +# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR >> +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >> +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >> +# OTHER DEALINGS IN THE SOFTWARE. >> +# >> +# >>  # Makefile for the 'smu manager' sub-component of powerplay. >>  # It provides the smu management services for the driver. >>  > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx