]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'drm/drm-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 29 Nov 2011 01:44:35 +0000 (12:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 29 Nov 2011 01:44:35 +0000 (12:44 +1100)
1  2 
drivers/gpu/drm/Kconfig
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_crtc_helper.c
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/nouveau/nouveau_fbcon.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
include/drm/drmP.h
include/drm/drm_mode.h

Simple merge
Simple merge
Simple merge
Simple merge
index 15bfa9145d2b7f007b21f54ecee19b8b502648f2,9f592703c3696842d8a858de06bec880cd832a65..14ee75d4bb8ff06dd38f367112641e747caa3441
@@@ -788,9 -788,24 +788,24 @@@ static struct vm_operations_struct i915
        .close = drm_gem_vm_close,
  };
  
+ static const struct file_operations i915_driver_fops = {
+       .owner = THIS_MODULE,
+       .open = drm_open,
+       .release = drm_release,
+       .unlocked_ioctl = drm_ioctl,
+       .mmap = drm_gem_mmap,
+       .poll = drm_poll,
+       .fasync = drm_fasync,
+       .read = drm_read,
+ #ifdef CONFIG_COMPAT
+       .compat_ioctl = i915_compat_ioctl,
+ #endif
+       .llseek = noop_llseek,
+ };
  static struct drm_driver driver = {
 -      /* don't use mtrr's here, the Xserver or user space app should
 -       * deal with them for intel hardware.
 +      /* Don't use MTRRs here; the Xserver or userspace app should
 +       * deal with them for Intel hardware.
         */
        .driver_features =
            DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | /* DRIVER_USE_MTRR |*/
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge