Skip to content

Commit

Permalink
drm/amd/display: Removed redundant @ symbol to fix kernel-doc warning…
Browse files Browse the repository at this point in the history
…s in -next repo

For linux-next repository.

./drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h:1: warning: no structured comments found
./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:132: warning: Incorrect use of kernel-doc format:          * @@overlap_only: Whether overlapping of different planes is allowed.
./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:132: warning: Incorrect use of kernel-doc format:          * @@overlap_only: Whether overlapping of different planes is allowed.
./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:1: warning: no structured comments found
./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:132: warning: Incorrect use of kernel-doc format:          * @@overlap_only: Whether overlapping of different planes is allowed.
./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:162: warning: Function parameter or struct member 'pre_multiplied_alpha' not described in 'mpcc_blnd_cfg'

Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
R SUNDAR authored and Alex Deucher committed Mar 7, 2024
1 parent 2c79b0b commit 5eabf0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ struct mpcc_blnd_cfg {
*/
enum mpcc_alpha_blend_mode alpha_mode;

/***
* @@pre_multiplied_alpha:
*
/**
* @pre_multiplied_alpha:
* Whether pixel color values were pre-multiplied by the alpha channel
* (MPCC_ALPHA_MULTIPLIED_MODE).
*/
Expand All @@ -129,7 +128,7 @@ struct mpcc_blnd_cfg {
int global_alpha;

/**
* @@overlap_only: Whether overlapping of different planes is allowed.
* @overlap_only: Whether overlapping of different planes is allowed.
*/
bool overlap_only;

Expand Down

0 comments on commit 5eabf0c

Please sign in to comment.