Re: [PATCH 14/14] drm/panel-xinpeng-xpp055c272: Drop custom DSI write macro

2023-01-02 Thread Javier Martinez Canillas
On 1/2/23 19:53, Sam Ravnborg wrote: [...] >> } >> >> -#define dsi_generic_write_seq(dsi, cmd, seq...) do { >> \ >> -static const u8 b[] = { cmd, seq }; \ >> -int ret;\ >> -

Re: [PATCH 14/14] drm/panel-xinpeng-xpp055c272: Drop custom DSI write macro

2023-01-02 Thread Sam Ravnborg
Hi Javier. On Wed, Dec 28, 2022 at 02:47:57AM +0100, Javier Martinez Canillas wrote: > There is a macro for this already in the header, use > that instead and delete the custom DSI write macro defined in the driver. > > Signed-off-by: Javier Martinez Canillas > --- > > .../gpu/drm/panel/panel

[PATCH 14/14] drm/panel-xinpeng-xpp055c272: Drop custom DSI write macro

2022-12-27 Thread Javier Martinez Canillas
There is a macro for this already in the header, use that instead and delete the custom DSI write macro defined in the driver. Signed-off-by: Javier Martinez Canillas --- .../gpu/drm/panel/panel-xinpeng-xpp055c272.c | 44 --- 1 file changed, 18 insertions(+), 26 deletions(-)