Re: [Intel-gfx] [PATCH 20/22] drm/i915: Move MOCS setup to intel_mocs.c

2019-07-23 Thread Summers, Stuart
On Fri, 2019-07-12 at 18:09 -0700, Lucas De Marchi wrote: > From: Tvrtko Ursulin > > Hide the details of MOCS setup from i915_gem by moving both current > calls > into one in intel_mocs_init. > > Cc: Stuart Summers > Signed-off-by: Tvrtko Ursulin > Signed-off-by: Lucas De Marchi

[Intel-gfx] [PATCH 20/22] drm/i915: Move MOCS setup to intel_mocs.c

2019-07-12 Thread Lucas De Marchi
From: Tvrtko Ursulin Hide the details of MOCS setup from i915_gem by moving both current calls into one in intel_mocs_init. Cc: Stuart Summers Signed-off-by: Tvrtko Ursulin Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/gt/intel_mocs.c | 15 +++