Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c592 static void ade_clip_set(void __iomem *base, u32 ch, u32 fb_w, u32 x, in ade_clip_set() argument
602 if (fb_w == in_w) { /* bypass */ in ade_clip_set()
609 clip_right = fb_w - (x + in_w) - 1; in ade_clip_set()
616 writel((fb_w - 1) << 16 | (in_h - 1), base + ADE_CLIP_SIZE0(ch)); in ade_clip_set()