Age | Commit message (Expand) | Author | Files | Lines |
2008-07-23 | Remove VGA regs from debug output. | Eric Anholt | 1 | -0/+6 |
2008-07-21 | Fix uninitialized-use warning in i830_debug.c ring dumping. | Eric Anholt | 1 | -2/+0 |
2008-07-21 | move FBC register dump out of display registers | Zhenyu Wang | 1 | -9/+9 |
2008-06-26 | Add DisplayPort registers. | Eric Anholt | 1 | -0/+25 |
2008-05-20 | Revert "Add FIFO watermark regs to register dumper" | Zhenyu Wang | 1 | -4/+0 |
2008-05-06 | Add FIFO watermark regs to register dumper | Jesse Barnes | 1 | -0/+4 |
2008-04-21 | Dump batch buffers found from main ring | Keith Packard | 1 | -96/+184 |
2008-04-20 | Add a bunch of 965 ring stuff to the debug dump | Keith Packard | 1 | -3/+456 |
2008-03-11 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt | 1 | -73/+75 |
2008-03-11 | Crack down on warnings. | Kristian Høgsberg | 1 | -11/+17 |
2008-02-29 | Bug 14591: comment out MI_DISPLAY_POWER_DOWN as for 965GM only | Zhenyu Wang | 1 | -1/+1 |
2008-02-21 | Remove side effects from VGA debug code | Jesse Barnes | 1 | -0/+1 |
2008-02-16 | Decode DSPCLK_GATE, dump PIPE*STAT, MI_MODE, MI_DISPLAY_POWER_DOWN, MI_ARB_ST... | Keith Packard | 1 | -1/+133 |
2008-02-07 | Add CACHE_MODE_0 register to dump output | Jesse Barnes | 1 | -0/+1 |
2008-02-05 | Fix build warnings on 64 bit | Jesse Barnes | 1 | -19/+21 |
2008-02-05 | Fix last commit on i8xx debug p2 value | Zhenyu Wang | 1 | -2/+2 |
2008-02-05 | Fix PLL reference clk debug dump | Hong Liu | 1 | -12/+26 |
2008-02-04 | Bug 10773: fix i8xx pll p2 value in i830_crtc_clock_get() | Hong Liu | 1 | -1/+5 |
2007-11-15 | Move fb compression reg definition into i810_reg.h | Zhenyu Wang | 1 | -1/+0 |
2007-11-14 | Add FBC registers to register dump output | Jesse Barnes | 1 | -0/+10 |
2007-11-09 | Remove unused 'palette_enable' variable | Jesse Barnes | 1 | -1/+1 |
2007-10-22 | intel_reg_dumper - dump VGA AR registers too | Jesse Barnes | 1 | -0/+29 |
2007-08-10 | Add #if 0-ed fence debugging code. It's noisy, and of little use to most. | Eric Anholt | 1 | -0/+32 |
2007-06-28 | Decode PLL registers in LVDS mode a bit better in debug code. | Keith Packard | 1 | -32/+84 |
2007-06-19 | Fix left G33 issues | Wang Zhenyu | 1 | -1/+1 |
2007-06-12 | On hang, dump up to the head pointer, not just up to the tail. | Eric Anholt | 1 | -1/+2 |
2007-05-23 | Dump pending ring on crash. | Keith Packard | 1 | -0/+25 |
2007-05-02 | Add DVO[ABC] register debugging. | Eric Anholt | 1 | -3/+30 |
2007-03-20 | Attempt to fix single/dual-channel issues on i9xx LVDS panels. | Eric Anholt | 1 | -1/+14 |
2007-03-19 | Add debug output for ADPA. | Eric Anholt | 1 | -1/+12 |
2007-03-13 | Refine the i855 LVDS clock code. In particular, p2 is always 14. | Eric Anholt | 1 | -7/+6 |
2007-02-28 | Add a non-installed command line tool using libpciaccess to dump registers. | Eric Anholt | 1 | -0/+13 |
2007-02-28 | Many fixes to mode_get, mode_set, clock limits, and register dumps on i855. | Eric Anholt | 1 | -16/+69 |
2007-02-15 | Print the correct meaning of bit 30 of pipeconf for 965 in debug output. | Eric Anholt | 1 | -2/+6 |
2007-02-01 | Improve register debugging output. | Eric Anholt | 1 | -19/+30 |
2007-01-02 | Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last. | Keith Packard | 1 | -0/+1 |
2006-12-12 | Extend the error state reporting to cover ESR and decode PGTBL_ERR for 945. | Eric Anholt | 1 | -7/+54 |
2006-12-12 | Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. | Eric Anholt | 1 | -0/+161 |
2006-12-12 | More debugging output for SDVO. | Eric Anholt | 1 | -5/+42 |
2006-12-06 | Clean up SDVO multiplier debug output | Keith Packard | 1 | -1/+1 |
2006-12-06 | Merge branch 'modesetting' into nonrandr-setup | Keith Packard | 1 | -43/+221 |
2006-12-06 | Merge branch 'generic-mode-set' into modesetting | Eric Anholt | 1 | -43/+221 |
2006-12-06 | Add missing newlines to new debug output. | Eric Anholt | 1 | -2/+2 |
2006-12-05 | Capture VGA registers sooner so checks are more informative | Keith Packard | 1 | -2/+2 |
2006-12-05 | Fix ordering of PIPE[AB]SRC debug output to be (x, y). | Eric Anholt | 1 | -2/+8 |
2006-12-05 | Add a bunch of per-register debug code to i830DumpRegs(). | Eric Anholt | 1 | -43/+215 |
2006-11-27 | Reduce the severity of many informational log messages. | Eric Anholt | 1 | -7/+9 |
2006-11-19 | Preliminary 945 TV output. Color key is broken. Fixed mode. | Keith Packard | 1 | -0/+35 |
2006-11-02 | Remove duplicated register defs that were just added. | Eric Anholt | 1 | -3/+2 |
2006-11-02 | Dump more registers for debug purposes | Keith Packard | 1 | -1/+133 |