Searched refs:hact_st (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1518 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; local
1540 hact_st += hdisplay * (100 - left_margin) / 200;
1541 hact_end = hact_st + hsize;
1542 val = hact_st << 16;
1932 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; local
1933 u16 hact_end = hact_st + hdisplay;
2012 val = hact_st << 16;
H A Drockchip_drm_vop.c1374 u16 hact_st = adjusted_mode->htotal - adjusted_mode->hsync_start; local
1375 u16 hact_end = hact_st + hdisplay;
1464 val = hact_st << 16;

Completed in 115 milliseconds