Skip to content

backends/drm: explicitly initialize all fields of drmModeModeInfo

Xaver Hugl requested to merge work/zamundaaa/uninitialized into master

I thought that structs allocated on the stack already got zero-initialized, but I guess valgrind isn't satisfied with that. Either way though, vscan should be 1 and not 0

Merge request reports