Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c69 unsigned int actual_w; in exynos_plane_mode_set() local
72 actual_w = exynos_plane_get_size(crtc_x, crtc_w, mode->hdisplay); in exynos_plane_mode_set()
76 if (actual_w) in exynos_plane_mode_set()
94 exynos_plane->src_w = (actual_w * exynos_plane->h_ratio) >> 16; in exynos_plane_mode_set()
100 exynos_plane->crtc_w = actual_w; in exynos_plane_mode_set()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c805 unsigned int actual_w; in vop_update_plane_event() local
880 actual_w = (src.x2 - src.x1) >> 16; in vop_update_plane_event()
952 scl_vop_cal_scl_fac(vop, win, actual_w, actual_h, in vop_update_plane_event()
957 val |= (actual_w - 1) & 0xffff; in vop_update_plane_event()