Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1205 u32 actual_w, actual_h, dsp_w, dsp_h; in vop2_plane_atomic_update() local
1271 dsp_w = drm_rect_width(dest); in vop2_plane_atomic_update()
1273 if (dest->x1 + dsp_w > adjusted_mode->hdisplay) { in vop2_plane_atomic_update()
1275 vp->id, win->data->name, dest->x1, dsp_w, adjusted_mode->hdisplay); in vop2_plane_atomic_update()
1276 dsp_w = adjusted_mode->hdisplay - dest->x1; in vop2_plane_atomic_update()
1277 if (dsp_w < 4) in vop2_plane_atomic_update()
1278 dsp_w = 4; in vop2_plane_atomic_update()
1279 actual_w = dsp_w * actual_w / drm_rect_width(dest); in vop2_plane_atomic_update()
1298 if (actual_w > dsp_w && (actual_w & 0xf) == 1) { in vop2_plane_atomic_update()
1312 dsp_info = (dsp_h - 1) << 16 | ((dsp_w - 1) & 0xffff); in vop2_plane_atomic_update()
[all …]