Skip to content

platforms/drm: use drm formats instead of gbm formats

Xaver Hugl requested to merge work/use-drm-formats into master

There's no need to guard the code, gbm and drm format definitions are the same. Using GBM_BO_FORMAT_* even caused bugs, as that is an enum and not a proper format identifier (as opposed to GBM_FORMAT_*).

BUG: 441253

Edited by Xaver Hugl

Merge request reports