Message ID | 20210917161540.822282-2-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] MAINTAINERS: fix up entry for AMD Powerplay | expand |
On Fri, Sep 17, 2021 at 6:15 PM Alex Deucher <alexander.deucher@amd.com> wrote: > > Now that the scheduler is being used by more and more > drivers, we need someone to maintain it. Andrey has > stepped up to maintain the scheduler. > > Cc: Andrey Grodzovsky <andrey.grodzovsky@amd.com> > Cc: airlied@gmail.com > Cc: daniel.vetter@ffwll.ch > Signed-off-by: Alex Deucher <alexander.deucher@amd.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 379092f34fff..9d567e66a65f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6369,6 +6369,14 @@ T: git git://anongit.freedesktop.org/drm/drm-misc > F: drivers/gpu/drm/ttm/ > F: include/drm/ttm/ > > +DRM GPU SCHEDULER > +M: Andrey Grodzovsky <andrey.grodzovsky@amd.com> > +L: dri-devel@lists.freedesktop.org > +S: Maintained > +T: git git://anongit.freedesktop.org/drm/drm-misc > +F: drivers/gpu/drm/scheduler/ > +F: include/drm/gpu_scheduler.h Ack: me -Daniel > + > DSBR100 USB FM RADIO DRIVER > M: Alexey Klimov <klimov.linux@gmail.com> > L: linux-media@vger.kernel.org > -- > 2.31.1 >
Am 17.09.21 um 18:15 schrieb Alex Deucher: > Now that the scheduler is being used by more and more > drivers, we need someone to maintain it. Andrey has > stepped up to maintain the scheduler. > > Cc: Andrey Grodzovsky <andrey.grodzovsky@amd.com> > Cc: airlied@gmail.com > Cc: daniel.vetter@ffwll.ch > Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 379092f34fff..9d567e66a65f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6369,6 +6369,14 @@ T: git git://anongit.freedesktop.org/drm/drm-misc > F: drivers/gpu/drm/ttm/ > F: include/drm/ttm/ > > +DRM GPU SCHEDULER > +M: Andrey Grodzovsky <andrey.grodzovsky@amd.com> > +L: dri-devel@lists.freedesktop.org > +S: Maintained > +T: git git://anongit.freedesktop.org/drm/drm-misc > +F: drivers/gpu/drm/scheduler/ > +F: include/drm/gpu_scheduler.h > + > DSBR100 USB FM RADIO DRIVER > M: Alexey Klimov <klimov.linux@gmail.com> > L: linux-media@vger.kernel.org
diff --git a/MAINTAINERS b/MAINTAINERS index 379092f34fff..9d567e66a65f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6369,6 +6369,14 @@ T: git git://anongit.freedesktop.org/drm/drm-misc F: drivers/gpu/drm/ttm/ F: include/drm/ttm/ +DRM GPU SCHEDULER +M: Andrey Grodzovsky <andrey.grodzovsky@amd.com> +L: dri-devel@lists.freedesktop.org +S: Maintained +T: git git://anongit.freedesktop.org/drm/drm-misc +F: drivers/gpu/drm/scheduler/ +F: include/drm/gpu_scheduler.h + DSBR100 USB FM RADIO DRIVER M: Alexey Klimov <klimov.linux@gmail.com> L: linux-media@vger.kernel.org
Now that the scheduler is being used by more and more drivers, we need someone to maintain it. Andrey has stepped up to maintain the scheduler. Cc: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Cc: airlied@gmail.com Cc: daniel.vetter@ffwll.ch Signed-off-by: Alex Deucher <alexander.deucher@amd.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)