Skip to content

Commit 6e169c7

Browse files
Alex Hungalexdeucher
authored andcommitted
drm/amd/display: Add doc entry for program_3dlut_size
Fixes the warning: Function parameter or struct member 'program_3dlut_size' not described in 'mpc_funcs' Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/dri-devel/[email protected]/ Reviewed-by: Aurabindo Pillai <[email protected]> Signed-off-by: Alex Hung <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 7d75ef3 commit 6e169c7

File tree

1 file changed

+14
-0
lines changed
  • drivers/gpu/drm/amd/display/dc/inc/hw

1 file changed

+14
-0
lines changed

drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,20 @@ struct mpc_funcs {
10391039
*/
10401040
void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_ID id, const enum MCM_LUT_XABLE xable,
10411041
bool lut_bank_a, int mpcc_id);
1042+
/**
1043+
* @program_3dlut_size:
1044+
*
1045+
* Program 3D LUT size.
1046+
*
1047+
* Parameters:
1048+
* - [in/out] mpc - MPC context.
1049+
* - [in] is_17x17x17 - is 3dlut 17x17x17
1050+
* - [in] mpcc_id
1051+
*
1052+
* Return:
1053+
*
1054+
* void
1055+
*/
10421056
void (*program_3dlut_size)(struct mpc *mpc, bool is_17x17x17, int mpcc_id);
10431057
};
10441058

0 commit comments

Comments
 (0)