nothing changed, trick to commit :-/

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6226 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2004-01-22 19:51:35 +00:00
parent 581d6a024e
commit b4bdc2b687
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ status_t nv_crtc_set_display_pitch()
/* enable access to CRTC1 on dualhead cards */
if (si->ps.secondary_head) CRTCW(OWNER, 0x00);
/*program the card!*/
/* program the card */
CRTCW(PITCHL, (offset & 0x00ff));
CRTCW(REPAINT0, ((CRTCR(REPAINT0) & 0x1f) | ((offset & 0x0700) >> 3)));

View File

@ -355,7 +355,7 @@ status_t nv_crtc2_set_display_pitch()
/* enable access to CRTC2 */
CRTC2W(OWNER, 0x03);
/*program the card!*/
/* program the card */
CRTC2W(PITCHL, (offset & 0x00ff));
CRTC2W(REPAINT0, ((CRTC2R(REPAINT0) & 0x1f) | ((offset & 0x0700) >> 3)));