platforms/drm: Avoid re-using blobs
Blobs are not reference counted if used by other drm master, if kwin re-uses a deleted blob in an atomic commit, it will fail. For example, on my computer, this happens when kwin starts after xorg.
Besides that, kwin may try to destroy blobs that it doesn't own, which is not fatal but it's strange to do so.
Edited by Vlad Zahorodnii