Re: [PATCH] drm/panthor: Fix a typo in the FW iface flag definitions

2024-11-28 Thread Boris Brezillon
On Wed, 13 Nov 2024 17:02:57 +0100 Boris Brezillon wrote: > Drop the _RD_ in the flag names. > > Signed-off-by: Boris Brezillon Queued to drm-misc-next. > --- > drivers/gpu/drm/panthor/panthor_fw.c | 62 ++-- > 1 file changed, 31 insertions(+), 31 deletions(-) > > di

Re: [PATCH] drm/panthor: Fix a typo in the FW iface flag definitions

2024-11-14 Thread Liviu Dudau
On Wed, Nov 13, 2024 at 05:02:57PM +0100, Boris Brezillon wrote: > Drop the _RD_ in the flag names. > > Signed-off-by: Boris Brezillon Acked-by: Liviu Dudau Best regards, Liviu > --- > drivers/gpu/drm/panthor/panthor_fw.c | 62 ++-- > 1 file changed, 31 insertions(+),

Re: [PATCH] drm/panthor: Fix a typo in the FW iface flag definitions

2024-11-14 Thread Steven Price
On 13/11/2024 16:02, Boris Brezillon wrote: > Drop the _RD_ in the flag names. > > Signed-off-by: Boris Brezillon Reviewed-by: Steven Price > --- > drivers/gpu/drm/panthor/panthor_fw.c | 62 ++-- > 1 file changed, 31 insertions(+), 31 deletions(-) > > diff --git a/dri

[PATCH] drm/panthor: Fix a typo in the FW iface flag definitions

2024-11-13 Thread Boris Brezillon
Drop the _RD_ in the flag names. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panthor/panthor_fw.c | 62 ++-- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/drivers/gpu/drm/panthor/panthor_fw.c b/drivers/gpu/drm/panthor/panthor_fw.c index 2060085cc