Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca530582 authored by LuK1337's avatar LuK1337
Browse files

Merge branch 'oneplus/SM8150_P_9.0' of...

Merge branch 'oneplus/SM8150_P_9.0' of https://github.com/OnePlusOSS/android_kernel_oneplus_sm8150 into HEAD

Change-Id: I464a86258a8d32893b00636e66b26f371a5975e4
parents 5ff68252 3b886bfa
Loading
Loading
Loading
Loading
+17 −8
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -99,6 +99,7 @@

#define PERF_KEYS \
	"count:flush:map:copy:rpmsg:getargs:putargs:invalidate:invoke:tid:ptr"
#define FASTRPC_STATIC_HANDLE_KERNEL (1)
#define FASTRPC_STATIC_HANDLE_LISTENER (3)
#define FASTRPC_STATIC_HANDLE_MAX (20)
#define FASTRPC_LATENCY_CTRL_ENB  (1)
@@ -1854,6 +1855,14 @@ static int fastrpc_internal_invoke(struct fastrpc_file *fl, uint32_t mode,
	if (fl->profile)
		getnstimeofday(&invoket);

	if (!kernel) {
		VERIFY(err, invoke->handle != FASTRPC_STATIC_HANDLE_KERNEL);
		if (err) {
			pr_err("adsprpc: ERROR: %s: user application %s trying to send a kernel RPC message to channel %d",
				__func__, current->comm, cid);
			goto bail;
		}
	}

	VERIFY(err, fl->sctx != NULL);
	if (err)
@@ -1993,7 +2002,7 @@ static int fastrpc_init_process(struct fastrpc_file *fl,

		ra[0].buf.pv = (void *)&tgid;
		ra[0].buf.len = sizeof(tgid);
		ioctl.inv.handle = 1;
		ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;
		ioctl.inv.sc = REMOTE_SCALARS_MAKE(0, 1, 0);
		ioctl.inv.pra = ra;
		ioctl.fds = NULL;
@@ -2090,7 +2099,7 @@ static int fastrpc_init_process(struct fastrpc_file *fl,
		ra[5].buf.len = sizeof(inbuf.siglen);
		fds[5] = 0;

		ioctl.inv.handle = 1;
		ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;
		ioctl.inv.sc = REMOTE_SCALARS_MAKE(6, 4, 0);
		if (uproc->attrs)
			ioctl.inv.sc = REMOTE_SCALARS_MAKE(7, 6, 0);
@@ -2177,7 +2186,7 @@ static int fastrpc_init_process(struct fastrpc_file *fl,
		ra[2].buf.pv = (void *)pages;
		ra[2].buf.len = sizeof(*pages);
		fds[2] = 0;
		ioctl.inv.handle = 1;
		ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;

		ioctl.inv.sc = REMOTE_SCALARS_MAKE(8, 3, 0);
		ioctl.inv.pra = ra;
@@ -2238,7 +2247,7 @@ static int fastrpc_release_current_dsp_process(struct fastrpc_file *fl)
	tgid = fl->tgid;
	ra[0].buf.pv = (void *)&tgid;
	ra[0].buf.len = sizeof(tgid);
	ioctl.inv.handle = 1;
	ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;
	ioctl.inv.sc = REMOTE_SCALARS_MAKE(1, 1, 0);
	ioctl.inv.pra = ra;
	ioctl.fds = NULL;
@@ -2287,7 +2296,7 @@ static int fastrpc_mmap_on_dsp(struct fastrpc_file *fl, uint32_t flags,
	ra[2].buf.pv = (void *)&routargs;
	ra[2].buf.len = sizeof(routargs);

	ioctl.inv.handle = 1;
	ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;
	if (fl->apps->compat)
		ioctl.inv.sc = REMOTE_SCALARS_MAKE(4, 2, 1);
	else
@@ -2350,7 +2359,7 @@ static int fastrpc_munmap_on_dsp_rh(struct fastrpc_file *fl, uint64_t phys,
		ra[1].buf.pv = (void *)&routargs;
		ra[1].buf.len = sizeof(routargs);

		ioctl.inv.handle = 1;
		ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;
		ioctl.inv.sc = REMOTE_SCALARS_MAKE(9, 1, 1);
		ioctl.inv.pra = ra;
		ioctl.fds = NULL;
@@ -2402,7 +2411,7 @@ static int fastrpc_munmap_on_dsp(struct fastrpc_file *fl, uintptr_t raddr,
	ra[0].buf.pv = (void *)&inargs;
	ra[0].buf.len = sizeof(inargs);

	ioctl.inv.handle = 1;
	ioctl.inv.handle = FASTRPC_STATIC_HANDLE_KERNEL;
	if (fl->apps->compat)
		ioctl.inv.sc = REMOTE_SCALARS_MAKE(5, 1, 0);
	else
+6 −5
Original line number Diff line number Diff line
@@ -2679,8 +2679,8 @@ static void sde_encoder_virt_mode_set(struct drm_encoder *drm_enc,
	struct sde_kms *sde_kms;
	struct list_head *connector_list;
	struct drm_connector *conn = NULL, *conn_iter;
	struct sde_connector_state *sde_conn_state = NULL;
	struct sde_connector *sde_conn = NULL;
//	struct sde_connector_state *sde_conn_state = NULL;
//	struct sde_connector *sde_conn = NULL;
	struct sde_rm_hw_iter dsc_iter, pp_iter;
	struct sde_rm_hw_request request_hw;
	int i = 0, ret;
@@ -2725,7 +2725,7 @@ static void sde_encoder_virt_mode_set(struct drm_encoder *drm_enc,
		SDE_ERROR_ENC(sde_enc, "invalid connector state\n");
		return;
	}

/*
	sde_conn = to_sde_connector(conn);
	sde_conn_state = to_sde_connector_state(conn->state);
	if (sde_conn && sde_conn_state) {
@@ -2739,7 +2739,7 @@ static void sde_encoder_virt_mode_set(struct drm_encoder *drm_enc,
			return;
		}
	}

*/
	/* release resources before seamless mode change */
	if (msm_is_mode_seamless_dms(adj_mode) ||
			msm_is_mode_seamless_dyn_clk(adj_mode)) {
@@ -4515,8 +4515,9 @@ int sde_encoder_prepare_for_kickoff(struct drm_encoder *drm_enc,
		sde_connector_set_qsync_params(
				sde_enc->cur_master->connector);

	if (sde_enc->cur_master)
	if (sde_enc->cur_master &&(!strcmp(sde_enc->cur_master->connector->name, "DSI-1")))
		sde_connector_update_backlight(sde_enc->cur_master->connector);

	/* prepare for next kickoff, may include waiting on previous kickoff */
	SDE_ATRACE_BEGIN("sde_encoder_prepare_for_kickoff");
	for (i = 0; i < sde_enc->num_phys_encs; i++) {
+2305 −2283
Original line number Diff line number Diff line
// Time Stamp : 2019-04-15 16:56:33
// Time Stamp : 2019-05-09 18:49:52

//VERNUM [011b001c] [00020202]
//VERNUM [011b001c] [00060202]

//#define	SEL_MODEL			0
//#define	SELECT_VENDOR		1
@@ -16,10 +16,10 @@
#define LC898124EP3_DMA_CheckSum_0_1_2_2_0_0		0x0800650D

#define LC898124EP3_DMB_ByteSize_0_1_2_2_0_0		0x0498
#define LC898124EP3_DMB_CheckSum_0_1_2_2_0_0		0x0658C874
#define LC898124EP3_DMB_CheckSum_0_1_2_2_0_0		0x2BC83A1B

#define LC898124EP3_PMCheckSum_0_1_2_2_0_0		0x000B653F
#define LC898124EP3_PMSize_0_1_2_2_0_0			1940
#define LC898124EP3_PMCheckSum_0_1_2_2_0_0		0x000B84A8
#define LC898124EP3_PMSize_0_1_2_2_0_0			1962

const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0x20, 0xC0, 0x00, 0x80, 0x06, 0x30,
@@ -44,19 +44,19 @@ const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0x27, 0x74, 0x80, 0x00, 0x00, 0x01,
0x27, 0x78, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0x00, 0x01, 0x1b, 0x00, 0x1c,
0xA0, 0x04, 0x00, 0x02, 0x02, 0x02,
0xA0, 0x04, 0x00, 0x06, 0x02, 0x02,
0xA0, 0x90, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0x94, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0x98, 0x80, 0x00, 0x00, 0x01,
0xA0, 0xA4, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0xAC, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0xB0, 0x02, 0xdd, 0x95, 0x8b,
0xA0, 0xB4, 0x8a, 0xdf, 0xbd, 0x3f,
0xA0, 0xB8, 0x6b, 0x7b, 0xa9, 0x6d,
0xA0, 0xBC, 0x76, 0x5b, 0x66, 0xab,
0xA0, 0xC0, 0x84, 0xbd, 0xe2, 0xd3,
0xA0, 0xC4, 0x77, 0x60, 0xef, 0x39,
0xA0, 0xC8, 0x7c, 0x1e, 0xd2, 0x0d,
0xA0, 0xB0, 0x02, 0x8d, 0xce, 0xbb,
0xA0, 0xB4, 0x88, 0x8c, 0x89, 0xd7,
0xA0, 0xB8, 0x6f, 0x51, 0xae, 0x5d,
0xA0, 0xBC, 0x77, 0xde, 0x38, 0x33,
0xA0, 0xC0, 0x86, 0xfe, 0xad, 0x37,
0xA0, 0xC4, 0x73, 0x48, 0x39, 0x6d,
0xA0, 0xC8, 0x7a, 0x46, 0xe6, 0xa5,
0xA0, 0xD8, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0xDC, 0x7f, 0xff, 0xff, 0xff,
0xA0, 0xE0, 0x7f, 0xff, 0xff, 0xff,
@@ -67,11 +67,11 @@ const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0xA0, 0xF4, 0x7f, 0xff, 0xff, 0xff,
0xA1, 0x00, 0x7f, 0xff, 0xff, 0xff,
0xA1, 0x14, 0x7f, 0xff, 0xff, 0xff,
0xA1, 0x18, 0x00, 0x1c, 0x8d, 0x2d,
0xA1, 0x1C, 0xca, 0x3d, 0x97, 0xb5,
0xA1, 0x20, 0x00, 0x39, 0x1a, 0x59,
0xA1, 0x24, 0x75, 0x50, 0x33, 0x99,
0xA1, 0x28, 0x00, 0x1c, 0x8d, 0x2d,
0xA1, 0x18, 0x00, 0x12, 0x94, 0xf9,
0xA1, 0x1C, 0xc8, 0x54, 0xbc, 0xe5,
0xA1, 0x20, 0x00, 0x25, 0x29, 0xf1,
0xA1, 0x24, 0x77, 0x60, 0xef, 0x39,
0xA1, 0x28, 0x00, 0x12, 0x94, 0xf9,
0xA1, 0x2C, 0x7f, 0xff, 0xff, 0xff,
0xA1, 0x30, 0x7f, 0xff, 0xff, 0xff,
0xA1, 0x34, 0x80, 0x00, 0x00, 0x01,
@@ -207,11 +207,11 @@ const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0xA4, 0xBC, 0xad, 0x99, 0x86, 0xfc,
0xA4, 0xC0, 0x7c, 0x7a, 0xf7, 0x9f,
0xA4, 0xC4, 0x55, 0xeb, 0x81, 0x65,
0xA4, 0xC8, 0x00, 0x00, 0x70, 0x92,
0xA4, 0xCC, 0x00, 0x01, 0x19, 0x68,
0xA4, 0xC8, 0x00, 0x00, 0x54, 0x6e,
0xA4, 0xCC, 0x00, 0x00, 0x3a, 0x62,
0xA4, 0xD0, 0xaa, 0xb2, 0x47, 0x65,
0xA4, 0xD4, 0x55, 0x56, 0xdb, 0x13,
0xA4, 0xD8, 0x00, 0x00, 0x00, 0x5c,
0xA4, 0xD8, 0x00, 0x00, 0x01, 0x14,
0xA4, 0xDC, 0x00, 0x00, 0x08, 0xcd,
0xA4, 0xE0, 0x7f, 0xff, 0xff, 0xff,
0xA4, 0xE8, 0x28, 0x00, 0x00, 0x00,
@@ -225,19 +225,19 @@ const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0xA5, 0x8C, 0x5f, 0xff, 0xff, 0xff,
0xA5, 0x9C, 0x00, 0xb4, 0x00, 0xb4,
0xA5, 0xA0, 0x06, 0x00, 0x00, 0x00,
0xA5, 0xEC, 0x00, 0x00, 0x08, 0xb4,
0xA5, 0xEC, 0x00, 0x00, 0x08, 0xbe,
0xA5, 0xF0, 0x00, 0x04, 0x18, 0xac,
0xA5, 0xF4, 0x00, 0x00, 0x0b, 0x96,
0xA5, 0xF4, 0x00, 0x00, 0x0b, 0xa0,
0xA5, 0xF8, 0x00, 0x04, 0x18, 0xf4,
0xA5, 0xFC, 0x00, 0x04, 0x15, 0x1e,
0xA6, 0x00, 0x00, 0x04, 0x1a, 0x80,
0xA6, 0x04, 0x00, 0x04, 0x15, 0x1e,
0xA6, 0x08, 0x00, 0x04, 0x15, 0x1e,
0xA6, 0x0C, 0x00, 0x04, 0x15, 0x1e,
0xA6, 0x10, 0x00, 0x00, 0x09, 0x72,
0xA6, 0x10, 0x00, 0x00, 0x09, 0x7c,
0xA6, 0x14, 0x00, 0x04, 0x15, 0x1e,
0xA6, 0x18, 0x00, 0x04, 0x15, 0x1e,
0xA6, 0x1C, 0x00, 0x00, 0x09, 0x50,
0xA6, 0x1C, 0x00, 0x00, 0x09, 0x5a,
0xA6, 0x20, 0x00, 0x04, 0x1b, 0xbe,
0xA6, 0x24, 0x00, 0x04, 0x1b, 0xbe,
0xA6, 0x28, 0x00, 0x04, 0x15, 0x1e,
@@ -313,7 +313,7 @@ const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0xA9, 0x20, 0x7f, 0xd2, 0x5a, 0x25,
0xA9, 0x24, 0x00, 0x16, 0xd2, 0xed,
0xA9, 0x28, 0x00, 0x06, 0x00, 0x0a,
0xA9, 0x3C, 0x3f, 0xff, 0xff, 0xff,
0xA9, 0x3C, 0x66, 0x66, 0x66, 0x80,
0xA9, 0x40, 0x04, 0x00, 0x00, 0x00,
0xA9, 0x44, 0x7f, 0xfe, 0x20, 0x00,
0xA9, 0x48, 0x7f, 0xb0, 0x00, 0x00,
@@ -329,22 +329,22 @@ const unsigned char LC898124EP3_DM_0_1_2_2_0_0[] = {
0xA9, 0x7C, 0x0c, 0xdc, 0x61, 0x39,
0xA9, 0x80, 0x0a, 0x49, 0xe7, 0x60,
0xA9, 0x84, 0x00, 0xa0, 0x00, 0x00,
0xA9, 0xA0, 0x01, 0x20, 0x00, 0x00,
0xA9, 0xA8, 0x00, 0x0c, 0x00, 0x00,
0xA9, 0xAC, 0x00, 0x00, 0x07, 0x0a,
0xA9, 0xB8, 0xbd, 0x2b, 0x06, 0x35,
0xA9, 0xBC, 0x7f, 0xa4, 0xc4, 0x91,
0xA9, 0xC0, 0x43, 0x30, 0x35, 0x39,
0xA9, 0xC4, 0x00, 0x00, 0x00, 0x90,
0xA9, 0xA8, 0x01, 0x20, 0x00, 0x00,
0xA9, 0xB0, 0x00, 0x0c, 0x00, 0x00,
0xA9, 0xB4, 0x00, 0x00, 0x07, 0x0a,
0xA9, 0xC0, 0xbd, 0x2b, 0x06, 0x35,
0xA9, 0xC4, 0x7f, 0xa4, 0xc4, 0x91,
0xA9, 0xC8, 0x43, 0x30, 0x35, 0x39,
0xA9, 0xCC, 0x00, 0x00, 0x00, 0x90,
0xA9, 0xD4, 0x00, 0x00, 0x00, 0x90,
};

const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x64, 0x00, 0x00, 0x02, 0x07,
0x64, 0x00, 0x00, 0xbb, 0xe7,
0x64, 0x00, 0x00, 0xbc, 0x87,
0x64, 0x00, 0x40, 0x1d, 0x87,
0x46, 0x0b, 0x03, 0x80, 0x00,
0x64, 0x00, 0x00, 0xbf, 0x67,
0x64, 0x00, 0x00, 0xc0, 0x07,
0x46, 0x0b, 0x03, 0x80, 0x00,
0x46, 0x0b, 0x03, 0x80, 0x00,
0x46, 0x0b, 0x03, 0x80, 0x00,
@@ -357,7 +357,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x46, 0x0b, 0x03, 0x80, 0x00,
0x46, 0x0b, 0x03, 0x80, 0x00,
0x40, 0x00, 0x03, 0x80, 0x00,
0x66, 0x00, 0x00, 0x85, 0xa8,
0x66, 0x00, 0x00, 0x86, 0x48,
0x40, 0x00, 0x02, 0xbf, 0xd0,
0x5c, 0x00, 0x63, 0x01, 0x05,
0x6c, 0x70, 0x28, 0x06, 0x48,
@@ -424,7 +424,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x6c, 0x40, 0x03, 0x1e, 0x49,
0x6c, 0x40, 0x03, 0x1a, 0x49,
0x66, 0x00, 0x00, 0x4c, 0x20,
0x66, 0x00, 0x00, 0xef, 0xc0,
0x66, 0x00, 0x00, 0xf2, 0x80,
0x6e, 0x00, 0x00, 0x8c, 0xad,
0x38, 0x1b, 0xc3, 0x01, 0x28,
0x40, 0x00, 0x03, 0xc0, 0x40,
@@ -443,10 +443,10 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x6e, 0x00, 0x01, 0xae, 0x2c,
0x24, 0x16, 0x06, 0xe0, 0x00,
0x1a, 0xe6, 0x06, 0x60, 0x00,
0x09, 0x90, 0x83, 0x80, 0x04,
0x09, 0x9a, 0x83, 0x80, 0x04,
0x68, 0x00, 0x01, 0x2b, 0x20,
0x66, 0x00, 0x41, 0x46, 0x80,
0x66, 0x00, 0x40, 0xea, 0xc0,
0x66, 0x00, 0x00, 0xc0, 0x20,
0x68, 0x00, 0x01, 0x30, 0x20,
0x6c, 0x40, 0x02, 0x4e, 0x08,
0x6c, 0x40, 0x02, 0x2a, 0x48,
@@ -464,14 +464,14 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x6c, 0x00, 0x00, 0x56, 0x49,
0x68, 0x00, 0x00, 0x69, 0xa0,
0x6c, 0x00, 0x01, 0xb0, 0x60,
0x66, 0x00, 0x00, 0xc2, 0xc0,
0x66, 0x00, 0x00, 0xc5, 0x80,
0x68, 0x38, 0x08, 0x46, 0x20,
0x5c, 0x81, 0x02, 0xfa, 0xc1,
0x5c, 0x0e, 0xa1, 0xc0, 0x80,
0x88, 0x06, 0x0a, 0x00, 0x20,
0x88, 0x0e, 0x06, 0x80, 0x00,
0x0e, 0x02, 0x46, 0xc4, 0x00,
0x4d, 0x00, 0x9a, 0x00, 0x20,
0x4d, 0x40, 0x9a, 0x00, 0x20,
0x82, 0x04, 0x9a, 0x00, 0x20,
0x6c, 0x00, 0x00, 0x8e, 0x7a,
0x86, 0x0f, 0xa8, 0x60, 0x7a,
@@ -486,7 +486,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x25, 0x93, 0x0b, 0xc0, 0x89,
0x88, 0x1e, 0x02, 0x49, 0x34,
0x82, 0x24, 0x86, 0x80, 0x00,
0x22, 0xd2, 0x06, 0xc4, 0x00,
0x22, 0xfa, 0x06, 0xc4, 0x00,
0x31, 0x84, 0x98, 0x60, 0x60,
0x38, 0x13, 0xc6, 0xe0, 0x00,
0x1a, 0xea, 0xd2, 0x59, 0x28,
@@ -497,7 +497,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x09, 0xea, 0x0b, 0xc0, 0x88,
0x98, 0x80, 0x83, 0x01, 0x28,
0xbc, 0x37, 0x16, 0x60, 0x00,
0x0c, 0xaa, 0x89, 0x8e, 0x88,
0x0c, 0xd6, 0x89, 0x8e, 0x88,
0x40, 0x00, 0x03, 0xc3, 0x27,
0x6c, 0x70, 0x10, 0x8c, 0x08,
0x5c, 0x08, 0x28, 0x80, 0x20,
@@ -517,12 +517,12 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x6c, 0x00, 0x02, 0xf8, 0x4a,
0x84, 0x8d, 0x08, 0x62, 0x51,
0x40, 0x00, 0x00, 0x40, 0x49,
0x66, 0x00, 0x00, 0xbf, 0x80,
0x66, 0x00, 0x00, 0xc2, 0x40,
0x6c, 0x40, 0x04, 0x9a, 0x09,
0x32, 0x82, 0x8b, 0xc0, 0x49,
0x98, 0xe8, 0x86, 0x60, 0x00,
0x0c, 0xaa, 0x0b, 0xc0, 0x47,
0x66, 0x00, 0x00, 0xca, 0xa8,
0x0c, 0xd6, 0x0b, 0xc0, 0x47,
0x66, 0x00, 0x00, 0xcd, 0x68,
0x40, 0x00, 0x03, 0x00, 0x0c,
0x66, 0x00, 0x00, 0x6e, 0xe0,
0x88, 0x1a, 0x00, 0x00, 0x00,
@@ -1295,34 +1295,39 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x5c, 0x00, 0x71, 0x80, 0x09,
0x5c, 0x84, 0x10, 0x81, 0xa1,
0x5c, 0x83, 0x00, 0x85, 0xa0,
0x5c, 0x81, 0x08, 0x81, 0xc8,
0xa0, 0x58, 0x09, 0x04, 0x10,
0x84, 0x80, 0x98, 0x01, 0x08,
0x5c, 0x81, 0x08, 0x48, 0x09,
0x88, 0x1c, 0x8a, 0x05, 0x80,
0x90, 0x41, 0x08, 0x01, 0x08,
0x88, 0x51, 0x44, 0x40, 0xc0,
0x08, 0x12, 0x16, 0xc0, 0x00,
0x1d, 0xe0, 0x95, 0x40, 0xa0,
0x04, 0x80, 0x98, 0x86, 0x21,
0x98, 0x00, 0xaa, 0x0d, 0x81,
0x90, 0x31, 0x08, 0x09, 0x08,
0x88, 0x29, 0x44, 0x40, 0xc0,
0x00, 0x24, 0xa8, 0x81, 0x4a,
0x68, 0x20, 0x01, 0xfc, 0x24,
0x6c, 0x00, 0x01, 0xea, 0x09,
0x54, 0x0a, 0x00, 0x02, 0x88,
0x57, 0x09, 0x91, 0x80, 0x09,
0x51, 0x60, 0x80, 0x0a, 0x49,
0x51, 0x20, 0x00, 0x82, 0xc9,
0x98, 0x00, 0x88, 0x0a, 0x8a,
0x57, 0x0d, 0x40, 0x83, 0x61,
0x51, 0x60, 0x00, 0x83, 0xe0,
0x98, 0x00, 0x92, 0x91, 0x65,
0x08, 0x62, 0x46, 0xc0, 0x00,
0x1d, 0xe0, 0x85, 0x40, 0x80,
0x22, 0x58, 0x18, 0x81, 0x25,
0x90, 0x31, 0x28, 0x68, 0x09,
0x80, 0x90, 0x88, 0x82, 0x96,
0x44, 0x0d, 0x41, 0x80, 0x09,
0x6c, 0x00, 0x01, 0xea, 0x0a,
0x54, 0x0c, 0x80, 0x02, 0x49,
0x98, 0x00, 0x88, 0x02, 0x8a,
0x57, 0x0d, 0x50, 0x0a, 0x48,
0x98, 0x08, 0xa8, 0x0a, 0x80,
0x57, 0x01, 0x00, 0x81, 0x49,
0x51, 0x61, 0xa0, 0x82, 0xc8,
0x51, 0xa1, 0x21, 0x80, 0x09,
0x6c, 0x40, 0x04, 0xd0, 0x4a,
0x6c, 0x40, 0x04, 0xd2, 0x49,
0x51, 0x61, 0x68, 0x83, 0x61,
0x68, 0x00, 0x3f, 0xff, 0xcb,
0x68, 0x3f, 0xc0, 0x00, 0x0a,
0x54, 0x4f, 0x68, 0x83, 0xe0,
0x28, 0x9a, 0x42, 0x91, 0x65,
0x6c, 0x40, 0x03, 0x2a, 0x49,
0x68, 0x00, 0x01, 0x34, 0x21,
0x66, 0x00, 0x00, 0x84, 0x20,
0x68, 0x20, 0x01, 0xfc, 0x24,
0x66, 0x00, 0x00, 0x84, 0xc0,
0x88, 0x84, 0x86, 0x80, 0x00,
0x13, 0xa2, 0x18, 0x83, 0x20,
0x68, 0x20, 0x02, 0x02, 0x24,
0x66, 0x00, 0x00, 0x84, 0x20,
0x66, 0x00, 0x00, 0x84, 0xc0,
0x88, 0x18, 0x98, 0x82, 0x8a,
0x54, 0x0b, 0x80, 0x86, 0x82,
0x54, 0x08, 0x00, 0x81, 0x09,
@@ -1335,7 +1340,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x68, 0x20, 0x00, 0x24, 0x24,
0x68, 0x20, 0x00, 0x72, 0x25,
0x40, 0x00, 0x00, 0x80, 0x6c,
0x66, 0x00, 0x00, 0x7f, 0xe8,
0x66, 0x00, 0x00, 0x80, 0x88,
0x6c, 0x00, 0x02, 0xb6, 0x09,
0x68, 0x20, 0x00, 0x7f, 0xac,
0x88, 0x84, 0x86, 0x80, 0x00,
@@ -1343,7 +1348,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x68, 0x20, 0x00, 0x4b, 0x24,
0x68, 0x20, 0x00, 0x78, 0x25,
0x88, 0x06, 0xc6, 0x60, 0x00,
0x07, 0xfe, 0x86, 0xc0, 0x00,
0x08, 0x08, 0x86, 0xc0, 0x00,
0x2b, 0x80, 0x98, 0x88, 0xc8,
0x68, 0x20, 0x00, 0x83, 0x20,
0x68, 0x20, 0x00, 0x84, 0x21,
@@ -1413,7 +1418,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x5c, 0x81, 0x03, 0x02, 0x74,
0x68, 0x01, 0x05, 0xdb, 0x2c,
0x80, 0x06, 0xc6, 0x80, 0x00,
0x21, 0xb2, 0x18, 0x00, 0x61,
0x21, 0xda, 0x18, 0x00, 0x61,
0x68, 0x01, 0x05, 0x47, 0xa1,
0x6c, 0x00, 0x02, 0xcc, 0x48,
0x46, 0x0a, 0x40, 0x00, 0x61,
@@ -1426,7 +1431,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x32, 0x06, 0x0b, 0xc1, 0x40,
0x32, 0x0a, 0x0b, 0xc3, 0x51,
0x32, 0x0b, 0x0b, 0xc0, 0x88,
0x68, 0x20, 0x02, 0x69, 0x20,
0x68, 0x20, 0x02, 0x6b, 0x20,
0x68, 0x00, 0x00, 0x07, 0xa1,
0x66, 0x00, 0x41, 0x53, 0x60,
0x40, 0x00, 0x03, 0xc2, 0xb7,
@@ -1495,7 +1500,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x6c, 0x40, 0x03, 0x18, 0x49,
0x68, 0x01, 0x05, 0x47, 0xa1,
0xbc, 0x05, 0xf8, 0x40, 0x61,
0x68, 0x00, 0x02, 0x44, 0x20,
0x68, 0x00, 0x02, 0x46, 0xa0,
0x6c, 0x00, 0x00, 0x0a, 0x60,
0x00, 0x00, 0x08, 0x81, 0x36,
0xba, 0x14, 0x8a, 0x80, 0x20,
@@ -1519,7 +1524,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x30, 0x1a, 0x0b, 0xc0, 0x41,
0x6c, 0x00, 0x01, 0x0c, 0x08,
0x30, 0x1a, 0x0b, 0xc0, 0x60,
0x68, 0x00, 0x02, 0x44, 0x20,
0x68, 0x00, 0x02, 0x46, 0xa0,
0x40, 0x00, 0x03, 0xc1, 0x1f,
0x6c, 0x00, 0x00, 0x0a, 0x60,
0x68, 0x00, 0x00, 0x2b, 0x20,
@@ -1553,7 +1558,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x5c, 0x0e, 0x32, 0xbf, 0xf0,
0x52, 0x0d, 0x20, 0x80, 0x76,
0x6c, 0x40, 0x03, 0x28, 0x48,
0x66, 0x00, 0x00, 0x99, 0x08,
0x66, 0x00, 0x00, 0x99, 0xa8,
0x5c, 0x00, 0x63, 0x80, 0x00,
0x68, 0x00, 0x00, 0x2b, 0x20,
0x5c, 0x0e, 0x22, 0xc4, 0xc0,
@@ -1604,7 +1609,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x68, 0x20, 0x00, 0x90, 0x23,
0x68, 0x20, 0x00, 0x8a, 0x24,
0x68, 0x20, 0x00, 0x8d, 0x25,
0x66, 0x00, 0x00, 0xaf, 0x28,
0x66, 0x00, 0x00, 0xaf, 0xc8,
0x40, 0x00, 0x02, 0x00, 0x60,
0x5c, 0x07, 0xc0, 0x81, 0x88,
0x51, 0x61, 0x23, 0x00, 0x51,
@@ -1653,7 +1658,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x68, 0x20, 0x00, 0x98, 0xa3,
0x68, 0x20, 0x00, 0x92, 0xa4,
0x68, 0x20, 0x00, 0x95, 0xa5,
0x66, 0x00, 0x00, 0xaf, 0x28,
0x66, 0x00, 0x00, 0xaf, 0xc8,
0x40, 0x00, 0x02, 0x08, 0x22,
0x5c, 0x07, 0xc0, 0x84, 0x08,
0x51, 0x61, 0x20, 0x82, 0x20,
@@ -1745,7 +1750,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x88, 0x04, 0xa8, 0x80, 0xe5,
0x88, 0x16, 0x48, 0x81, 0xe3,
0x88, 0x26, 0x28, 0x82, 0xf6,
0x66, 0x00, 0x00, 0xa8, 0xe8,
0x66, 0x00, 0x00, 0xa9, 0x88,
0x40, 0x00, 0x01, 0x48, 0x35,
0x6a, 0x00, 0x09, 0xc4, 0x00,
0x5b, 0x40, 0x00, 0x83, 0x48,
@@ -1755,7 +1760,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x51, 0x85, 0x20, 0x82, 0x22,
0x98, 0x22, 0x89, 0xd0, 0x02,
0x88, 0x4e, 0x86, 0x60, 0x00,
0x0a, 0x8e, 0x89, 0x50, 0x35,
0x0a, 0x98, 0x89, 0x50, 0x35,
0x5b, 0x48, 0x3b, 0x01, 0xfe,
0x25, 0x9a, 0x06, 0x80, 0x01,
0xff, 0xfc, 0xab, 0xc0, 0x88,
@@ -1777,7 +1782,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x98, 0x22, 0x88, 0x60, 0x08,
0x9d, 0x80, 0x38, 0x83, 0x0a,
0x88, 0x6e, 0x46, 0x60, 0x00,
0x0a, 0x92, 0x88, 0x58, 0x09,
0x0a, 0x9c, 0x88, 0x58, 0x09,
0x88, 0x38, 0x83, 0x20, 0xe0,
0xbc, 0x13, 0x85, 0xc0, 0xfe,
0x19, 0x20, 0x19, 0x05, 0x12,
@@ -1802,7 +1807,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x98, 0x34, 0x19, 0x50, 0x51,
0x88, 0x16, 0x20, 0x00, 0x00,
0x88, 0x6a, 0x38, 0x83, 0x08,
0x66, 0x00, 0x00, 0xac, 0xc8,
0x66, 0x00, 0x00, 0xad, 0x68,
0x55, 0x00, 0x08, 0x58, 0x09,
0x5c, 0x0f, 0xf9, 0x83, 0x08,
0x25, 0x9c, 0x05, 0xb4, 0x82,
@@ -1872,6 +1877,23 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x08, 0x13, 0x58, 0x80, 0x89,
0x40, 0x00, 0x02, 0x80, 0x30,
0x40, 0x00, 0x03, 0xa1, 0x60,
0x68, 0x20, 0x01, 0x3c, 0x20,
0x5c, 0x0b, 0x62, 0xc0, 0x20,
0x5c, 0x00, 0x30, 0x40, 0x09,
0x51, 0x87, 0x7a, 0x04, 0x41,
0x68, 0x00, 0x01, 0x30, 0x20,
0x51, 0x8b, 0xc0, 0x08, 0x09,
0x84, 0x04, 0x86, 0x80, 0x00,
0x0d, 0xa2, 0x28, 0x48, 0x08,
0xa0, 0x06, 0x08, 0x10, 0x50,
0x6c, 0x40, 0x01, 0x98, 0x49,
0x6c, 0x40, 0x01, 0x9a, 0x49,
0x6c, 0x40, 0x02, 0x2c, 0x4b,
0x6c, 0x40, 0x01, 0x06, 0x48,
0x6c, 0x40, 0x01, 0x08, 0x48,
0x94, 0x24, 0x64, 0x60, 0xa4,
0x05, 0x07, 0xa8, 0x40, 0x7a,
0x40, 0x00, 0x03, 0x80, 0x00,
0x68, 0x20, 0x01, 0xad, 0x21,
0x68, 0x00, 0x01, 0x7c, 0x22,
0x5c, 0x81, 0x02, 0x08, 0x23,
@@ -1950,7 +1972,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0xa0, 0x4c, 0x08, 0x00, 0x09,
0x80, 0x15, 0x08, 0x02, 0xd0,
0x80, 0x05, 0x26, 0xc4, 0x00,
0x4d, 0x24, 0x90, 0x00, 0x00,
0x4d, 0x64, 0x90, 0x00, 0x00,
0x6c, 0x70, 0x10, 0x0e, 0x02,
0x25, 0x99, 0x0b, 0xff, 0xc1,
0x5c, 0x83, 0x08, 0x00, 0xd0,
@@ -1974,7 +1996,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x5c, 0x00, 0x72, 0x01, 0x60,
0x46, 0x0a, 0x40, 0x02, 0x48,
0x84, 0x04, 0xa0, 0x00, 0x00,
0x68, 0x00, 0x03, 0x32, 0xa0,
0x68, 0x00, 0x03, 0x3d, 0xa0,
0xba, 0x14, 0x86, 0xc0, 0x00,
0x2e, 0xa6, 0x00, 0x00, 0x00,
0x68, 0x00, 0x01, 0xc6, 0x20,
@@ -2058,7 +2080,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0xa0, 0x4a, 0x08, 0x22, 0x09,
0x66, 0x00, 0x40, 0xf7, 0x68,
0x86, 0x00, 0x88, 0x82, 0xb6,
0x68, 0x00, 0x03, 0x5c, 0xa0,
0x68, 0x00, 0x03, 0x67, 0xa0,
0xba, 0x14, 0x86, 0xc0, 0x00,
0x2e, 0xa6, 0x0a, 0x80, 0x30,
0x68, 0x00, 0x01, 0xc5, 0x24,
@@ -2095,13 +2117,13 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x66, 0x00, 0x40, 0x53, 0x48,
0x40, 0x00, 0x00, 0x82, 0x09,
0x68, 0x00, 0x01, 0x90, 0x20,
0x68, 0x20, 0x02, 0x6e, 0x24,
0x68, 0x20, 0x02, 0x70, 0x24,
0x84, 0x08, 0x96, 0x80, 0x00,
0x1e, 0x82, 0x06, 0x60, 0x04,
0x05, 0x34, 0x08, 0x82, 0xa4,
0x68, 0x00, 0x01, 0x9c, 0x20,
0x86, 0x04, 0x86, 0x82, 0x00,
0x26, 0xe2, 0x48, 0x40, 0x89,
0x27, 0x02, 0x48, 0x40, 0x89,
0x68, 0x00, 0x01, 0xea, 0x20,
0x66, 0x00, 0x40, 0x53, 0x40,
0x5c, 0x86, 0x00, 0x82, 0xa4,
@@ -2128,14 +2150,14 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x66, 0x00, 0x40, 0xf9, 0x80,
0x68, 0x00, 0x01, 0x97, 0x24,
0x00, 0x00, 0x08, 0x62, 0x0a,
0x68, 0x20, 0x02, 0x71, 0x24,
0x66, 0x00, 0x00, 0xed, 0xa8,
0x68, 0x20, 0x02, 0x73, 0x24,
0x66, 0x00, 0x00, 0xf0, 0x68,
0x6c, 0x00, 0x03, 0x2e, 0x09,
0x88, 0x2a, 0x46, 0xc0, 0x00,
0x34, 0x60, 0x98, 0x63, 0x48,
0x68, 0x00, 0x01, 0xa3, 0x20,
0x68, 0x20, 0x02, 0x73, 0x24,
0x66, 0x00, 0x00, 0xed, 0xa8,
0x68, 0x20, 0x02, 0x75, 0x24,
0x66, 0x00, 0x00, 0xf0, 0x68,
0x40, 0x00, 0x00, 0x42, 0x0a,
0x5c, 0x83, 0x00, 0x82, 0x24,
0x88, 0x32, 0x08, 0x22, 0x09,
@@ -2212,18 +2234,18 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x25, 0x92, 0x8b, 0xc2, 0x41,
0x6c, 0x00, 0x03, 0xca, 0x09,
0x36, 0x94, 0x06, 0xc4, 0x00,
0x4d, 0x40, 0x99, 0x80, 0x08,
0x4d, 0x80, 0x99, 0x80, 0x08,
0x30, 0x96, 0x0b, 0xc1, 0x24,
0x6c, 0x00, 0x03, 0xce, 0x08,
0x36, 0x90, 0x09, 0x80, 0x08,
0x30, 0x96, 0x0b, 0xc0, 0xc4,
0x6c, 0x40, 0x04, 0xd8, 0x09,
0x6c, 0x40, 0x04, 0xdc, 0x09,
0x32, 0x02, 0x8b, 0xc1, 0x20,
0x2a, 0x7e, 0xd6, 0xc0, 0x00,
0x39, 0x27, 0xa6, 0xc0, 0x00,
0x37, 0xc7, 0xa6, 0xc4, 0x00,
0x4d, 0x84, 0x9b, 0xc0, 0xa7,
0x68, 0x20, 0x02, 0x6b, 0x20,
0x4d, 0xc4, 0x9b, 0xc0, 0xa7,
0x68, 0x20, 0x02, 0x6d, 0x20,
0x6c, 0x00, 0x03, 0x7c, 0x7a,
0x6c, 0x00, 0x03, 0x92, 0x7a,
0x00, 0x00, 0x08, 0x40, 0x09,
@@ -2234,11 +2256,11 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x66, 0x00, 0x40, 0xfb, 0x68,
0x40, 0x00, 0x00, 0x62, 0x09,
0x6c, 0x00, 0x03, 0x0a, 0x48,
0x68, 0x00, 0x03, 0xb5, 0x24,
0x68, 0x00, 0x03, 0xc0, 0x24,
0x88, 0x1b, 0x6b, 0xa1, 0x48,
0x6c, 0x00, 0x02, 0xea, 0x64,
0x40, 0x00, 0x02, 0x80, 0x70,
0x68, 0x00, 0x03, 0x31, 0x20,
0x68, 0x00, 0x03, 0x3c, 0x20,
0xba, 0x14, 0x86, 0xc0, 0x00,
0x2e, 0xa6, 0x00, 0x00, 0x00,
0x57, 0x0d, 0x40, 0x60, 0x89,
@@ -2275,7 +2297,7 @@ const unsigned char LC898124EP3_PM_0_1_2_2_0_0[] = {
0x32, 0x26, 0x0b, 0xff, 0xaa,
0x80, 0x07, 0xa6, 0x80, 0x00,
0x1d, 0x52, 0x06, 0x80, 0x00,
0x33, 0x12, 0x16, 0xc4, 0x00,
0x33, 0xc2, 0x16, 0xc4, 0x00,
0x3b, 0x20, 0x86, 0xc0, 0x00,
0x2e, 0xa6, 0x14, 0x60, 0xa4,
0x04, 0x04, 0x88, 0x40, 0xc8,
+1979 −1957

File changed.

Preview size limit exceeded, changes collapsed.

+2283 −2261

File changed.

Preview size limit exceeded, changes collapsed.

Loading