Эх сурвалжийг харах

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 жил өмнө
parent
commit
54fbde8a94
30 өөрчлөгдсөн 32 нэмэгдсэн , 32 устгасан
  1. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
  2. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c
  3. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_context.c
  4. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
  5. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c
  6. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
  7. 3 3
      drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
  8. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_fb.c
  9. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
  10. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
  11. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
  12. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c
  13. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
  14. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
  15. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
  16. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
  17. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
  18. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
  19. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
  20. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_reg.h
  21. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
  22. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h
  23. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
  24. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
  25. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_so.c
  26. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_so.h
  27. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
  28. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
  29. 1 1
      drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c
  30. 1 1
      include/uapi/drm/vmwgfx_drm.h

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