Subversion Repositories Kolibri OS

Rev

Rev 5078 | Rev 6104 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5271
Line 1535... Line 1535...
1535
	/* Correct for shifted end of vbl at vbl_end. */
1535
	/* Correct for shifted end of vbl at vbl_end. */
1536
	*vpos = *vpos - vbl_end;
1536
	*vpos = *vpos - vbl_end;
Line 1537... Line 1537...
1537
 
1537
 
1538
	/* In vblank? */
1538
	/* In vblank? */
1539
	if (in_vbl)
1539
	if (in_vbl)
Line 1540... Line 1540...
1540
		ret |= DRM_SCANOUTPOS_INVBL;
1540
		ret |= DRM_SCANOUTPOS_IN_VBLANK;
1541
 
1541
 
1542
	/* Is vpos outside nominal vblank area, but less than
1542
	/* Is vpos outside nominal vblank area, but less than
1543
	 * 1/100 of a frame height away from start of vblank?
1543
	 * 1/100 of a frame height away from start of vblank?