All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexander.deucher@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [RFC PATCH 2/2] drm/amdgpu: bump driver version for PROFILE IOCTL
Date: Thu, 2 Dec 2021 14:19:12 -0500	[thread overview]
Message-ID: <20211202191912.6148-2-alexander.deucher@amd.com> (raw)
In-Reply-To: <20211202191912.6148-1-alexander.deucher@amd.com>

So mesa and tools know when this is available.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 0e27f9673f8f..b50cf36417cf 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -100,9 +100,10 @@
  * - 3.42.0 - Add 16bpc fixed point display support
  * - 3.43.0 - Add device hot plug/unplug support
  * - 3.44.0 - DCN3 supports DCC independent block settings: !64B && 128B, 64B && 128B
+ * - 3.45.0 - Add PROFILE IOCTL
  */
 #define KMS_DRIVER_MAJOR	3
-#define KMS_DRIVER_MINOR	44
+#define KMS_DRIVER_MINOR	45
 #define KMS_DRIVER_PATCHLEVEL	0
 
 int amdgpu_vram_limit;
-- 
2.31.1


  reply	other threads:[~2021-12-02 20:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-02 19:19 [RFC PATCH 1/2] drm/amdgpu/UAPI: add new PROFILE IOCTL Alex Deucher
2021-12-02 19:19 ` Alex Deucher [this message]
2021-12-03 12:07 ` Lazar, Lijo
2021-12-03 16:08   ` Alex Deucher
2021-12-03 12:15 ` Christian König
2021-12-03 16:13   ` Alex Deucher
2021-12-05  9:23     ` Christian König
2021-12-06 10:56       ` Lazar, Lijo
2021-12-06 11:22         ` Christian König
2021-12-06 11:36           ` Lazar, Lijo
2021-12-06 12:12             ` Christian König
2021-12-06 13:23               ` Lazar, Lijo
2021-12-06 13:59                 ` Christian König
2021-12-14 14:53       ` Alex Deucher
2021-12-14 14:57         ` Christian König
2021-12-14 15:12           ` Alex Deucher
2021-12-14 16:46             ` Christian König
2021-12-06  1:36 ` Quan, Evan
2021-12-06 15:24 ` Felix Kuehling

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=20211202191912.6148-2-alexander.deucher@amd.com \
    --to=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    /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.