Skip to content

Commit

Permalink
drm/mediatek: aal: Add kerneldoc for struct mtk_disp_aal
Browse files Browse the repository at this point in the history
The kerneldoc for struct mtk_disp_aal is missing: write one and
document this structure.

Reviewed-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patchwork.kernel.org/project/dri-devel/patch/20231012095736.100784-15-angelogioacchino.delregno@collabora.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
  • Loading branch information
AngeloGioacchino Del Regno authored and Chun-Kuang Hu committed Oct 16, 2023
1 parent 692e1a0 commit 2b6c319
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/gpu/drm/mediatek/mtk_disp_aal.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ struct mtk_disp_aal_data {
bool has_gamma;
};

/**
* struct mtk_disp_aal - Display Adaptive Ambient Light driver structure
* @clk: clock for DISP_AAL controller
* @regs: MMIO registers base
* @cmdq_reg: CMDQ Client register
* @data: platform specific data for DISP_AAL
*/
struct mtk_disp_aal {
struct clk *clk;
void __iomem *regs;
Expand Down

0 comments on commit 2b6c319

Please sign in to comment.