diff options
| author | Miquel Raynal <[email protected]> | 2025-06-18 12:14:21 +0000 |
|---|---|---|
| committer | Miquel Raynal <[email protected]> | 2025-07-30 09:32:16 +0000 |
| commit | d81ad9d78e2cd5bdefd390a83553203668a96092 (patch) | |
| tree | 75b16c338094655fdcb88d9735137ed08db7e651 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | mtd: spinand: Fix macro alignment (diff) | |
| download | kernel-d81ad9d78e2cd5bdefd390a83553203668a96092.tar.gz kernel-d81ad9d78e2cd5bdefd390a83553203668a96092.zip | |
mtd: spinand: Add a frequency field to all READ_FROM_CACHE variants
These macros had initially no frequency field. When I added the "maximum
operation frequency" field, I did it initially on very common macros and
I decided to add an optional field for that (with VA_ARGS) in order to
prevent massively unreadable changes. I then added new variants in the
spinand.h header, and requested a frequency field for them by
default. Some times later, I also added maximum frequencies to other
existing variants, but I did it incorrectly, without noticing I was
wrong because the field was optional.
This mix is error prone, so let's do what I should have done since the
very beginning: add a frequency field to all READ_FROM_CACHE variants.
There is no functional change.
Signed-off-by: Miquel Raynal <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions
