Skip to content
Commit f3bed681 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

backend-drm: do not print head info twice



Before this patch, when a new head is found its information is printed
first as "updated" and then as "found" in the log.

The reason is that drm_head_create() calls drm_head_update_info() which
printed the head as "changed". Then drm_head_create() itself prints it
as "found".

This fixes it to print only once as "found".

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent 771bd8ac
Pipeline #733697 passed with stages
in 3 minutes and 10 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment