cleanup: remove "MODESETTING SAFETY" section in Display app
This commit is contained in:
@@ -425,16 +425,6 @@ static void draw_graphics_tab(Canvas& c, const mtk::Theme& theme) {
|
|||||||
? "Applied when the next desktop session starts."
|
? "Applied when the next desktop session starts."
|
||||||
: "Unavailable on this boot; the software copy path is active.",
|
: "Unavailable on this boot; the software copy path is active.",
|
||||||
flipAvailable ? theme.text_subtle : theme.text_muted);
|
flipAvailable ? theme.text_subtle : theme.text_muted);
|
||||||
|
|
||||||
int safetySeparator = option.y + option.h + system_font_height() + 18;
|
|
||||||
mtk::draw_separator(c, PAD, safetySeparator, g_win.width - PAD * 2, theme);
|
|
||||||
c.text(PAD, safetySeparator + 16, "MODESETTING SAFETY", theme.text_muted);
|
|
||||||
c.text(PAD, safetySeparator + 16 + system_font_height() + 8,
|
|
||||||
"The driver keeps the firmware-trained display link and only exposes modes",
|
|
||||||
theme.text_subtle);
|
|
||||||
c.text(PAD, safetySeparator + 16 + system_font_height() * 2 + 10,
|
|
||||||
"that can be changed without unsafe PLL or DisplayPort retraining.",
|
|
||||||
theme.text_subtle);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void draw_footer(Canvas& c, const mtk::Theme& theme) {
|
static void draw_footer(Canvas& c, const mtk::Theme& theme) {
|
||||||
|
|||||||
Reference in New Issue
Block a user