Lines Matching refs:visible
118 state->visible = false;
172 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n",
176 old_state->visible, state->visible);
182 if (!old_state->visible && state->visible) {
214 if (state->visible)
223 } else if (old_state->visible != state->visible) {
224 cfg = state->visible ? CFG_GRA_ENA : 0;