Re: [PATCH 2/2] drm/i915/selftest: assert we get 2M GTT pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Quoting Matthew Auld (2020-11-30 14:18:09)
> For the LMEM case if we have suitable alignment and 2M physical pages we
> should always get 2M GTT pages within the constraints of the hugepages
> selftest. If we don't then something might be wrong in our construction
> of the backing pages.
> 
> References: 330b7d33056b ("drm/i915/region: fix order when adding blocks")
> Signed-off-by: Matthew Auld <matthew.auld@xxxxxxxxx>
> ---
>  .../gpu/drm/i915/gem/selftests/huge_pages.c   | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/gem/selftests/huge_pages.c b/drivers/gpu/drm/i915/gem/selftests/huge_pages.c
> index 0bf93947d89d..cecbd2012e9d 100644
> --- a/drivers/gpu/drm/i915/gem/selftests/huge_pages.c
> +++ b/drivers/gpu/drm/i915/gem/selftests/huge_pages.c
> @@ -368,6 +368,25 @@ static int igt_check_page_sizes(struct i915_vma *vma)
>                 err = -EINVAL;
>         }
>  
> +       /*
> +        * The dma-api is like a box of chocolates when it comes to the
> +        * alignment of dma addresses, however for LMEM we have total control
> +        * and so can guarantee alignment, likewise when we allocate our blocks
> +        * they should appear in descending order, and if we know that we align
> +        * to the largest page size for the GTT address, we should be able to
> +        * assert that if we see 2M physical pages then we should also get 2M
> +        * GTT pages. If we don't then something might be wrong in our
> +        * construction of the backing pages.

2MiB alignment in the GTT is required to use huge pages on the GPU.

My wish would be to somehow extract that info from vm, but if you can
include the reason why we are interested in maintaining the 2MiB
alignment, then
Reviewed-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx



[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux