Searched refs:display_ref (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Ddisplay-device.cpp152 auto display_ref = fbl::make_unique_checked<display_ref_t>(&ac); local
155 mtx_init(&display_ref->mtx, mtx_plain);
157 fbl::AutoLock lock(&display_ref->mtx);
158 display_ref->display_device = this;
168 args.ctx = display_ref.get();
173 display_ref_ = display_ref.release();
H A Ddisplay-device.h28 typedef struct display_ref { struct in namespace:i915

Completed in 26 milliseconds