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

2015-10-21 Thread Daniel Vetter
On Wed, Oct 21, 2015 at 12:13:13PM +0100, Dave Gordon wrote: > On 20/10/15 00:10, 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 ou

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

2015-10-21 Thread Dave Gordon
On 20/10/15 00:10, 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. v6: Clean up warnings fr

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

2015-10-19 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. v6: Clean up warnings from make docs v5: Tidy up GuC titles in kerne