Home
last modified time | relevance | path

Searched refs:gpu_node (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/
H A Dcoresight_mali_sources.c71 struct device_node *gpu_node = NULL; in coresight_mali_sources_probe() local
94 gpu_node = of_parse_phandle(np, "gpu", 0); in coresight_mali_sources_probe()
95 if (!gpu_node) { in coresight_mali_sources_probe()
99 gpu_pdev = of_find_device_by_node(gpu_node); in coresight_mali_sources_probe()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/px30/
H A Dpx30.c443 int opp_node, gpu_node; in fdt_fixup_gpu_opp_table() local
460 gpu_node = fdt_path_offset(blob, "/gpu@ff400000"); in fdt_fixup_gpu_opp_table()
461 if (gpu_node < 0) { in fdt_fixup_gpu_opp_table()
466 pp = (u32 *)fdt_getprop(blob, gpu_node, "operating-points-v2", &len); in fdt_fixup_gpu_opp_table()
528 int cpu_node, gpu_node, scmi_clk_node; in fdt_fixup_cpu_gpu_clk() local
564 gpu_node = fdt_path_offset(blob, "/gpu@ff400000"); in fdt_fixup_cpu_gpu_clk()
565 if (gpu_node < 0) { in fdt_fixup_cpu_gpu_clk()
575 pp = (u32 *)fdt_getprop(blob, gpu_node, in fdt_fixup_cpu_gpu_clk()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c4383 static bool kbase_is_pm_enabled(const struct device_node *gpu_node) in kbase_is_pm_enabled() argument
4390 power_model_node = of_get_child_by_name(gpu_node, in kbase_is_pm_enabled()
4395 cooling_cells_node = of_get_property(gpu_node, in kbase_is_pm_enabled()
4400 operating_point_node = of_get_property(gpu_node, in kbase_is_pm_enabled()
4408 static bool kbase_is_pv_enabled(const struct device_node *gpu_node) in kbase_is_pv_enabled() argument
4412 arbiter_if_node = of_get_property(gpu_node, in kbase_is_pv_enabled()
4418 static bool kbase_is_full_coherency_enabled(const struct device_node *gpu_node) in kbase_is_full_coherency_enabled() argument
4423 coherency_dts = of_get_property(gpu_node, in kbase_is_full_coherency_enabled()