summaryrefslogtreecommitdiff
path: root/src/i830_display.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02Clear the bo on the rotate scratch pixmapJesse Barnes1-1/+3
2009-07-01Fix 945GM VT switch in UMSZhenyu Wang1-0/+1
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt1-9/+0
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt1-2/+4
2009-04-27Remove DRI1 support.Eric Anholt1-72/+5
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-2/+4
2009-04-21Remove dead mono cursor load code.Eric Anholt1-1/+0
2009-03-25disable center mode for 965GM and G4X platformMa, Ling1-0/+3
2009-03-18Create known output configuration at EnterVT timeJesse Barnes1-98/+128
2009-03-17Use best PLL timing values for G4X platformMa Ling1-11/+91
2009-03-17Define documented PLL timing limits for G4X platformMa Ling1-1/+176
2009-03-06DRI1: Update sarea (and other information) when CRTC configuration changes.Eric Anholt1-0/+5
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-4/+1
2009-02-26Intel video driver patchShaohua Li1-19/+97
2009-02-18Fix SDVO mulitiplier setting for 945GZhenyu Wang1-1/+1
2009-02-13SDVO: Fix TV supportZhenyu Wang1-3/+22
2009-02-06Don't disable vga centering bit.Ma Ling1-4/+0
2009-01-14Disable VGA plane reliablyMa Ling1-2/+32
2009-01-13Assign rotation memory dri_bo to rotation pixmap.Keith Packard1-0/+3
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard1-4/+27
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard1-4/+6
2008-12-30Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.Eric Anholt1-4/+0
2008-12-09Add RandR 1.3 panning support by supporting the crtc set_origin functionKeith Packard1-0/+10
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg1-12/+12
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang1-1/+1
2008-10-19Use pipes, not planes for sarea geometry dataKeith Packard1-11/+11
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg1-19/+29
2008-09-30Fix ordering of VGA vs. plane disableOlivier Fourdan1-19/+29
2008-08-29Add DRI2 support.Kristian Høgsberg1-5/+5
2008-08-26Fix typo in last commitRobert Noland1-1/+1
2008-08-26Check for drm before calling modeset ioctl.Robert Noland1-0/+3
2008-08-20Don't disable planes in i830_update_dsparbJesse Barnes1-15/+5
2008-08-14Fix pipe A force quirkJesse Barnes1-1/+1
2008-08-11Fix DPMS off in the presence of the pipe A quirk.Olivier Fourdan1-29/+28
2008-07-31Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes1-1/+2
2008-07-31Update DSPARB while planes are still offJesse Barnes1-2/+2
2008-07-31Don't program dsparb on new Intel chipZhenyu Wang1-1/+2
2008-07-22SSC is LVDS onlyZhenyu Wang1-1/+1
2008-07-18Choose a split for DSPARB based on the configured modes for both planes.Jesse Barnes1-0/+75
2008-07-10Improve VBIOS feature detection, add SSC supportJesse Barnes1-5/+13
2008-07-07Improve FBC size checkingJesse Barnes1-0/+14
2008-07-03Fix official name for GM45 chipsetZhenyu Wang1-3/+3
2008-06-24Remove ErrorF debugging from modeset ioctlJesse Barnes1-2/+0
2008-06-24Add support for keeping vblank counters sane across mode settingJesse Barnes1-0/+36
2008-06-19The phase shift its are now reserved, and add HDMI clock limits.Eric Anholt1-1/+1
2008-06-19Initial HDMI work. Not currently hooked up at startup.Eric Anholt1-0/+1
2008-06-05Move debug clock printout from ErrorF to X_INFO.Eric Anholt1-8/+10
2008-05-26Handle display FIFOs betterJesse Barnes1-0/+4
2008-04-11Bug #14935: Fix i9xx reference clock for spread spectrum.Hong Liu1-2/+4
2008-04-10Fix compiler warning from 24-bit lvds change.Eric Anholt1-2/+3