瀏覽代碼

drm/vmwgfx: Fix copyright headers

Updating and fixing copyright headers.
Bump version minor to signal vgpu10 support.

Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Sinclair Yeh 10 年之前
父節點
當前提交
54fbde8a94

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2014-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_context.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2012 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2014-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2011 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2011-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 3 - 3
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -40,9 +40,9 @@
 #include <drm/ttm/ttm_module.h>
 #include <drm/ttm/ttm_module.h>
 #include "vmwgfx_fence.h"
 #include "vmwgfx_fence.h"
 
 
-#define VMWGFX_DRIVER_DATE "20150626"
+#define VMWGFX_DRIVER_DATE "20150810"
 #define VMWGFX_DRIVER_MAJOR 2
 #define VMWGFX_DRIVER_MAJOR 2
-#define VMWGFX_DRIVER_MINOR 7
+#define VMWGFX_DRIVER_MINOR 9
 #define VMWGFX_DRIVER_PATCHLEVEL 0
 #define VMWGFX_DRIVER_PATCHLEVEL 0
 #define VMWGFX_FILE_PAGE_OFFSET 0x00100000
 #define VMWGFX_FILE_PAGE_OFFSET 0x00100000
 #define VMWGFX_FIFO_STATIC_SIZE (1024*1024)
 #define VMWGFX_FIFO_STATIC_SIZE (1024*1024)

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c

@@ -1,7 +1,7 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
  * Copyright © 2007 David Airlie
  * Copyright © 2007 David Airlie
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2011 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2011-2014 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2011 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2011-2012 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2011 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_irq.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_mob.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2012 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2012-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_reg.h

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2012 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2012-2014 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2011-2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2011-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2012 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_so.c

@@ -1,5 +1,5 @@
 /**************************************************************************
 /**************************************************************************
- * Copyright © 2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2014-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_so.h

@@ -1,5 +1,5 @@
 /**************************************************************************
 /**************************************************************************
- * Copyright © 2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2014-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c

@@ -1,6 +1,6 @@
 /******************************************************************************
 /******************************************************************************
  *
  *
- * COPYRIGHT © 2014 VMware, Inc., Palo Alto, CA., USA
+ * COPYRIGHT © 2014-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009-2014 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2011 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a

+ 1 - 1
include/uapi/drm/vmwgfx_drm.h

@@ -1,6 +1,6 @@
 /**************************************************************************
 /**************************************************************************
  *
  *
- * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
+ * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
  * All Rights Reserved.
  * All Rights Reserved.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a