From: Jeonghee Kim Date: Mon, 23 Apr 2018 05:51:36 +0000 (+0900) Subject: media: mfc: use SYSTEM HEAP region for MFC normal F/W X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3287158b6bf33d374a6662239a273ab39748fd19;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git media: mfc: use SYSTEM HEAP region for MFC normal F/W Change-Id: I9fba9b38ee47f238c25d702b51a3a0ee110f228e Signed-off-by: Jeonghee Kim --- diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c b/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c index 2a8bb348d12d..b30f3e132026 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_buf.c @@ -600,7 +600,7 @@ int s5p_mfc_alloc_firmware(struct s5p_mfc_dev *dev) mfc_debug(2, "Allocating memory for firmware.\n"); trace_mfc_loadfw_start(dev->fw.size, firmware_size); - dev->fw_buf.buftype = MFCBUF_NORMAL_FW; + dev->fw_buf.buftype = MFCBUF_NORMAL; dev->fw_buf.size = dev->fw.size; if (s5p_mfc_mem_ion_alloc(dev, &dev->fw_buf)) { mfc_err_dev("Allocating normal firmware buffer failed\n");