Commit 7d4eedb0 authored by kbuild test robot's avatar kbuild test robot Committed by Rob Clark

drm/msm/dpu: dpu_setup_dspp_pcc() can be static

Fixes: 4259ff7a ("drm/msm/dpu: add support for pcc color block in dpu driver")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent d9aeccec
......@@ -22,7 +22,7 @@
#define PCC_BLUE_G_OFF 0x24
#define PCC_BLUE_B_OFF 0x30
void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
struct dpu_hw_pcc_cfg *cfg)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment