summaryrefslogtreecommitdiff
path: root/src/i830_debug.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-31debug: i830_valid_command: Return invalid for subopcodes with no nameCarl Worth1-2/+0
2009-08-25Add cursor registers to debug dump output.Keith Packard1-1/+7
2009-08-21Add HDMI audio registersWu Fengguang1-0/+13
2009-06-10Add new chipset register dumpsZhenyu Wang1-9/+606
2009-05-13Add new have_gem flagJesse Barnes1-1/+1
2009-05-12Add DP link and GMCH M and N registersKeith Packard1-0/+8
2009-03-13Add DCC register dumping.Eric Anholt1-0/+28
2009-03-13Add dumping of 915 and 945 fence registers.Eric Anholt1-28/+75
2009-03-13Add PGETBL_CTL to the debug output.Eric Anholt1-0/+2
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-6/+4
2009-02-26Intel video driver patchShaohua Li1-7/+35
2008-12-12Dump out fence registers by default, add fence end registers as wellKeith Packard1-21/+30
2008-12-12Don't warn on ring enabled in GEMZhenyu Wang1-1/+1
2008-09-09Add some MCHBAR registers for debugging tile swizzling issues.Eric Anholt1-0/+42
2008-08-20Add more panel debugging info to register dump & vbios readerJesse Barnes1-0/+3
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard1-0/+2
2008-08-05Merge branch 'master' into drm-gemJesse Barnes1-2/+0
2008-07-18Fix uninitialized-use warning in i830_debug.c ring dumping.Eric Anholt1-2/+0
2008-07-17Merge branch 'master' into drm-gemCarl Worth1-9/+40
2008-07-16move FBC register dump out of display registersZhenyu Wang1-9/+9
2008-06-19Add DisplayPort registers.Eric Anholt1-0/+25
2008-06-19Remove VGA regs from debug output.Eric Anholt1-0/+6
2008-06-05Merge branch 'master' into drm-gemEric Anholt1-4/+0
2008-05-20Revert "Add FIFO watermark regs to register dumper"Zhenyu Wang1-4/+0
2008-05-17Merge commit 'origin/master' into drm-gemKeith Packard1-0/+4
2008-05-06Add FIFO watermark regs to register dumperJesse Barnes1-0/+4
2008-05-05Fix up ring dumping code for non-i965Keith Packard1-7/+6
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