Home
last modified time | relevance | path

Searched refs:hw_nvn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_gdp.c397 int hw_nvn; in sti_gdp_get_free_nodes() local
400 hw_nvn = readl(gdp->regs + GAM_GDP_NVN_OFFSET); in sti_gdp_get_free_nodes()
401 if (!hw_nvn) in sti_gdp_get_free_nodes()
405 if ((hw_nvn != gdp->node_list[i].btm_field_paddr) && in sti_gdp_get_free_nodes()
406 (hw_nvn != gdp->node_list[i].top_field_paddr)) in sti_gdp_get_free_nodes()
411 sti_plane_to_str(&gdp->plane), hw_nvn); in sti_gdp_get_free_nodes()
429 int hw_nvn; in sti_gdp_get_current_nodes() local
432 hw_nvn = readl(gdp->regs + GAM_GDP_NVN_OFFSET); in sti_gdp_get_current_nodes()
433 if (!hw_nvn) in sti_gdp_get_current_nodes()
437 if ((hw_nvn in sti_gdp_get_current_nodes()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_gdp.c399 int hw_nvn; in sti_gdp_get_free_nodes() local
402 hw_nvn = readl(gdp->regs + GAM_GDP_NVN_OFFSET); in sti_gdp_get_free_nodes()
403 if (!hw_nvn) in sti_gdp_get_free_nodes()
407 if ((hw_nvn != gdp->node_list[i].btm_field_paddr) && in sti_gdp_get_free_nodes()
408 (hw_nvn != gdp->node_list[i].top_field_paddr)) in sti_gdp_get_free_nodes()
413 sti_plane_to_str(&gdp->plane), hw_nvn); in sti_gdp_get_free_nodes()
431 int hw_nvn; in sti_gdp_get_current_nodes() local
434 hw_nvn = readl(gdp->regs + GAM_GDP_NVN_OFFSET); in sti_gdp_get_current_nodes()
435 if (!hw_nvn) in sti_gdp_get_current_nodes()
439 if ((hw_nvn in sti_gdp_get_current_nodes()
[all...]

Completed in 5 milliseconds