summaryrefslogtreecommitdiff
path: root/tools/intel_stepping.c
AgeCommit message (Collapse)Author
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter
With the header cleanup we can now give this header a suitable name, since it now really only contains register access and other I/O functions and assorted definitions. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-03-22lib: remove uncessary #includes from headersDaniel Vetter
Only include what the header itself needs. The big fish here is intel-gpu-tools.h. More will follow. One ugly thing removed here is the duplicated GEN6_TD_CTL #define, one of which was broken. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-01-09tools/intel_stepping: fixup new warningsDaniel Vetter
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-02-10intel_stepping: Include clocks in summaryChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-03-27intel_stepping: Add G45 and GM45.Eric Anholt
2009-03-27Add intel_stepping from the 2D driver.Eric Anholt