RE: [PATCH 6/6] drm/eld: add helpers to modify the SADs of an ELD

2023-09-26 Thread Golani, Mitulkumar Ajitkumar
> -Original Message- > From: Nikula, Jani > Sent: 07 September 2023 14:58 > To: dri-devel@lists.freedesktop.org > Cc: intel-...@lists.freedesktop.org; Nikula, Jani ; > Golani, Mitulkumar Ajitkumar > Subject: [PATCH 6/6] drm/eld: add helpers to modify the SADs of an

[PATCH 6/6] drm/eld: add helpers to modify the SADs of an ELD

2023-09-07 Thread Jani Nikula
Occasionally it's necessary for drivers to modify the SADs of an ELD, but it's not so cool to have drivers poke at the ELD buffer directly. Using the helpers to translate between 3-byte SAD and struct cea_sad, add ELD helpers to get/set the SADs from/to an ELD. Cc: Mitul Golani Signed-off-by: