search for: reg_disp_end

Displaying 2 results from an estimated 2 matches for "reg_disp_end".

2007 Jul 05
0
RANDR1.2 and LVDS
...ode) { is_fp = TRUE; - for (i = 0; i < 7; i++) { + if (nv_output->type == OUTPUT_DIGITAL) { + for (i = 0; i < 7; i++) { regp->fp_horiz_regs[i] = savep->fp_horiz_regs[i]; regp->fp_vert_regs[i] = savep->fp_vert_regs[i]; + } + + regp->fp_horiz_regs[REG_DISP_END] = mode->CrtcHDisplay - 1; + regp->fp_horiz_regs[REG_DISP_TOTAL] = mode->CrtcHTotal - 1; + regp->fp_horiz_regs[REG_DISP_CRTC] = mode->CrtcHDisplay; + regp->fp_horiz_regs[REG_DISP_SYNC_START] = mode->CrtcHSyncStart - 1; + regp->fp_horiz_regs[REG_DISP_SYNC_END] = mode-...
2008 May 16
19
[Bug 15949] New: LVDS-0 has wrapped screen with Randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=15949 Summary: LVDS-0 has wrapped screen with Randr1.2 Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org