projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9aecce
)
drm/msm/dpu: dpu_setup_dspp_pcc() can be static
author
kbuild test robot
<lkp@intel.com>
Thu, 21 May 2020 07:11:13 +0000
(15:11 +0800)
committer
Rob Clark
<robdclark@chromium.org>
Fri, 22 May 2020 16:12:32 +0000
(09:12 -0700)
Fixes:
4259ff7ae509
("drm/msm/dpu: add support for pcc color block in dpu driver")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c
b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c
index
b5189ce
..
a7a2453
100644
(file)
--- a/
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c
+++ b/
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.c
@@
-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)
{