Re: [PATCH v4 04/10] drm/xe/xe_late_bind_fw: Initialize late binding firmware

2025-06-27 Thread Nilawar, Badal
On 27-06-2025 02:36, Daniele Ceraolo Spurio wrote: On 6/25/2025 10:00 AM, Badal Nilawar wrote: Search for late binding firmware binaries and populate the meta data of firmware structures. v2 (Daniele):   - drm_err if firmware size is more than max pay load size   - s/request_firmware/firmwa

Re: [PATCH v4 04/10] drm/xe/xe_late_bind_fw: Initialize late binding firmware

2025-06-26 Thread Daniele Ceraolo Spurio
On 6/25/2025 10:00 AM, Badal Nilawar wrote: Search for late binding firmware binaries and populate the meta data of firmware structures. v2 (Daniele): - drm_err if firmware size is more than max pay load size - s/request_firmware/firmware_request_nowarn/ as firmware will not be availa

[PATCH v4 04/10] drm/xe/xe_late_bind_fw: Initialize late binding firmware

2025-06-25 Thread Badal Nilawar
Search for late binding firmware binaries and populate the meta data of firmware structures. v2 (Daniele): - drm_err if firmware size is more than max pay load size - s/request_firmware/firmware_request_nowarn/ as firmware will not be available for all possible cards v3 (Daniele): - init fir