Re: [Intel-gfx] [PATCH 2/3] drm/i915: Remove incomplete PVC plumbing

2023-10-06 Thread Andrzej Hajda
On 06.10.2023 10:31, Tvrtko Ursulin wrote: From: Tvrtko Ursulin PVC support will not be coming to i915 so get rid of its partial enablement and reduce the driver maintenance burden. Signed-off-by: Tvrtko Ursulin --- .../gpu/drm/i915/gem/i915_gem_object_types.h | 2 +- drivers/gpu/drm/i9

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Remove incomplete PVC plumbing

2023-10-06 Thread Andi Shyti
Hi Tvrtko, On Fri, Oct 06, 2023 at 09:31:02AM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > PVC support will not be coming to i915 so get rid of its partial > enablement and reduce the driver maintenance burden. > > Signed-off-by: Tvrtko Ursulin Reviewed-by: Andi Shyti Andi

[PATCH 2/3] drm/i915: Remove incomplete PVC plumbing

2023-10-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin PVC support will not be coming to i915 so get rid of its partial enablement and reduce the driver maintenance burden. Signed-off-by: Tvrtko Ursulin --- .../gpu/drm/i915/gem/i915_gem_object_types.h | 2 +- drivers/gpu/drm/i915/gt/gen8_engine_cs.c | 3 - drivers/gp