[Intel-gfx] [PATCH 00/21] huge gtt pages

2017-10-06 Thread Matthew Auld
Some more bits of polish. Matthew Auld (21): mm/shmem: introduce shmem_file_setup_with_mnt drm/i915: introduce simple gemfs drm/i915/gemfs: enable THP drm/i915: introduce page_sizes field to dev_info drm/i915: push set_pages down to the callers drm/i915: introduce page_size members d

Re: [Intel-gfx] [PATCH 00/21] huge gtt pages

2017-10-05 Thread Chris Wilson
Quoting Matthew Auld (2017-10-05 16:18:54) > Some more bits of polish, just missing R-b's on patches 6 and 11. > > Matthew Auld (21): > mm/shmem: introduce shmem_file_setup_with_mnt > drm/i915: introduce simple gemfs > drm/i915/gemfs: enable THP > drm/i915: introduce page_sizes field to de

[Intel-gfx] [PATCH 00/21] huge gtt pages

2017-10-05 Thread Matthew Auld
Some more bits of polish, just missing R-b's on patches 6 and 11. Matthew Auld (21): mm/shmem: introduce shmem_file_setup_with_mnt drm/i915: introduce simple gemfs drm/i915/gemfs: enable THP drm/i915: introduce page_sizes field to dev_info drm/i915: push set_pages down to the callers d

[Intel-gfx] [PATCH 00/21] huge gtt pages

2017-09-29 Thread Matthew Auld
The less contentious version of gemfs. Matthew Auld (21): mm/shmem: introduce shmem_file_setup_with_mnt drm/i915: introduce simple gemfs drm/i915/gemfs: enable THP drm/i915: introduce page_sizes field to dev_info drm/i915: push set_pages down to the callers drm/i915: introduce page_siz

[Intel-gfx] [PATCH 00/21] huge gtt pages

2017-09-22 Thread Matthew Auld
Bunch of changes all round, mostly in the kselftest department, of note we drop support for 1G pages for the time being, since testing has proven to be a pita, and instead focus on getting the 64K and 2M support landed. Matthew Auld (21): mm/shmem: introduce shmem_file_setup_with_mnt drm/i915:

Re: [Intel-gfx] [PATCH 00/21] huge gtt pages

2017-08-12 Thread Chris Wilson
Quoting Matthew Auld (2017-07-25 20:21:12) > Some updates to the kselftests as per Chris' comments. > > Matthew Auld (21): > mm/shmem: introduce shmem_file_setup_with_mnt > drm/i915: introduce simple gemfs > drm/i915/gemfs: enable THP > drm/i915: introduce page_size_mask to dev_info > dr

[Intel-gfx] [PATCH 00/21] huge gtt pages

2017-07-25 Thread Matthew Auld
Some updates to the kselftests as per Chris' comments. Matthew Auld (21): mm/shmem: introduce shmem_file_setup_with_mnt drm/i915: introduce simple gemfs drm/i915/gemfs: enable THP drm/i915: introduce page_size_mask to dev_info drm/i915: introduce page_size members drm/i915: introduce v

[Intel-gfx] [PATCH 00/21] huge gtt pages

2017-07-03 Thread Matthew Auld
We now try running all mockable selftests through the mock_device, and disable vGPU huge gtt pages for now. Matthew Auld (21): mm/shmem: introduce shmem_file_setup_with_mnt drm/i915: introduce simple gemfs drm/i915/gemfs: enable THP drm/i915: introduce page_size_mask to dev_info drm/i915