Re: [Intel-gfx] [PATCH] drm/i915/dg2: Use I915_BO_ALLOC_CONTIGUOUS flag for DPT

2022-03-03 Thread Matthew Auld
On Thu, 9 Dec 2021 at 17:00, Stanislav Lisovskiy wrote: > > Do mapping using CONTIGUOUS flag - otherwise > i915_gem_object_is_contiguous warn is triggered. > > Signed-off-by: Stanislav Lisovskiy As a temporary fix, Reviewed-by: Matthew Auld > --- > drivers/gpu/drm/i915/display/intel_dpt.c | 2

[Intel-gfx] [PATCH] drm/i915/dg2: Use I915_BO_ALLOC_CONTIGUOUS flag for DPT

2021-12-09 Thread Stanislav Lisovskiy
Do mapping using CONTIGUOUS flag - otherwise i915_gem_object_is_contiguous warn is triggered. Signed-off-by: Stanislav Lisovskiy --- drivers/gpu/drm/i915/display/intel_dpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dpt.c b/drivers/gp