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

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1520 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; local
1542 hact_st += hdisplay * (100 - left_margin) / 200;
1543 hact_end = hact_st + hsize;
1544 val = hact_st << 16;
1934 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; local
1935 u16 hact_end = hact_st + hdisplay;
2014 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 207 milliseconds