Re: [PATCH] drm/amd/display: Include missing header

2022-08-19 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Aug 18, 2022 at 9:28 AM Maíra Canal wrote: > > The file amdgpu_dm_plane.c missed the header amdgpu_dm_plane.h, which > resulted on the following warning: > > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:1046:5: > warning: no previous prototype

[PATCH] drm/amd/display: Include missing header

2022-08-18 Thread Maíra Canal
The file amdgpu_dm_plane.c missed the header amdgpu_dm_plane.h, which resulted on the following warning: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:1046:5: warning: no previous prototype for 'fill_dc_scaling_info' [-Wmissing-prototypes] drivers/gpu/drm/amd/amdgpu/../display/