Searched refs:multiple (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/device/backend/ |
H A D | mali_kbase_device_hw_jm.c | 35 * @multiple: Zero if only GPU_FAULT was raised, non-zero if MULTIPLE_GPU_FAULTS 41 static void kbase_report_gpu_fault(struct kbase_device *kbdev, int multiple) in kbase_report_gpu_fault() argument 50 if (multiple) { in kbase_report_gpu_fault() 51 dev_warn(kbdev->dev, "There were multiple GPU faults - some have not been reported\n"); in kbase_report_gpu_fault()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/device/backend/ |
H A D | mali_kbase_device_hw_jm.c | 33 * @multiple: Zero if only GPU_FAULT was raised, non-zero if MULTIPLE_GPU_FAULTS 39 static void kbase_report_gpu_fault(struct kbase_device *kbdev, int multiple) in kbase_report_gpu_fault() argument 52 if (multiple) in kbase_report_gpu_fault() 53 dev_warn(kbdev->dev, "There were multiple GPU faults - some have not been reported\n"); in kbase_report_gpu_fault()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_device_hw.c | 203 * @multiple: Zero if only GPU_FAULT was raised, non-zero if MULTIPLE_GPU_FAULTS 209 static void kbase_report_gpu_fault(struct kbase_device *kbdev, int multiple) in kbase_report_gpu_fault() argument 224 if (multiple) in kbase_report_gpu_fault() 225 dev_warn(kbdev->dev, "There were multiple GPU faults - some have not been reported\n"); in kbase_report_gpu_fault()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_device_hw.c | 192 * @multiple: Zero if only GPU_FAULT was raised, non-zero if MULTIPLE_GPU_FAULTS 198 static void kbase_report_gpu_fault(struct kbase_device *kbdev, int multiple) in kbase_report_gpu_fault() argument 209 if (multiple) { in kbase_report_gpu_fault() 210 dev_warn(kbdev->dev, "There were multiple GPU faults - some have not been reported\n"); in kbase_report_gpu_fault()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu.c | 243 size_t multiple = reg->extension; in reg_grow_calc_extra_pages() local 248 if (!multiple) { in reg_grow_calc_extra_pages() 257 * the desired (rounded down) multiple of the extension. in reg_grow_calc_extra_pages() 262 /* multiple is based from the current backed size, even if the in reg_grow_calc_extra_pages() 264 * themselves aligned to multiple in reg_grow_calc_extra_pages() 266 remainder = minimum_extra % multiple; in reg_grow_calc_extra_pages() 270 /* multiple is based from the top of the initial commit, which in reg_grow_calc_extra_pages() 272 * initial_commit) is already aligned to multiple. Hence the in reg_grow_calc_extra_pages() 274 * multiple in reg_grow_calc_extra_pages() 292 remainder = pages_after_initial % multiple; in reg_grow_calc_extra_pages() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu.c | 133 size_t multiple = reg->extent; in reg_grow_calc_extra_pages() local 138 if (!multiple) { in reg_grow_calc_extra_pages() 146 * the desired (rounded down) multiple of the extent. in reg_grow_calc_extra_pages() 151 /* multiple is based from the current backed size, even if the in reg_grow_calc_extra_pages() 153 * themselves aligned to multiple in reg_grow_calc_extra_pages() 155 remainder = minimum_extra % multiple; in reg_grow_calc_extra_pages() 159 /* multiple is based from the top of the initial commit, which in reg_grow_calc_extra_pages() 161 * initial_commit) is already aligned to multiple. Hence the in reg_grow_calc_extra_pages() 163 * multiple in reg_grow_calc_extra_pages() 180 remainder = pages_after_initial % multiple; in reg_grow_calc_extra_pages() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mmu.c | 103 static size_t make_multiple(size_t minimum, size_t multiple)
in make_multiple() argument 105 size_t remainder = minimum % multiple;
in make_multiple() 111 return minimum + multiple - remainder;
in make_multiple()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mmu.c | 102 static size_t make_multiple(size_t minimum, size_t multiple) in make_multiple() argument 104 size_t remainder = minimum % multiple; in make_multiple() 109 return minimum + multiple - remainder; in make_multiple()
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 222 $(error building multiple external modules is not supported))
|
Completed in 12 milliseconds