Displaying 5 results from an estimated 5 matches for "vmwgfx_page_dirty".
2024 Jan 22
2
[PATCH] mm: Remove double faults once write a device pfn
.../amdgpu/amdgpu_gem.c | 2 +-
> drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 2 +-
> drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +-
> drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
> drivers/gpu/drm/ttm/ttm_bo_vm.c | 8 +++++---
> drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 8 +++++---
> include/drm/ttm/ttm_bo.h | 3 ++-
> include/linux/mm.h | 2 +-
> mm/memory.c | 14 +++++++++++---
> 10 files changed, 30 insertions(+), 16 deletions(-)
>
> diff --git a/arch/x86/entry...
2024 Jan 24
1
[PATCH] mm: Remove double faults once write a device pfn
...gt;>> drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +-
>> >>>>> drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
>> >>>>> drivers/gpu/drm/ttm/ttm_bo_vm.c | 8 +++++---
>> >>>>> drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 8 +++++---
>> >>>>> include/drm/ttm/ttm_bo.h | 3 ++-
>> >>>>> include/linux/mm.h | 2 +-
>> >>>>> mm/memory.c | 14 +++++++++++---
>> >&g...
2024 Jan 23
2
[PATCH] mm: Remove double faults once write a device pfn
...drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 2 +-
>>> drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +-
>>> drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
>>> drivers/gpu/drm/ttm/ttm_bo_vm.c | 8 +++++---
>>> drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 8 +++++---
>>> include/drm/ttm/ttm_bo.h | 3 ++-
>>> include/linux/mm.h | 2 +-
>>> mm/memory.c | 14 +++++++++++---
>>> 10 files changed, 30 insertions(+), 16 deletions(-)
&...
2024 Jan 24
2
[PATCH] mm: Remove double faults once write a device pfn
..._ttm.c | 2 +-
>>>>> drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +-
>>>>> drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
>>>>> drivers/gpu/drm/ttm/ttm_bo_vm.c | 8 +++++---
>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 8 +++++---
>>>>> include/drm/ttm/ttm_bo.h | 3 ++-
>>>>> include/linux/mm.h | 2 +-
>>>>> mm/memory.c | 14 +++++++++++---
>>>>> 10 files changed,...
2020 Mar 03
1
[PATCH][next] drm: Replace zero-length array with flexible-array member
...can do that.
>> drivers/gpu/drm/msm/msm_gem.h | 2 +-
>> drivers/gpu/drm/qxl/qxl_cmd.c | 2 +-
>> drivers/gpu/drm/vboxvideo/vboxvideo.h | 2 +-
>> drivers/gpu/drm/vc4/vc4_drv.h | 2 +-
>> drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 2 +-
>> drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 2 +-
>> include/drm/bridge/mhl.h | 4 ++--
>> include/drm/drm_displayid.h | 2 +-
>> include/uapi/drm/i915_drm.h | 4 ++--
>
> Not sure it's wo...