summaryrefslogtreecommitdiff
path: root/src/i830_debug.c
AgeCommit message (Expand)Author
2009-10-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-05Remove error state dumping code.Eric Anholt
2009-09-21More dumps for Arrandale LVDSZhenyu Wang
2009-08-31debug: i830_valid_command: Return invalid for subopcodes with no nameCarl Worth
2009-08-25Add cursor registers to debug dump output.Keith Packard
2009-08-21Add HDMI audio registersWu Fengguang
2009-06-10Add new chipset register dumpsZhenyu Wang
2009-05-13Add new have_gem flagJesse Barnes
2009-05-12Add DP link and GMCH M and N registersKeith Packard
2009-03-13Add DCC register dumping.Eric Anholt
2009-03-13Add dumping of 915 and 945 fence registers.Eric Anholt
2009-03-13Add PGETBL_CTL to the debug output.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-02-26Intel video driver patchShaohua Li
2008-12-12Dump out fence registers by default, add fence end registers as wellKeith Packard
2008-12-12Don't warn on ring enabled in GEMZhenyu Wang
2008-09-09Add some MCHBAR registers for debugging tile swizzling issues.Eric Anholt
2008-08-20Add more panel debugging info to register dump & vbios readerJesse Barnes
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-08-05Merge branch 'master' into drm-gemJesse Barnes
2008-07-18Fix uninitialized-use warning in i830_debug.c ring dumping.Eric Anholt
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-07-16move FBC register dump out of display registersZhenyu Wang
2008-06-19Add DisplayPort registers.Eric Anholt
2008-06-19Remove VGA regs from debug output.Eric Anholt
2008-06-05Merge branch 'master' into drm-gemEric Anholt
2008-05-20Revert "Add FIFO watermark regs to register dumper"Zhenyu Wang
2008-05-17Merge commit 'origin/master' into drm-gemKeith Packard
2008-05-06Add FIFO watermark regs to register dumperJesse Barnes
2008-05-05Fix up ring dumping code for non-i965Keith Packard
2008-04-21Dump batch buffers found from main ringKeith Packard
2008-04-20Add a bunch of 965 ring stuff to the debug dumpKeith Packard
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Crack down on warnings.Kristian Høgsberg
2008-02-29Bug 14591: comment out MI_DISPLAY_POWER_DOWN as for 965GM onlyZhenyu Wang
2008-02-21Remove side effects from VGA debug codeJesse Barnes
2008-02-16Decode DSPCLK_GATE, dump PIPE*STAT, MI_MODE, MI_DISPLAY_POWER_DOWN, MI_ARB_ST...Keith Packard
2008-02-07Add CACHE_MODE_0 register to dump outputJesse Barnes
2008-02-05Fix build warnings on 64 bitJesse Barnes
2008-02-05Fix last commit on i8xx debug p2 valueZhenyu Wang
2008-02-05Fix PLL reference clk debug dumpHong Liu
2008-02-04Bug 10773: fix i8xx pll p2 value in i830_crtc_clock_get()Hong Liu
2007-11-15Move fb compression reg definition into i810_reg.hZhenyu Wang
2007-11-14Add FBC registers to register dump outputJesse Barnes
2007-11-09Remove unused 'palette_enable' variableJesse Barnes
2007-10-22intel_reg_dumper - dump VGA AR registers tooJesse Barnes
2007-08-10Add #if 0-ed fence debugging code. It's noisy, and of little use to most.Eric Anholt
2007-06-28Decode PLL registers in LVDS mode a bit better in debug code.Keith Packard
2007-06-19Fix left G33 issuesWang Zhenyu