Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:defined

118  * @defined:  true if the current display unit has been initialized
126 bool defined;
198 stdu->defined = true;
228 if (!stdu->defined) {
229 DRM_ERROR("No screen target defined\n");
296 if (!stdu->defined) {
297 DRM_ERROR("No screen target defined");
333 /* Nothing to do if not successfully defined */
334 if (unlikely(!stdu->defined))
353 stdu->defined = false;
382 if (stdu->defined) {
436 if (stdu->defined) {
1635 if (!stdu->defined)