linux/drivers/gpu/drm/hyperv
Hamza Mahfooz 241061119a
drm/hyperv: use VMBUS_RING_SIZE()
VMBUS ring buffers must be page aligned. So, use VMBUS_RING_SIZE() to
ensure they are always aligned and large enough to hold all of the
relevant data.

Cc: stable@kernel.vger.org
Fixes: 76c56a5aff ("drm/hyperv: Add DRM driver for hyperv synthetic video device")
Signed-off-by: Hamza Mahfooz <hamzamahfooz@linux.microsoft.com>
Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Link: https://patch.msgid.link/20260425181719.1538483-2-hamzamahfooz@linux.microsoft.com
2026-04-26 07:48:56 -04:00
..
hyperv_drm_drv.c drm/hyperv: include drm_print.h where needed 2025-11-04 14:37:15 +02:00
hyperv_drm_modeset.c drm/hyperv: include drm_print.h where needed 2025-11-04 14:37:15 +02:00
hyperv_drm_proto.c drm/hyperv: use VMBUS_RING_SIZE() 2026-04-26 07:48:56 -04:00
hyperv_drm.h drm/hyperv: Replace simple-KMS with regular atomic helpers 2025-05-15 14:31:38 +02:00
Kconfig drm/hyperv: move Kconfig under driver directory 2025-12-10 11:02:53 +02:00
Makefile