Re: [Intel-gfx] [PATCH] drm/i915/guc: Add GuC css header parser

2015-10-13 Thread Dave Gordon
On 28/09/15 22:30, yu@intel.com wrote: From: Alex Dai The size / offset information of all firmware ingredients are now caculated from header. Driver will validate the header and rsa key size. If any component is out of boundary, driver will reject the loading too. v4: Now using 'size_dw'

[Intel-gfx] [PATCH] drm/i915/guc: Add GuC css header parser

2015-09-28 Thread yu . dai
From: Alex Dai The size / offset information of all firmware ingredients are now caculated from header. Driver will validate the header and rsa key size. If any component is out of boundary, driver will reject the loading too. v4: Now using 'size_dw' for those defined in css_header v3: 1) Move

[Intel-gfx] [PATCH] drm/i915/guc: Add GuC css header parser

2015-09-25 Thread yu . dai
From: Alex Dai The size / offset information of all firmware ingredients are now caculated from header. Driver will validate the header and rsa key size. If any component is out of boundary, driver will reject the loading too. v3: 1) Move DOC to intel_guc_fwif.h right before css_header definitio