mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 19:19:13 +00:00
Cosmetic fix to EDID decoding.
This commit is contained in:
committed by
Adam Jackson
parent
a70754a9fd
commit
bb2cacd33e
@@ -148,7 +148,8 @@ print_dpms_features(int scrnIndex, struct disp_features *c,
|
||||
}
|
||||
} else {
|
||||
int enc = c->display_type;
|
||||
xf86DrvMsg(scrnIndex, X_INFO, "\nSupported color encodings: "
|
||||
xf86ErrorF("\n");
|
||||
xf86DrvMsg(scrnIndex, X_INFO, "Supported color encodings: "
|
||||
"RGB 4:4:4 %s%s\n",
|
||||
enc & DISP_YCRCB444 ? "YCrCb 4:4:4 " : "",
|
||||
enc & DISP_YCRCB422 ? "YCrCb 4:2:2" : "");
|
||||
|
||||
Reference in New Issue
Block a user