Searched hist:"62 fdfeaf8b1f487060b6e160e7b5cd90287607c9" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Makefile | diff 62fdfeaf8b1f487060b6e160e7b5cd90287607c9 Fri May 21 15:26:39 CDT 2010 Eric Anholt <eric@anholt.net> drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
This is preparation for supporting multiple ringbuffers on Ironlake. The non-copy-and-paste changes are: - de-staticing functions - I915_GEM_GPU_DOMAINS moving to i915_drv.h to be used by both files. - i915_gem_add_request had only half its implementation copy-and-pasted out of the middle of it.
|
H A D | i915_irq.c | diff 62fdfeaf8b1f487060b6e160e7b5cd90287607c9 Fri May 21 15:26:39 CDT 2010 Eric Anholt <eric@anholt.net> drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
This is preparation for supporting multiple ringbuffers on Ironlake. The non-copy-and-paste changes are: - de-staticing functions - I915_GEM_GPU_DOMAINS moving to i915_drv.h to be used by both files. - i915_gem_add_request had only half its implementation copy-and-pasted out of the middle of it.
|
H A D | i915_gem.c | diff 62fdfeaf8b1f487060b6e160e7b5cd90287607c9 Fri May 21 15:26:39 CDT 2010 Eric Anholt <eric@anholt.net> drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
This is preparation for supporting multiple ringbuffers on Ironlake. The non-copy-and-paste changes are: - de-staticing functions - I915_GEM_GPU_DOMAINS moving to i915_drv.h to be used by both files. - i915_gem_add_request had only half its implementation copy-and-pasted out of the middle of it.
|
H A D | i915_drv.h | diff 62fdfeaf8b1f487060b6e160e7b5cd90287607c9 Fri May 21 15:26:39 CDT 2010 Eric Anholt <eric@anholt.net> drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
This is preparation for supporting multiple ringbuffers on Ironlake. The non-copy-and-paste changes are: - de-staticing functions - I915_GEM_GPU_DOMAINS moving to i915_drv.h to be used by both files. - i915_gem_add_request had only half its implementation copy-and-pasted out of the middle of it.
|