msm: vidc: Use upstream api to load firmware image

Use upstream compliant APIs to, load and authenticate firmware image.
Downstream api, PIL/SSR, are deprecated.

Change-Id: I121c3c0276cdd84fa18ff8f65df45b3ac00e7443
Signed-off-by: Akshata Sahukar <asahukar@codeaurora.org>
Signed-off-by: Chinmay Sawarkar <chinmays@codeaurora.org>
Este commit está contenido en:
Akshata Sahukar
2020-06-02 14:33:47 -07:00
cometido por Gerrit - the friendly Code Review server
padre 9b4556df59
commit 9099609e92
Se han modificado 2 ficheros con 120 adiciones y 13 borrados

Ver fichero

@@ -218,7 +218,7 @@ struct msm_vidc_dt {
struct list_head context_banks;
struct mutex cb_lock;
const char *fw_name;
void *fw_cookie;
int fw_cookie;
};
int msm_vidc_init_dt(struct platform_device *pdev);