mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 00:59:55 +00:00
drm/amd/display/dc/dce110/dce110_transform_v: Demote kernel-doc abuse
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:228: warning: bad line: void drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:233: warning: Function parameter or member 'xfm_dce' not described in 'program_overscan' drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:233: warning: Function parameter or member 'data' not described in 'program_overscan' 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> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bfde520e89
commit
aa03febbd3
@ -217,16 +217,15 @@ static bool setup_scaling_configuration(
|
|||||||
return is_scaling_needed;
|
return is_scaling_needed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Function:
|
* Function:
|
||||||
* void program_overscan
|
* void program_overscan
|
||||||
*
|
*
|
||||||
* Purpose: Programs overscan border
|
* Purpose: Programs overscan border
|
||||||
* Input: overscan
|
* Input: overscan
|
||||||
*
|
*
|
||||||
* Output:
|
* Output: void
|
||||||
void
|
*/
|
||||||
*/
|
|
||||||
static void program_overscan(
|
static void program_overscan(
|
||||||
struct dce_transform *xfm_dce,
|
struct dce_transform *xfm_dce,
|
||||||
const struct scaler_data *data)
|
const struct scaler_data *data)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user