Skip to content

Commit 7d4eedb

Browse files
intel-lab-lkprobclark
authored andcommitted
drm/msm/dpu: dpu_setup_dspp_pcc() can be static
Fixes: 4259ff7 ("drm/msm/dpu: add support for pcc color block in dpu driver") Signed-off-by: kbuild test robot <[email protected]> Signed-off-by: Rob Clark <[email protected]>
1 parent d9aecce commit 7d4eedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define PCC_BLUE_G_OFF 0x24
2323
#define PCC_BLUE_B_OFF 0x30
2424

25-
void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
25+
static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
2626
struct dpu_hw_pcc_cfg *cfg)
2727
{
2828

0 commit comments

Comments
 (0)