Lines Matching defs:node
116 * @is_curr_top: true if the current node processed is the top field
117 * @node_list: array of node list
215 struct drm_info_node *node = s->private;
216 struct sti_gdp *gdp = (struct sti_gdp *)node->info_ent->data;
258 static void gdp_node_dump_node(struct seq_file *s, struct sti_gdp_node *node)
260 seq_printf(s, "\t@:0x%p", node);
261 seq_printf(s, "\n\tCTL 0x%08X", node->gam_gdp_ctl);
262 gdp_dbg_ctl(s, node->gam_gdp_ctl);
263 seq_printf(s, "\n\tAGC 0x%08X", node->gam_gdp_agc);
264 seq_printf(s, "\n\tVPO 0x%08X", node->gam_gdp_vpo);
265 gdp_dbg_vpo(s, node->gam_gdp_vpo);
266 seq_printf(s, "\n\tVPS 0x%08X", node->gam_gdp_vps);
267 gdp_dbg_vps(s, node->gam_gdp_vps);
268 seq_printf(s, "\n\tPML 0x%08X", node->gam_gdp_pml);
269 seq_printf(s, "\n\tPMP 0x%08X", node->gam_gdp_pmp);
270 seq_printf(s, "\n\tSIZE 0x%08X", node->gam_gdp_size);
271 gdp_dbg_size(s, node->gam_gdp_size);
272 seq_printf(s, "\n\tNVN 0x%08X", node->gam_gdp_nvn);
273 seq_printf(s, "\n\tKEY1 0x%08X", node->gam_gdp_key1);
274 seq_printf(s, "\n\tKEY2 0x%08X", node->gam_gdp_key2);
275 seq_printf(s, "\n\tPPT 0x%08X", node->gam_gdp_ppt);
276 gdp_dbg_ppt(s, node->gam_gdp_ppt);
277 seq_printf(s, "\n\tCML 0x%08X\n", node->gam_gdp_cml);
282 struct drm_info_node *node = s->private;
283 struct sti_gdp *gdp = (struct sti_gdp *)node->info_ent->data;
390 * Look for a GDP node list that is not currently read by the HW.
393 * Pointer to the free GDP node list
409 /* in hazardious cases restart with the first node */
424 * Pointer to the current GDP node list
442 DRM_DEBUG_DRIVER("Warning, NVN 0x%08X for %s does not match any node\n",
528 DRM_ERROR("Failed to allocate memory for GDP node\n");
541 DRM_DEBUG_DRIVER("node[%d].top_field=%p\n", i, base);
551 DRM_DEBUG_DRIVER("node[%d].btm_field=%p\n", i, base);
809 /* Update the NVN field of the 'right' field of the current GDP node
811 * field GDP node.
816 * At the next VSYNC, the updated node list will be used by the HW.
829 /* First update or invalid node should directly write in the
831 DRM_DEBUG_DRIVER("%s first update (or invalid node)\n",