Re: [Intel-gfx] [PATCH] Remove incorrect hard coded cache coherrency setting

2023-06-16 Thread Nirmoy Das
Hi Zhanjun, Patch subject should specify component. In this case it should be drm/i915/gt:  Remove incorrect hard coded cache coherency setting On 6/16/2023 12:43 AM, Zhanjun Dong wrote: The previouse i915_gem_object_create_internal already set it with proper value before function return.

[PATCH] Remove incorrect hard coded cache coherrency setting

2023-06-15 Thread Zhanjun Dong
The previouse i915_gem_object_create_internal already set it with proper value before function return. This hard coded setting is incorrect for platforms like MTL, thus need to be removed. Signed-off-by: Zhanjun Dong --- drivers/gpu/drm/i915/gt/intel_timeline.c | 2 -- 1 file changed, 2