[Intel-gfx] [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info

2017-10-06 Thread Matthew Auld
In preparation for huge gtt pages expose page_sizes as part of the device info, to indicate the page sizes supported by the HW. Currently only 4K is supported. v2: s/page_size_mask/page_sizes/ v3: introduce I915_GTT_MAX_PAGE_SIZE Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Mika Kuoppa

[Intel-gfx] [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info

2017-10-05 Thread Matthew Auld
In preparation for huge gtt pages expose page_sizes as part of the device info, to indicate the page sizes supported by the HW. Currently only 4K is supported. v2: s/page_size_mask/page_sizes/ Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Mika Kuoppala Cc: Chris Wilson Reviewed-by: Joo

[Intel-gfx] [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info

2017-09-29 Thread Matthew Auld
In preparation for huge gtt pages expose page_sizes as part of the device info, to indicate the page sizes supported by the HW. Currently only 4K is supported. v2: s/page_size_mask/page_sizes/ Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Mika Kuoppala Cc: Chris Wilson Reviewed-by: Joo

Re: [Intel-gfx] [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info

2017-09-23 Thread Chris Wilson
Quoting Matthew Auld (2017-09-22 18:32:35) > In preparation for huge gtt pages expose page_sizes as part of the > device info, to indicate the page sizes supported by the HW. Currently > only 4K is supported. > > v2: s/page_size_mask/page_sizes/ > > Signed-off-by: Matthew Auld > Cc: Joonas Laht

[Intel-gfx] [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info

2017-09-22 Thread Matthew Auld
In preparation for huge gtt pages expose page_sizes as part of the device info, to indicate the page sizes supported by the HW. Currently only 4K is supported. v2: s/page_size_mask/page_sizes/ Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Mika Kuoppala Cc: Chris Wilson Reviewed-by: Joo