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