All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zack Rusin <zack.rusin@broadcom.com>
To: dri-devel@lists.freedesktop.org
Cc: Maaz Mombasawala <maaz.mombasawala@broadcom.com>,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Martin Krastev <martin.krastev@broadcom.com>
Subject: [PATCH 3/5] drm/vmwgfx: Add SPDX header to vmwgfx_drm.h
Date: Fri, 26 Jan 2024 15:08:02 -0500	[thread overview]
Message-ID: <20240126200804.732454-4-zack.rusin@broadcom.com> (raw)
In-Reply-To: <20240126200804.732454-1-zack.rusin@broadcom.com>

From: Maaz Mombasawala <maaz.mombasawala@broadcom.com>

Update vmwgfx_drm.h with SPDX-License-Identifier:
(GPL-2.0 WITH Linux-syscall-note) OR MIT

Signed-off-by: Maaz Mombasawala <maaz.mombasawala@broadcom.com>
Reviewed-by: Martin Krastev <martin.krastev@broadcom.com>
Signed-off-by: Zack Rusin <zack.rusin@broadcom.com>
---
 include/uapi/drm/vmwgfx_drm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/drm/vmwgfx_drm.h b/include/uapi/drm/vmwgfx_drm.h
index 26d96fecb902..7d786a0cc835 100644
--- a/include/uapi/drm/vmwgfx_drm.h
+++ b/include/uapi/drm/vmwgfx_drm.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */
 /**************************************************************************
  *
  * Copyright © 2009-2023 VMware, Inc., Palo Alto, CA., USA
-- 
2.40.1


  parent reply	other threads:[~2024-01-26 20:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 20:07 [PATCH 0/5] drm/vmwgfx: Various kms related fixes Zack Rusin
2024-01-26 20:08 ` [PATCH 1/5] drm/vmwgfx: Refactor drm connector probing for display modes Zack Rusin
2024-01-26 20:08 ` [PATCH 2/5] drm/vmwgfx: Make all surfaces shareable Zack Rusin
2024-01-26 20:08 ` Zack Rusin [this message]
2024-01-26 20:08 ` [PATCH 4/5] drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs Zack Rusin
2024-01-26 20:08 ` [PATCH 5/5] drm/vmwgfx: Fix the lifetime of the bo cursor memory Zack Rusin
2024-01-26 20:08   ` Zack Rusin
2024-01-27  9:56   ` Martin Krastev
2024-01-27  9:56     ` Martin Krastev
2024-01-29 19:04 ` [PATCH 0/5] drm/vmwgfx: Various kms related fixes Ian Forbes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240126200804.732454-4-zack.rusin@broadcom.com \
    --to=zack.rusin@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=maaz.mombasawala@broadcom.com \
    --cc=martin.krastev@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.