[PATCH 11/13] drm/xe/pf: Use GuC Buffer Cache during VFs provisioning
Michal Wajdeczko
michal.wajdeczko at intel.com
Thu Dec 12 22:02:22 UTC 2024
On 12.12.2024 04:34, Matthew Brost wrote:
> On Thu, Dec 12, 2024 at 02:01:39AM +0100, Michal Wajdeczko wrote:
...
>> num_dwords += encode_config_ggtt(cfg + num_dwords, other, true);
>> }
>> xe_gt_assert(gt, num_dwords <= max_cfg_dwords);
>> + xe_guc_buf_flush(buf);
>
> Nit: It doesn't look like the return of xe_guc_buf_flush is ever used, maybe drop it.
actually it supposed to be called from within pf_send_vf_buf_klvs()
instead of xe_guc_buf_gpu_addr() - fixed in v3
More information about the Intel-xe
mailing list