Displaying 4 results from an estimated 4 matches for "888aa0908c5a".
2020 Aug 27
2
[PATCH] nouveau: fix the start/end range for migration
...extends the range by one page (round up vs. round down to page
boundary).
drivers/gpu/drm/nouveau/nouveau_svm.c | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_svm.c b/drivers/gpu/drm/nouveau/nouveau_svm.c
index 2df1c0460559..888aa0908c5a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_svm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_svm.c
@@ -105,11 +105,14 @@ nouveau_svmm_bind(struct drm_device *dev, void *data,
struct nouveau_cli *cli = nouveau_cli(file_priv);
struct drm_nouveau_svm_bind *args = data;
unsigned target, cmd, priority...
2020 Aug 31
2
[PATCH] nouveau: fix the start/end range for migration
...>> boundary).
>>
>> drivers/gpu/drm/nouveau/nouveau_svm.c | 17 ++++++-----------
>> 1 file changed, 6 insertions(+), 11 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/nouveau/nouveau_svm.c b/drivers/gpu/drm/nouveau/nouveau_svm.c
>> index 2df1c0460559..888aa0908c5a 100644
>> +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c
>> @@ -105,11 +105,14 @@ nouveau_svmm_bind(struct drm_device *dev, void *data,
>> struct nouveau_cli *cli = nouveau_cli(file_priv);
>> struct drm_nouveau_svm_bind *args = data;
>> unsigned target, cmd, prio...
2020 Aug 31
0
[PATCH] nouveau: fix the start/end range for migration
...nd up vs. round down to page
> boundary).
>
> drivers/gpu/drm/nouveau/nouveau_svm.c | 17 ++++++-----------
> 1 file changed, 6 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_svm.c b/drivers/gpu/drm/nouveau/nouveau_svm.c
> index 2df1c0460559..888aa0908c5a 100644
> +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c
> @@ -105,11 +105,14 @@ nouveau_svmm_bind(struct drm_device *dev, void *data,
> struct nouveau_cli *cli = nouveau_cli(file_priv);
> struct drm_nouveau_svm_bind *args = data;
> unsigned target, cmd, priority;
> - unsigned l...
2020 Aug 31
0
[PATCH] nouveau: fix the start/end range for migration
...gt; > > drivers/gpu/drm/nouveau/nouveau_svm.c | 17 ++++++-----------
> > > 1 file changed, 6 insertions(+), 11 deletions(-)
> > >
> > > diff --git a/drivers/gpu/drm/nouveau/nouveau_svm.c b/drivers/gpu/drm/nouveau/nouveau_svm.c
> > > index 2df1c0460559..888aa0908c5a 100644
> > > +++ b/drivers/gpu/drm/nouveau/nouveau_svm.c
> > > @@ -105,11 +105,14 @@ nouveau_svmm_bind(struct drm_device *dev, void *data,
> > > struct nouveau_cli *cli = nouveau_cli(file_priv);
> > > struct drm_nouveau_svm_bind *args = data;
> > >...