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