702fbf7282
Instead of calling drmModeObjectGetProperties() each time that we need the connector properties, it is better to keep a reference for it in struct drm_connector. This reference is only updated when is necessary. E.g. hotplug events. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>