Re: [Intel-gfx] [PATCH] drm/i915/selftests: Use a single copy of the mocs table

2021-02-02 Thread Mika Kuoppala
Chris Wilson writes: > Instead of copying the whole table to each category (mocs, l3cc), use a > single table with a pointer to it if the category is enabled. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/selftest_mocs.c | 32

[Intel-gfx] [PATCH] drm/i915/selftests: Use a single copy of the mocs table

2021-02-01 Thread Chris Wilson
Instead of copying the whole table to each category (mocs, l3cc), use a single table with a pointer to it if the category is enabled. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/selftest_mocs.c | 32 + 1 file changed, 22 insertions(+), 10 deletions(-) diff