Searched refs:actual_w (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c67 unsigned int actual_w; local
91 actual_w = exynos_plane_get_size(crtc_x, crtc_w, mode->hdisplay);
95 if (actual_w)
109 exynos_state->src.w = (actual_w * exynos_state->h_ratio) >> 16;
115 exynos_state->crtc.w = actual_w;
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1203 u32 actual_w, actual_h, dsp_w, dsp_h; local
1267 actual_w = drm_rect_width(src) >> 16;
1277 actual_w = dsp_w * actual_w / drm_rect_width(dest);
1293 * esmart can't support scale down when actual_w % 16 == 1.
1296 if (actual_w > dsp_w && (actual_w & 0xf) == 1) {
1298 vp->id, win->data->name, actual_w);
1299 actual_w -= 1;
1303 if (afbc_en && actual_w
[all...]
H A Drockchip_drm_vop.c921 unsigned int actual_w, actual_h; local
954 actual_w = drm_rect_width(src) >> 16;
956 act_info = (actual_h - 1) << 16 | ((actual_w - 1) & 0xffff);
1033 scl_vop_cal_scl_fac(vop, win, actual_w, actual_h,

Completed in 146 milliseconds