[PATCH 0/3]Reduce code delta with copyright notice
Harry Wentland
harry.wentland at amd.com
Fri Oct 20 18:54:42 UTC 2023
On 2023-10-20 14:06, Stylon Wang wrote:
> Many of the DC files have either incomplete or incorrect copyright
> notice. This patchset aims to address this and also make lives
> less difficult for those doing backport/upstream activities.
>
Series is
Reviewed-by: Harry Wentland <harry.wentland at amd.com>
Harry
> Stylon Wang (3):
> drm/amd/display: Add missing copyright notice in DMUB
> drm/amd/display: Fix copyright notice in DML2 code
> drm/amd/display: Fix copyright notice in DC code
>
> .../drm/amd/display/dc/dcn303/dcn303_dccg.h | 18 ++++++++++++++++++
> .../drm/amd/display/dc/dcn303/dcn303_init.c | 18 ++++++++++++++++++
> .../drm/amd/display/dc/dcn303/dcn303_init.h | 18 ++++++++++++++++++
> .../amd/display/dc/dcn303/dcn303_resource.c | 18 ++++++++++++++++++
> .../amd/display/dc/dcn303/dcn303_resource.h | 18 ++++++++++++++++++
> drivers/gpu/drm/amd/display/dc/dcn31/Makefile | 2 +-
> .../gpu/drm/amd/display/dc/dcn35/dcn35_dpp.c | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_dpp.h | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_dsc.c | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_dsc.h | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_dwb.h | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_hubbub.c | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_hubbub.h | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_hubp.c | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_hubp.h | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_init.c | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_init.h | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_mmhubbub.c | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_mmhubbub.h | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_opp.c | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_opp.h | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_optc.c | 2 ++
> .../gpu/drm/amd/display/dc/dcn35/dcn35_optc.h | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_pg_cntl.c | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_pg_cntl.h | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_resource.c | 2 ++
> .../drm/amd/display/dc/dcn35/dcn35_resource.h | 2 ++
> drivers/gpu/drm/amd/display/dc/dml2/Makefile | 4 +++-
> .../gpu/drm/amd/display/dc/dml2/cmntypes.h | 2 ++
> .../amd/display/dc/dml2/display_mode_core.c | 2 ++
> .../dc/dml2/display_mode_core_structs.h | 2 ++
> .../dc/dml2/display_mode_lib_defines.h | 2 ++
> .../amd/display/dc/dml2/display_mode_util.c | 2 ++
> .../amd/display/dc/dml2/display_mode_util.h | 2 ++
> .../display/dc/dml2/dml2_dc_resource_mgmt.c | 2 ++
> .../display/dc/dml2/dml2_dc_resource_mgmt.h | 2 ++
> .../drm/amd/display/dc/dml2/dml2_dc_types.h | 2 ++
> .../amd/display/dc/dml2/dml2_internal_types.h | 2 ++
> .../amd/display/dc/dml2/dml2_mall_phantom.c | 2 ++
> .../amd/display/dc/dml2/dml2_mall_phantom.h | 2 ++
> .../gpu/drm/amd/display/dc/dml2/dml2_policy.c | 2 ++
> .../display/dc/dml2/dml2_translation_helper.c | 2 ++
> .../display/dc/dml2/dml2_translation_helper.h | 2 ++
> .../gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 ++
> .../drm/amd/display/dc/dml2/dml2_wrapper.c | 2 ++
> .../drm/amd/display/dc/dml2/dml2_wrapper.h | 2 ++
> .../gpu/drm/amd/display/dc/dml2/dml_assert.h | 2 ++
> .../drm/amd/display/dc/dml2/dml_depedencies.h | 2 ++
> .../gpu/drm/amd/display/dc/dml2/dml_logging.h | 2 ++
> drivers/gpu/drm/amd/display/dc/hdcp/Makefile | 2 +-
> .../amd/display/dc/hwss/dcn303/dcn303_hwseq.c | 19 +++++++++++++++++++
> .../amd/display/dc/hwss/dcn303/dcn303_hwseq.h | 19 +++++++++++++++++++
> .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 2 ++
> .../amd/display/dc/hwss/dcn35/dcn35_hwseq.h | 2 ++
> .../dc/irq/dcn201/irq_service_dcn201.c | 2 +-
> .../dc/irq/dcn303/irq_service_dcn303.c | 19 +++++++++++++++++++
> .../dc/irq/dcn303/irq_service_dcn303.h | 19 +++++++++++++++++++
> .../drm/amd/display/dmub/src/dmub_dcn303.c | 19 +++++++++++++++++++
> .../drm/amd/display/dmub/src/dmub_dcn303.h | 19 +++++++++++++++++++
> 59 files changed, 298 insertions(+), 4 deletions(-)
>
More information about the amd-gfx
mailing list