On Mon, 27 Nov 2023 at 22:52, Rob Clark wrote:
>
> On Tue, Nov 21, 2023 at 5:14 AM Dmitry Baryshkov
> wrote:
> >
> > On Tue, 21 Nov 2023 at 04:26, Rob Clark wrote:
> > >
> > > On Wed, Nov 15, 2023 at 11:33 AM Dmitry Baryshkov
> > > wrote:
> > > >
> > > > On Wed, 15 Nov 2023 at 20:46, Dipam Turk
On Tue, Nov 21, 2023 at 5:14 AM Dmitry Baryshkov
wrote:
>
> On Tue, 21 Nov 2023 at 04:26, Rob Clark wrote:
> >
> > On Wed, Nov 15, 2023 at 11:33 AM Dmitry Baryshkov
> > wrote:
> > >
> > > On Wed, 15 Nov 2023 at 20:46, Dipam Turkar wrote:
> > > >
> > > > They are not outdated, my bad. I went thr
On Tue, 21 Nov 2023 at 04:26, Rob Clark wrote:
>
> On Wed, Nov 15, 2023 at 11:33 AM Dmitry Baryshkov
> wrote:
> >
> > On Wed, 15 Nov 2023 at 20:46, Dipam Turkar wrote:
> > >
> > > They are not outdated, my bad. I went through the locks' code and saw
> > > that they have been updated. But they a
On Wed, Nov 15, 2023 at 11:33 AM Dmitry Baryshkov
wrote:
>
> On Wed, 15 Nov 2023 at 20:46, Dipam Turkar wrote:
> >
> > They are not outdated, my bad. I went through the locks' code and saw that
> > they have been updated. But they are probably not necessary here as most of
> > the drivers do no
On Wed, 15 Nov 2023 at 20:46, Dipam Turkar wrote:
>
> They are not outdated, my bad. I went through the locks' code and saw that
> they have been updated. But they are probably not necessary here as most of
> the drivers do not use any form of locking in their implementations. The
> generic imp
They are not outdated, my bad. I went through the locks' code and saw that
they have been updated. But they are probably not necessary here as most of
the drivers do not use any form of locking in their implementations. The
generic implementations drm_gem_dumb_map_offset() and
drm_gem_ttm_dumb_map_
They are not outdated, my bad. I went through the locks' code and saw that
they have been updated. But they are probably not necessary here as most of
the drivers do not use any form of locking in their implementations. The
generic implementations drm_gem_dumb_map_offset() and
drm_gem_ttm_dumb_map_
On Wed, 15 Nov 2023 at 16:30, Dipam Turkar wrote:
>
> Make msm use drm_gem_create_map_offset() instead of its custom
> implementation for associating GEM object with a fake offset. Since,
> we already have this generic implementation, we don't need the custom
> implementation and it is better to s