Re: [Intel-gfx] [PATCH V4 1/6] drm/i915/gt: Add support of mocs propagation

2021-09-02 Thread Matt Roper
On Fri, Sep 03, 2021 at 12:26:30AM +0530, Ayaz A Siddiqui wrote: > Now there are lots of Command and registers that require mocs index > programming. > So propagating mocs_index from mocs to gt so that it can be > used directly without having platform-specific checks. > > Cc: CQ Tang > Cc: Matt

[Intel-gfx] [PATCH V4 1/6] drm/i915/gt: Add support of mocs propagation

2021-09-02 Thread Ayaz A Siddiqui
Now there are lots of Command and registers that require mocs index programming. So propagating mocs_index from mocs to gt so that it can be used directly without having platform-specific checks. Cc: CQ Tang Cc: Matt Roper Signed-off-by: Ayaz A Siddiqui --- drivers/gpu/drm/i915/gt/intel_gt.c