On 9/3/19 3:17 AM, Stephen Rothwell wrote:
Hi all,
News: I will only be doing 1 more release before I leave for Kernel Summit (there may be some reports on Thursday, but I doubt I will have time to finish the full release) and then no more until Sept 30.
Changes since 20190902:
on i386:
CC [M] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.o ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_ipp_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:641:3: error: implicit declaration of function ‘kzalloc’; did you mean ‘d_alloc’? [-Werror=implicit-function-declaration] kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL); ^~~~~~~ d_alloc ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:641:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_dpp_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:658:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dcn20_dpp), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:668:2: error: implicit declaration of function ‘kfree’; did you mean ‘ida_free’? [-Werror=implicit-function-declaration] kfree(dpp); ^~~~~ ida_free ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_aux_engine_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:677:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_i2c_hw_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:712:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); ^~~~~~~ CC [M] drivers/gpu/drm/i915/display/intel_atomic_plane.o ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_validate_bandwidth’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1068:38: warning: initialization makes pointer from integer without a cast [-Wint-conversion] display_e2e_pipe_params_st *pipes = kzalloc(dc->res_pool->pipe_count * sizeof(display_e2e_pipe_params_st), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_clock_source_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1126:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_hubp_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1146:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dcn21_hubp), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_hubbub_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1164:32: warning: initialization makes pointer from integer without a cast [-Wint-conversion] struct dcn20_hubbub *hubbub = kzalloc(sizeof(struct dcn20_hubbub), ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_opp_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1192:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_timing_generator_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1209:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct optc), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_mpc_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1228:28: warning: initialization makes pointer from integer without a cast [-Wint-conversion] struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_pp_smu_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1333:32: warning: initialization makes pointer from integer without a cast [-Wint-conversion] struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_stream_encoder_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1367:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_hwseq_create’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1394:26: warning: initialization makes pointer from integer without a cast [-Wint-conversion] struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); ^~~~~~~ ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘dcn21_create_resource_pool’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:1669:3: warning: initialization makes pointer from integer without a cast [-Wint-conversion] kzalloc(sizeof(struct dcn21_resource_pool), GFP_KERNEL); ^~~~~~~
Full randconfig file is attached.
dri-devel@lists.freedesktop.org