We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44334db commit 563766cCopy full SHA for 563766c
1 file changed
drivers/media/platform/apple/isp/isp-fw.c
@@ -267,10 +267,7 @@ static int isp_firmware_boot_stage2(struct apple_isp *isp)
267
args.extra_iova = isp->extra_surf->iova;
268
args.extra_size = isp->extra_surf->size;
269
args.platform_id = isp->hw->platform_id;
270
- //args.pad_40[1] = 0x3128000;
271
- //args.pad_40[3] = 0x48000;
272
args.unk5 = 0x40;
273
- //args.pad_7c[3] = 0x3b54000;
274
args.unk7 = 0x1;
275
args.unk_iova1 = args_iova + sizeof(args) - 0xc;
276
args.unk9 = 0x3;
0 commit comments