Re: [PATCH v2 07/10] drm/i915/nvm: add nvm device for discrete graphics

2024-11-07 Thread Rodrigo Vivi
On Thu, Nov 07, 2024 at 03:13:53PM +0200, Alexander Usyskin wrote: > Enable access to internal non-volatile memory on > DGFX devices via a child device. > The nvm child device is exposed via auxiliary bus. Reviewed-by: Rodrigo Vivi > > CC: Rodrigo Vivi > CC: Lucas De Marchi > Co-developed-by:

[PATCH v2 07/10] drm/i915/nvm: add nvm device for discrete graphics

2024-11-07 Thread Alexander Usyskin
Enable access to internal non-volatile memory on DGFX devices via a child device. The nvm child device is exposed via auxiliary bus. CC: Rodrigo Vivi CC: Lucas De Marchi Co-developed-by: Tomas Winkler Signed-off-by: Tomas Winkler Signed-off-by: Alexander Usyskin --- drivers/gpu/drm/i915/Make