Re: [PATCH v2 5/7] drm/panic: Convert to drm_fb_clip_offset()

2024-06-17 Thread Jocelyn Falempe
On 16/06/2024 11:12, Geert Uytterhoeven wrote: On Sun, Jun 16, 2024 at 11:08 AM Geert Uytterhoeven wrote: On Sat, Jun 15, 2024 at 12:55 PM kernel test robot wrote: kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [cannot apply to linu

Re: [PATCH v2 5/7] drm/panic: Convert to drm_fb_clip_offset()

2024-06-16 Thread Geert Uytterhoeven
On Sun, Jun 16, 2024 at 11:08 AM Geert Uytterhoeven wrote: > On Sat, Jun 15, 2024 at 12:55 PM kernel test robot wrote: > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on drm-misc/drm-misc-next] > > [cannot apply to linus/master v6.10-rc3 next-20240613] > >

Re: [PATCH v2 5/7] drm/panic: Convert to drm_fb_clip_offset()

2024-06-16 Thread Geert Uytterhoeven
On Sat, Jun 15, 2024 at 12:55 PM kernel test robot wrote: > kernel test robot noticed the following build errors: > > [auto build test ERROR on drm-misc/drm-misc-next] > [cannot apply to linus/master v6.10-rc3 next-20240613] > [If your patch is applied to the wrong git tree, kindly drop us a note.

Re: [PATCH v2 5/7] drm/panic: Convert to drm_fb_clip_offset()

2024-06-15 Thread kernel test robot
Hi Geert, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [cannot apply to linus/master v6.10-rc3 next-20240613] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as

Re: [PATCH v2 5/7] drm/panic: Convert to drm_fb_clip_offset()

2024-06-14 Thread Jocelyn Falempe
On 13/06/2024 21:18, Geert Uytterhoeven wrote: Use the drm_fb_clip_offset() helper instead of open-coding the same operation. Thanks, it's a nice cleanup. Reviewed-by: Jocelyn Falempe Signed-off-by: Geert Uytterhoeven --- DRM_PANIC already selects DRM_KMS_HELPER. v2: - New. --- d