Searched hist:"5 eddb70ba2b8cdbbdd563f5cb04e26fdc9b017f7" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 5eddb70ba2b8cdbbdd563f5cb04e26fdc9b017f7 Sat Sep 11 07:48:45 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Use macros to switch between equivalent pipe registers
The purpose is to make the code much easier to read and therefore reduce the possibility for bugs.
A side effect is that it also makes it much easier for the compiler, reducing the object size by 4k -- from just a few functions!
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_reg.h | diff 5eddb70ba2b8cdbbdd563f5cb04e26fdc9b017f7 Sat Sep 11 07:48:45 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Use macros to switch between equivalent pipe registers
The purpose is to make the code much easier to read and therefore reduce the possibility for bugs.
A side effect is that it also makes it much easier for the compiler, reducing the object size by 4k -- from just a few functions!
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|