mbox series

[0/3] drm/mst & drm/amd/display: switch to using guid_t

Message ID cover.1717156601.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/mst & drm/amd/display: switch to using guid_t | expand

Message

Jani Nikula May 31, 2024, noon UTC
We have a guid_t type for GUIDs, switch to using it instead of hand
rolling buffers. Convert to guid_gen() in separate patches to pinpoint
the functional changes.

BR,
Jani.

Jani Nikula (3):
  drm/mst: switch to guid_t type for GUID
  drm/mst: switch to guid_gen() to generate valid GUIDs
  drm/amd/display: switch to guid_gen() to generate valid GUIDs

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 23 ++++---
 drivers/gpu/drm/display/drm_dp_mst_topology.c | 67 ++++++++++---------
 include/drm/display/drm_dp_mst_helper.h       | 12 ++--
 3 files changed, 52 insertions(+), 50 deletions(-)