Home
last modified time | relevance | path

Searched refs:fb_w (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c593 static void ade_clip_set(void __iomem *base, u32 ch, u32 fb_w, u32 x, in ade_clip_set() argument
603 if (fb_w == in_w) { /* bypass */ in ade_clip_set()
610 clip_right = fb_w - (x + in_w) - 1; in ade_clip_set()
617 writel((fb_w - 1) << 16 | (in_h - 1), base + ADE_CLIP_SIZE0(ch)); in ade_clip_set()