Re: [Intel-gfx] [PATCH v3 05/15] mei: pxp: add command streamer API to the PXP driver

2022-08-23 Thread Jani Nikula
On Fri, 19 Aug 2022, Daniele Ceraolo Spurio wrote: > From: Vitaly Lubart > > The discrete graphics card with GSC firmware > using command streamer API hence it requires to enhance > pxp module with the new gsc_command() handler. > > The handler is implemented via mei_pxp_gsc_command() which is >

[PATCH v3 05/15] mei: pxp: add command streamer API to the PXP driver

2022-08-19 Thread Daniele Ceraolo Spurio
From: Vitaly Lubart The discrete graphics card with GSC firmware using command streamer API hence it requires to enhance pxp module with the new gsc_command() handler. The handler is implemented via mei_pxp_gsc_command() which is just just a thin wrapper around mei_cldev_send_gsc_command() V2: