Lines Matching refs:manager

90 	/* If true, a display is enabled using this manager */
166 * Initialize some of the lcd_config fields for TV manager, this lets
167 * us prevent checking if the manager is LCD or TV at some places
177 * A LCD manager's stallmode decides whether it is in manual or auto update. TV
178 * manager is always auto update, stallmode field for TV manager is false by
183 struct mgr_priv_data *mp = get_mgr_priv(ovl->manager);
233 * check manager and overlay settings using overlay_info from data->info
241 * check manager and overlay settings using overlay_info from ovl->info if
284 * managers, once the manager is enabled, the extra_info
285 * related manager changes will be taken in by HW.
432 return ovl->manager ? dss_mgr_get_device(ovl->manager) : NULL;
547 if (!ovl->manager)
550 mp = get_mgr_priv(ovl->manager);
570 irq = dispc_mgr_get_vsync_irq(ovl->manager->id);
629 mp = get_mgr_priv(ovl->manager);
668 mp = get_mgr_priv(ovl->manager);
740 DSSERR("cannot write registers for manager %s: "
984 /* Configure manager */
1079 DSSERR("failed to enable manager %d: check_settings failed\n",
1180 DSSERR("manager %s is already connected to an output\n",
1187 DSSERR("output does not support manager %s\n",
1193 output->manager = mgr;
1221 DSSERR("output can't be unset when manager is enabled\n");
1228 mgr->output->manager = NULL;
1260 DSSERR("cannot set timings for %s: manager needs to be disabled\n",
1288 DSSERR("cannot apply lcd config for %s: manager needs to be disabled\n",
1344 if (ovl->manager) {
1345 DSSERR("overlay '%s' already has a manager '%s'\n",
1346 ovl->name, ovl->manager->name);
1359 DSSERR("overlay has to be disabled to change the manager\n");
1366 ovl->manager = mgr;
1392 if (!ovl->manager) {
1393 DSSERR("failed to detach overlay: manager not set\n");
1402 DSSERR("overlay has to be disabled to unset the manager\n");
1415 * manager before the configurations can go in. Return an error if the
1416 * overlay needed an update from the manager.
1418 * TODO: Instead of returning an error, try to do a dummy manager update
1426 DSSERR("need an update to change the manager\n");
1431 ovl->manager = NULL;
1472 if (ovl->manager == NULL || ovl->manager->output == NULL) {
1481 r = dss_check_settings(ovl->manager);
1522 if (ovl->manager == NULL || ovl->manager->output == NULL) {