modetest: atomic mode cannot support -w
When executing set_property
, dev->req
is empty, resulting in the loss of the -w property configuration.
dev.req = drmModeAtomicAlloc();
Should be called earlier
Edited by Simon Ser
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
When executing set_property
, dev->req
is empty, resulting in the loss of the -w property configuration.
dev.req = drmModeAtomicAlloc();
Should be called earlier