Searched +full:mali +full:- +full:c55 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/soc/renesas/ |
| H A D | r9a09g056-sys.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #include "rz-sysc.h" 70 dev_info(dev, "Detected Renesas %s %sn%d Rev %s%s%s%s%s\n", soc_dev_attr->family, in rzv2n_sys_print_id() 71 soc_dev_attr->soc_id, 41 + feature_flags, soc_dev_attr->revision, in rzv2n_sys_print_id() 73 feature_flags & SYS_RZV2N_FEATURE_G31 ? " GE3D (Mali-G31)" : "", in rzv2n_sys_print_id() 75 feature_flags & SYS_RZV2N_FEATURE_C55 ? " ISP (Mali-C55)" : ""); in rzv2n_sys_print_id()
|
| H A D | r9a09g057-sys.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #include "rz-sysc.h" 76 soc_dev_attr->family, soc_dev_attr->soc_id, soc_dev_attr->revision, in rzv2h_sys_print_id() 77 gpu_enabled ? " with GE3D (Mali-G31)" : "", in rzv2h_sys_print_id() 78 isp_enabled ? " with ISP (Mali-C55)" : ""); in rzv2h_sys_print_id()
|