Searched hist:bebcf27f1c75f48cc129e8608cba113d0db32ef8 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/lib/extensions/sve/ |
| H A D | sve.c | bebcf27f1c75f48cc129e8608cba113d0db32ef8 Wed Apr 20 17:14:32 UTC 2022 Mark Brown <broonie@kernel.org> feat(sve): support full SVE vector length
Currently the SVE code hard codes a maximum vector length of 512 bits when configuring SVE rather than the architecture supported maximum. While this is fine for current physical implementations the architecture allows for vector lengths up to 2048 bits and emulated implementations generally allow any length up to this maximum.
Since there may be system specific reasons to limit the maximum vector length make the limit configurable, defaulting to the architecture maximum. The default should be suitable for most implementations since the hardware will limit the actual vector length selected to what is physically supported in the system.
Signed-off-by: Mark Brown <broonie@kernel.org> Change-Id: I22c32c98a81c0cf9562411189d8a610a5b61ca12
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | defaults.mk | bebcf27f1c75f48cc129e8608cba113d0db32ef8 Wed Apr 20 17:14:32 UTC 2022 Mark Brown <broonie@kernel.org> feat(sve): support full SVE vector length
Currently the SVE code hard codes a maximum vector length of 512 bits when configuring SVE rather than the architecture supported maximum. While this is fine for current physical implementations the architecture allows for vector lengths up to 2048 bits and emulated implementations generally allow any length up to this maximum.
Since there may be system specific reasons to limit the maximum vector length make the limit configurable, defaulting to the architecture maximum. The default should be suitable for most implementations since the hardware will limit the actual vector length selected to what is physically supported in the system.
Signed-off-by: Mark Brown <broonie@kernel.org> Change-Id: I22c32c98a81c0cf9562411189d8a610a5b61ca12
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | bebcf27f1c75f48cc129e8608cba113d0db32ef8 Wed Apr 20 17:14:32 UTC 2022 Mark Brown <broonie@kernel.org> feat(sve): support full SVE vector length
Currently the SVE code hard codes a maximum vector length of 512 bits when configuring SVE rather than the architecture supported maximum. While this is fine for current physical implementations the architecture allows for vector lengths up to 2048 bits and emulated implementations generally allow any length up to this maximum.
Since there may be system specific reasons to limit the maximum vector length make the limit configurable, defaulting to the architecture maximum. The default should be suitable for most implementations since the hardware will limit the actual vector length selected to what is physically supported in the system.
Signed-off-by: Mark Brown <broonie@kernel.org> Change-Id: I22c32c98a81c0cf9562411189d8a610a5b61ca12
|
| /rk3399_ARM-atf/ |
| H A D | Makefile | bebcf27f1c75f48cc129e8608cba113d0db32ef8 Wed Apr 20 17:14:32 UTC 2022 Mark Brown <broonie@kernel.org> feat(sve): support full SVE vector length
Currently the SVE code hard codes a maximum vector length of 512 bits when configuring SVE rather than the architecture supported maximum. While this is fine for current physical implementations the architecture allows for vector lengths up to 2048 bits and emulated implementations generally allow any length up to this maximum.
Since there may be system specific reasons to limit the maximum vector length make the limit configurable, defaulting to the architecture maximum. The default should be suitable for most implementations since the hardware will limit the actual vector length selected to what is physically supported in the system.
Signed-off-by: Mark Brown <broonie@kernel.org> Change-Id: I22c32c98a81c0cf9562411189d8a610a5b61ca12
|