OSDN Git Service

Merge branch 'master' into modesetting-101 - TTM & typedef removal
authorJesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
Mon, 24 Sep 2007 21:41:46 +0000 (14:41 -0700)
committerJesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
Mon, 24 Sep 2007 21:41:46 +0000 (14:41 -0700)
commit5cc3083179b19678456905a9122a3d0f04e6f623
tree9b776bdd317aa5af68b7cbf8fabde12e20eccf8a
parent2a2d02bbc500140a861380df52ce66abcac39312
parent54df1b9ff3b79097fedd8ed7bf54aca30a660cbd
Merge branch 'master' into modesetting-101 - TTM & typedef removal

Conflicts:

linux-core/drmP.h
linux-core/drm_bo.c
linux-core/drm_drv.c
linux-core/drm_objects.h
shared-core/drm.h
shared-core/i915_dma.c
shared-core/i915_drv.h
shared-core/i915_irq.c

Mostly removing typedefs that snuck into the modesetting code and
updating to the latest TTM APIs.  As of today, the i915 driver builds,
but there are likely to be problems, so debugging and bugfixes will
come next.
30 files changed:
linux-core/Makefile.kernel
linux-core/drmP.h
linux-core/drm_bo.c
linux-core/drm_bo_move.c
linux-core/drm_bufs.c
linux-core/drm_compat.h
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/drm_drv.c
linux-core/drm_edid.c
linux-core/drm_fops.c
linux-core/drm_objects.h
linux-core/drm_stub.c
linux-core/i915_buffer.c
linux-core/i915_drv.c
linux-core/i915_fence.c
linux-core/intel_crt.c
linux-core/intel_display.c
linux-core/intel_drv.h
linux-core/intel_fb.c
linux-core/intel_i2c.c
linux-core/intel_lvds.c
linux-core/intel_sdvo.c
shared-core/drm.h
shared-core/i915_dma.c
shared-core/i915_drm.h
shared-core/i915_drv.h
shared-core/i915_init.c
shared-core/i915_irq.c
shared-core/i915_mem.c