Lines Matching refs:ubo
377 unsigned long eba, ubo, vbo, old_ubo, old_vbo, alpha_eba;
483 ubo = drm_plane_state_to_ubo(new_state);
485 if (ubo & 0x7 || ubo > 0xfffff8)
490 if (ubo != old_ubo)
586 unsigned long eba, ubo, vbo;
709 ubo = drm_plane_state_to_ubo(new_state);
714 swap(ubo, vbo);
717 fb->pitches[1], ubo, vbo);
720 "phy = %lu %lu %lu, x = %d, y = %d", eba, ubo, vbo,
725 ubo = drm_plane_state_to_ubo(new_state);
728 fb->pitches[1], ubo, ubo);
731 "phy = %lu %lu, x = %d, y = %d", eba, ubo,