lkml.org 
[lkml]   [2021]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 12/34] drm/amd/display/amdgpu_dm/amdgpu_dm: Functions must directly follow their headers
    Date
    Fixes the following W=1 kernel build warning(s):

    drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:608: warning: Function parameter or member 'interrupt_params' not described in 'dm_dcn_vertical_interrupt0_high_irq'

    Cc: Harry Wentland <harry.wentland@amd.com>
    Cc: Leo Li <sunpeng.li@amd.com>
    Cc: Alex Deucher <alexander.deucher@amd.com>
    Cc: "Christian König" <christian.koenig@amd.com>
    Cc: David Airlie <airlied@linux.ie>
    Cc: Daniel Vetter <daniel@ffwll.ch>
    Cc: amd-gfx@lists.freedesktop.org
    Cc: dri-devel@lists.freedesktop.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
    index b4e95d3ff3b88..ae0a95c5f1d8c 100644
    --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
    +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
    @@ -601,6 +601,7 @@ static void dm_crtc_high_irq(void *interrupt_params)
    }

    #if defined(CONFIG_DRM_AMD_DC_DCN)
    +#if defined(CONFIG_DRM_AMD_SECURE_DISPLAY)
    /**
    * dm_dcn_vertical_interrupt0_high_irq() - Handles OTG Vertical interrupt0 for
    * DCN generation ASICs
    @@ -608,7 +609,6 @@ static void dm_crtc_high_irq(void *interrupt_params)
    *
    * Used to set crc window/read out crc value at vertical line 0 position
    */
    -#if defined(CONFIG_DRM_AMD_SECURE_DISPLAY)
    static void dm_dcn_vertical_interrupt0_high_irq(void *interrupt_params)
    {
    struct common_irq_params *irq_params = interrupt_params;
    --
    2.31.1
    \
     
     \ /
      Last update: 2021-05-26 10:48    [W:4.183 / U:0.824 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site