Re: [Intel-gfx] [PATCH 06/10] drm/i915/dmc: extract function to parse dmc_header

2019-05-23 Thread Srivatsa, Anusha
>-Original Message- >From: De Marchi, Lucas >Sent: Thursday, May 23, 2019 1:24 AM >To: intel-gfx@lists.freedesktop.org >Cc: Jani Nikula ; Srivatsa, Anusha >; Vivi, Rodrigo ; De >Marchi, Lucas >Subject: [PATCH 06/10] drm/i915/dmc: extract function to parse dmc_header > >Complete the extra

[Intel-gfx] [PATCH 06/10] drm/i915/dmc: extract function to parse dmc_header

2019-05-23 Thread Lucas De Marchi
Complete the extraction of functions to parse specific parts of the firmware. The return of the function parse_csr_fw() is now redundant since it already sets the dmc_payload field. Changing it is left for later to avoid noise in the commit. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i91