Skip to content

Commit

Permalink
extreme.config: sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeXT committed Apr 20, 2024
1 parent 59a8906 commit fa154eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion arch/arm64/configs/extreme.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
# CONFIG_KPROBES is not set
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_IOSCHED_BFQ=m
CONFIG_IOSCHED_BFQ=y
CONFIG_LARGE_TCP_INITIAL_BUFFER=y
# CONFIG_KSU is not set
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_ZSTD=y
CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BLK_DEV_THROTTLING_LOW=y
CONFIG_IP_NF_TARGET_TTL=y
CONFIG_DISABLE_TRACE_PRINTK=y
LARGE_TCP_INITIAL_BUFFER=y
4 changes: 0 additions & 4 deletions drivers/video/fbdev/exynos/dpu30/decon_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,22 +142,18 @@ void tracing_mark_write(struct decon_device *decon, char id, char *str1, int val
case 'B': /* B : Begin */
snprintf(buf, DECON_TRACE_BUF_SIZE, "B|%d|%s",
decon->systrace.pid, str1);
// trace_tracing_mark_write(buf);
break;
case 'E': /* E : End */
strcpy(buf, "E");
// trace_tracing_mark_write(buf);
break;
case 'C': /* C : Category */
snprintf(buf, DECON_TRACE_BUF_SIZE,
"C|%d|%s|%d", decon->systrace.pid, str1, value);
// trace_tracing_mark_write(buf);
break;
default:
decon_err("%s:argument fail\n", __func__);
return;
}
trace_printk(buf);
}

static void decon_dump_using_dpp(struct decon_device *decon)
Expand Down

0 comments on commit fa154eb

Please sign in to comment.