diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-10 06:44:43 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-10 06:44:43 -0400 |
commit | 967ad7f1489da7babbe0746f81c283458ecd3f84 (patch) | |
tree | 812608fd6efcfe81096bd51b1ec1c2a4167385f6 /drivers/gpu/drm/i915/i915_drv.c | |
parent | d7bf63f2465b3b6335dd66ffbf387768d81a59d5 (diff) | |
parent | 6aba5b6cf098ba305fc31b23cc14114a16768d22 (diff) |
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
The conflict in intel_drv.h tripped me up a bit since a patch in dinq
moves all the functions around, but another one in drm-next removes a
single function. So I'ev figured backing this into a backmerge would
be good.
i915_dma.c is just adjacent lines changed, nothing nefarious there.
Conflicts:
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/intel_drv.h
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 0fc96586acf3..96f230497cbe 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -940,7 +940,6 @@ static struct drm_driver driver = { | |||
940 | .debugfs_init = i915_debugfs_init, | 940 | .debugfs_init = i915_debugfs_init, |
941 | .debugfs_cleanup = i915_debugfs_cleanup, | 941 | .debugfs_cleanup = i915_debugfs_cleanup, |
942 | #endif | 942 | #endif |
943 | .gem_init_object = i915_gem_init_object, | ||
944 | .gem_free_object = i915_gem_free_object, | 943 | .gem_free_object = i915_gem_free_object, |
945 | .gem_vm_ops = &i915_gem_vm_ops, | 944 | .gem_vm_ops = &i915_gem_vm_ops, |
946 | 945 | ||