lkml.org 
[lkml]   [2022]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] drm/amd/display: Remove macro DC_DEFAULT_LOG_MASK
Hi pengfuyuan,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v5.18-rc6 next-20220512]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url: https://github.com/intel-lab-lkp/linux/commits/pengfuyuan/drm-amd-display-Remove-macro-DC_DEFAULT_LOG_MASK/20220512-185320
base: git://anongit.freedesktop.org/drm/drm drm-next
config: arm-randconfig-r016-20220512 (https://download.01.org/0day-ci/archive/20220513/202205131519.0PPhVMxz-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 9519dacab7b8afd537811fc2abaceb4d14f4e16a)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://github.com/intel-lab-lkp/linux/commit/94b3092ea272cf77105cc7b19fcffc44b49e1a71
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review pengfuyuan/drm-amd-display-Remove-macro-DC_DEFAULT_LOG_MASK/20220512-185320
git checkout 94b3092ea272cf77105cc7b19fcffc44b49e1a71
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:31:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:40:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/hw_sequencer.h:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/clock_source.h:31:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/bios_parser_types.h:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:35:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dmub/dmub_srv.h:67:
drivers/gpu/drm/amd/amdgpu/../display/dmub/inc/dmub_cmd.h:862:18: warning: field cursor_copy_src within 'struct dmub_rb_cmd_mall' is less aligned than 'union dmub_addr' and is usually due to 'struct dmub_rb_cmd_mall' being packed, which can lead to unaligned accesses [-Wunaligned-access]
union dmub_addr cursor_copy_src; /**< Cursor copy address */
^
drivers/gpu/drm/amd/amdgpu/../display/dmub/inc/dmub_cmd.h:863:18: warning: field cursor_copy_dst within 'struct dmub_rb_cmd_mall' is less aligned than 'union dmub_addr' and is usually due to 'struct dmub_rb_cmd_mall' being packed, which can lead to unaligned accesses [-Wunaligned-access]
union dmub_addr cursor_copy_dst; /**< Cursor copy destination */
^
2 warnings and 2 errors generated.
--
In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.c:27:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:31:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.c:27:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:40:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/hw_sequencer.h:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/clock_source.h:31:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/bios_parser_types.h:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
2 errors generated.
--
In file included from drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_pp_smu.c:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
1 error generated.
--
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:28:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_helpers.h:34:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:31:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:3685:25: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
enum act_return_status ret;
^
1 warning and 2 errors generated.
--
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:28:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/resource.h:28:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:31:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:1642:6: warning: no previous prototype for function 'is_timing_changed' [-Wmissing-prototypes]
bool is_timing_changed(struct dc_stream_state *cur_stream,
^
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:1642:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
bool is_timing_changed(struct dc_stream_state *cur_stream,
^
static
1 warning and 2 errors generated.
--
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_enc_cfg.c:25:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/link_enc_cfg.h:33:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:31:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_enc_cfg.c:25:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/link_enc_cfg.h:33:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:40:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/hw_sequencer.h:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/inc/clock_source.h:31:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/bios_parser_types.h:30:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_enc_cfg.c:570:6: warning: variable 'matching_stream_ptrs' set but not used [-Wunused-but-set-variable]
int matching_stream_ptrs = 0;
^
1 warning and 2 errors generated.
--
In file included from drivers/gpu/drm/amd/amdgpu/../display/modules/freesync/freesync.c:28:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:36:
In file included from drivers/gpu/drm/amd/amdgpu/../display/include/logger_interface.h:29:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
In file included from drivers/gpu/drm/amd/amdgpu/../display/modules/freesync/freesync.c:29:
In file included from drivers/gpu/drm/amd/amdgpu/../display/dc/dc.h:31:
>> drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:26:2: error: unterminated conditional directive
#ifndef __DAL_LOGGER_TYPES_H__
^
drivers/gpu/drm/amd/amdgpu/../display/modules/freesync/freesync.c:1179:15: warning: variable 'average_render_time_in_us' set but not used [-Wunused-but-set-variable]
unsigned int average_render_time_in_us = 0;
^
1 warning and 2 errors generated.


vim +26 drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h

4562236b3bc0a28 Harry Wentland 2017-09-12 @26 #ifndef __DAL_LOGGER_TYPES_H__
4562236b3bc0a28 Harry Wentland 2017-09-12 27 #define __DAL_LOGGER_TYPES_H__
4562236b3bc0a28 Harry Wentland 2017-09-12 28

--
0-DAY CI Kernel Test Service
https://01.org/lkp

\
 
 \ /
  Last update: 2022-05-13 09:59    [W:1.202 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site