Re: [PATCH] drm: Give irq_by_busid drm_legacy_ prefix

2020-10-21 Thread Daniel Vetter
On Thu, Oct 08, 2020 at 10:38:05AM -0400, Alex Deucher wrote: > On Thu, Oct 8, 2020 at 10:29 AM Daniel Vetter wrote: > > > > It's the only ioctl handler purely for legacy drivers that didn't have > > this yet. > > > > Signed-off-by: Daniel Vetter > > Reviewed-by: Alex Deucher Thanks for review

Re: [PATCH] drm: Give irq_by_busid drm_legacy_ prefix

2020-10-08 Thread Alex Deucher
On Thu, Oct 8, 2020 at 10:29 AM Daniel Vetter wrote: > > It's the only ioctl handler purely for legacy drivers that didn't have > this yet. > > Signed-off-by: Daniel Vetter Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/drm_internal.h | 8 > drivers/gpu/drm/drm_ioctl.c| 2 +- >