Displaying 3 results from an estimated 3 matches for "6887d0a".
2016 Sep 18
5
[PATCH 1/2] Revert "bus: remove cpu_coherent flag"
...ce *, bool suspend);
resource_size_t (*resource_addr)(struct nvkm_device *, unsigned bar);
resource_size_t (*resource_size)(struct nvkm_device *, unsigned bar);
+ bool cpu_coherent;
};
struct nvkm_device_quirk {
diff --git a/drm/nouveau/nouveau_bo.c b/drm/nouveau/nouveau_bo.c
index 528bdef..6887d0a 100644
--- a/drm/nouveau/nouveau_bo.c
+++ b/drm/nouveau/nouveau_bo.c
@@ -209,7 +209,8 @@ nouveau_bo_new(struct drm_device *dev, int size, int align,
nvbo->tile_flags = tile_flags;
nvbo->bo.bdev = &drm->ttm.bdev;
- nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED;
+ if (...
2016 Sep 19
0
[PATCH 1/2] Revert "bus: remove cpu_coherent flag"
...urce_addr)(struct nvkm_device *, unsigned bar);
> resource_size_t (*resource_size)(struct nvkm_device *, unsigned bar);
> + bool cpu_coherent;
> };
>
> struct nvkm_device_quirk {
> diff --git a/drm/nouveau/nouveau_bo.c b/drm/nouveau/nouveau_bo.c
> index 528bdef..6887d0a 100644
> --- a/drm/nouveau/nouveau_bo.c
> +++ b/drm/nouveau/nouveau_bo.c
> @@ -209,7 +209,8 @@ nouveau_bo_new(struct drm_device *dev, int size, int align,
> nvbo->tile_flags = tile_flags;
> nvbo->bo.bdev = &drm->ttm.bdev;
>
> - nvbo->force_...
2016 Sep 19
2
[PATCH 1/2] Revert "bus: remove cpu_coherent flag"
...e *, unsigned bar);
>> resource_size_t (*resource_size)(struct nvkm_device *, unsigned bar);
>> + bool cpu_coherent;
>> };
>>
>> struct nvkm_device_quirk {
>> diff --git a/drm/nouveau/nouveau_bo.c b/drm/nouveau/nouveau_bo.c
>> index 528bdef..6887d0a 100644
>> --- a/drm/nouveau/nouveau_bo.c
>> +++ b/drm/nouveau/nouveau_bo.c
>> @@ -209,7 +209,8 @@ nouveau_bo_new(struct drm_device *dev, int size, int align,
>> nvbo->tile_flags = tile_flags;
>> nvbo->bo.bdev = &drm->ttm.bdev;
>>
>...