* [PATCH] Changes in Makefile to change patch version
@ 2025-08-03 14:51 vsshingne
2025-08-03 14:51 ` [PATCH 1/2] docs: powerpc: Add htm.rst to the toctree vsshingne
2025-08-03 14:51 ` [PATCH 2/2] docs: drm/amd/display: Document 'mcm' and 'rmcm' in mpc_funcs struct vsshingne
0 siblings, 2 replies; 3+ messages in thread
From: vsshingne @ 2025-08-03 14:51 UTC (permalink / raw)
To: linux-kernel; +Cc: vsshingne
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c09766beb7ef..06eb670c6c36 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 6
PATCHLEVEL = 16
SUBLEVEL = 0
-EXTRAVERSION = -rc6
+EXTRAVERSION = -vsprime
NAME = Baby Opossum Posse
# *DOCUMENTATION*
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 1/2] docs: powerpc: Add htm.rst to the toctree
2025-08-03 14:51 [PATCH] Changes in Makefile to change patch version vsshingne
@ 2025-08-03 14:51 ` vsshingne
2025-08-03 14:51 ` [PATCH 2/2] docs: drm/amd/display: Document 'mcm' and 'rmcm' in mpc_funcs struct vsshingne
1 sibling, 0 replies; 3+ messages in thread
From: vsshingne @ 2025-08-03 14:51 UTC (permalink / raw)
To: linux-kernel; +Cc: vsshingne
From: vsshingne <vaibhavshigne66@gmail.com>
Signed-off-by: vsshingne <vaibhavshigne66@gmail.com>
---
Documentation/arch/powerpc/index.rst | 1 +
Documentation/virt/kvm/api.rst | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/arch/powerpc/index.rst b/Documentation/arch/powerpc/index.rst
index 0560cbae5fa1..173a787b6cc3 100644
--- a/Documentation/arch/powerpc/index.rst
+++ b/Documentation/arch/powerpc/index.rst
@@ -36,6 +36,7 @@ powerpc
vas-api
vcpudispatch_stats
vmemmap_dedup
+ htm
features
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 43ed57e048a8..41e1a72bd593 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -7230,8 +7230,9 @@ inputs and outputs of the TDVMCALL. Currently the following values of
placed in fields from ``r11`` to ``r14`` of the ``get_tdvmcall_info``
field of the union.
-* ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
-set up a notification interrupt for vector ``vector``.
+ * ``TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT``: the guest has requested to
+ set up a notification interrupt for vector ``vector``.
+
KVM may add support for more values in the future that may cause a userspace
exit, even without calls to ``KVM_ENABLE_CAP`` or similar. In this case,
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] docs: drm/amd/display: Document 'mcm' and 'rmcm' in mpc_funcs struct
2025-08-03 14:51 [PATCH] Changes in Makefile to change patch version vsshingne
2025-08-03 14:51 ` [PATCH 1/2] docs: powerpc: Add htm.rst to the toctree vsshingne
@ 2025-08-03 14:51 ` vsshingne
1 sibling, 0 replies; 3+ messages in thread
From: vsshingne @ 2025-08-03 14:51 UTC (permalink / raw)
To: linux-kernel; +Cc: vsshingne
From: vsshingne <vaibhavshigne66@gmail.com>
Fixes kernel-doc warnings by adding descriptions for the 'mcm' and 'rmcm'
members of the 'struct mpc_funcs' in mpc.h. These members were previously
undocumented, leading to Sphinx build warnings.
No functional changes; documentation only.
Signed-off-by: vsshingne <vaibhavshigne66@gmail.com>
---
drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
index 6e303b81bfb0..d941aff89645 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
@@ -305,6 +305,8 @@ struct mpcc_state {
/**
* struct mpc_funcs - funcs
+ * @mcm: Set of function pointers for programming MPC memory color module (3D LUTs, bias, bit depth, etc.)
+ * @rmcm: Extended set of function pointers for redundant MPC memory color module (includes power and fast-load)
*/
struct mpc_funcs {
/**
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-03 14:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-03 14:51 [PATCH] Changes in Makefile to change patch version vsshingne
2025-08-03 14:51 ` [PATCH 1/2] docs: powerpc: Add htm.rst to the toctree vsshingne
2025-08-03 14:51 ` [PATCH 2/2] docs: drm/amd/display: Document 'mcm' and 'rmcm' in mpc_funcs struct vsshingne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).