summaryrefslogtreecommitdiff
path: root/src/i830_display.c
AgeCommit message (Expand)Author
2008-08-01Don't program dsparb on new Intel chipZhenyu Wang
2008-07-31Update DSPARB while planes are still offJesse Barnes
2008-07-22SSC is LVDS onlyZhenyu Wang
2008-07-21Choose a split for DSPARB based on the configured modes for both planes.Jesse Barnes
2008-07-21Improve VBIOS feature detection, add SSC supportJesse Barnes
2008-07-21Improve FBC size checkingJesse Barnes
2008-07-21Fix official name for GM45 chipsetZhenyu Wang
2008-06-26Remove ErrorF debugging from modeset ioctlJesse Barnes
2008-06-26Add support for keeping vblank counters sane across mode settingJesse Barnes
2008-06-26The phase shift its are now reserved, and add HDMI clock limits.Eric Anholt
2008-06-26Initial 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
2008-04-11Bug #14935: Fix i9xx reference clock for spread spectrum.Hong Liu
2008-04-10Fix compiler warning from 24-bit lvds change.Eric Anholt
2008-04-09SDVO: Use the TV reference clock for SDVO TV outputs.Eric Anholt
2008-04-09Implement support for 24 bit pixel formatMike Isely
2008-04-09Fix LVDS regressionJesse Barnes
2008-03-30Disable cursors while switching modesKeith Packard
2008-03-13Remove fbc enable/disable messagesJesse Barnes
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-05Really print adjusted_mode for mode debugZhenyu Wang
2008-03-04Fix DPLL programming in CRTC mode setHong Liu
2008-03-04Change FBC idle mode back to defaultJesse Barnes
2008-02-19Fix last 8XX clock's p2 value commitZhenyu Wang
2008-02-06Only disable FBC if registers are availableJesse Barnes
2008-02-05Only enable FBC if one pipe is activeJesse Barnes
2008-02-05Program FBC fence offset registerJesse Barnes
2008-02-04Bug 10773: fix i8xx pll p2 value in i830_crtc_clock_get()Hong Liu
2008-01-30Frame buffer compression support on new chipsetJesse Barnes
2008-01-24Clear shadow memory after allocationZhenyu Wang
2008-01-09Add pipe A force enable quirkJesse Barnes
2007-11-15remove unnecessary i830_reg.h includesZhenyu Wang
2007-11-14Correct FBC debug messageJesse Barnes
2007-11-13Review PLL spreadsheet and update register ranges.Keith Packard
2007-11-01Framebuffer compression fix: front buffer may not be at fence 0Jesse Barnes
2007-10-30Clear compiler error: "void functions cannot return values"Alan Coopersmith
2007-10-18Warn in the log if we choose a PLL clock that's way out of line.Eric Anholt
2007-09-10Only swap planes and pipes if DRM supports itJesse Barnes
2007-08-26Mechanical API conversions for libpciaccess.Keith Packard
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-16Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDSJesse Barnes
2007-08-14Fix seg fault introduced in tiling patch when TV detectZhenyu Wang
2007-08-10Set DSPATILEOFF/DSPBTILEOFF to handle 965 tiled frame buffers.Keith Packard
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt
2007-08-10Tiling fixes for 965Jesse Barnes
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-07-13Remove hard-coded CRT blanking frobbing for load detection.fbcKeith Packard
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard
2007-07-13Eliminate bogus (and harmful) blanking adjustment for load detect.Keith Packard