mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
drm-backend: remove log that advertises universal planes support
There's a log that advertises support for universal planes. That can make users think there's something wrong with Weston or their systems when universal planes are not supported, but that's not the case. Remove this log from the code. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
This commit is contained in:
parent
c46c70dac8
commit
ea4d13b3e3
1 changed files with 0 additions and 2 deletions
|
|
@ -1463,8 +1463,6 @@ init_kms_caps(struct drm_backend *b)
|
|||
ret = drmSetClientCap(b->drm.fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, 1);
|
||||
b->universal_planes = (ret == 0);
|
||||
}
|
||||
weston_log("DRM: %s universal planes\n",
|
||||
b->universal_planes ? "supports" : "does not support");
|
||||
|
||||
if (b->universal_planes && !getenv("WESTON_DISABLE_ATOMIC")) {
|
||||
ret = drmGetCap(b->drm.fd, DRM_CAP_CRTC_IN_VBLANK_EVENT, &cap);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue