> From: Michael Kelley <[email protected]> > Sent: Thursday, May 28, 2026 6:51 AM > ... > -#define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) > +#define to_hv(_dev) container_of(_dev, struct hv_drm_device, dev)
A minor nit: change "to_hv" to "to_hv_drm"? Otherwise, LGTM. Reviewed-by: Dexuan Cui <[email protected]>

