drm/arm: Fix spelling typo in comments
Fix spelling typo in comments. Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220426121639.39160-1-pengfuyuan@kylinos.cn
This commit is contained in:
parent
ca5f13a214
commit
b62cc8fa82
@ -1271,7 +1271,7 @@ int komeda_release_unclaimed_resources(struct komeda_pipeline *pipe,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Since standalong disabled components must be disabled separately and in the
|
/* Since standalone disabled components must be disabled separately and in the
|
||||||
* last, So a complete disable operation may needs to call pipeline_disable
|
* last, So a complete disable operation may needs to call pipeline_disable
|
||||||
* twice (two phase disabling).
|
* twice (two phase disabling).
|
||||||
* Phase 1: disable the common components, flush it.
|
* Phase 1: disable the common components, flush it.
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
#define MALIDP_SE_COEFFTAB_DATA_MASK 0x3fff
|
#define MALIDP_SE_COEFFTAB_DATA_MASK 0x3fff
|
||||||
#define MALIDP_SE_SET_COEFFTAB_DATA(x) \
|
#define MALIDP_SE_SET_COEFFTAB_DATA(x) \
|
||||||
((x) & MALIDP_SE_COEFFTAB_DATA_MASK)
|
((x) & MALIDP_SE_COEFFTAB_DATA_MASK)
|
||||||
/* Enhance coeffents reigster offset */
|
/* Enhance coefficients register offset */
|
||||||
#define MALIDP_SE_IMAGE_ENH 0x3C
|
#define MALIDP_SE_IMAGE_ENH 0x3C
|
||||||
/* ENH_LIMITS offset 0x0 */
|
/* ENH_LIMITS offset 0x0 */
|
||||||
#define MALIDP_SE_ENH_LOW_LEVEL 24
|
#define MALIDP_SE_ENH_LOW_LEVEL 24
|
||||||
|
Loading…
Reference in New Issue
Block a user