Skip to content
  • Xaver Hugl's avatar
    backends/drm: fetch immutable blobs in DrmProperty · 34616520
    Xaver Hugl authored
    If the blob is fetched while there is no kernel-visible reference to it,
    the driver may re-use the blob ID. When DrmProperty is created or updated,
    KWin holds a reference on the blob via drmModeObjectProperties, so this
    should prevent any possible issues.
    
    CCBUG: 449285
    34616520