diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2023-04-13 11:22:02 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-07-27 18:41:59 +0200 |
commit | b02e6e040af7fa7fd59b0eb71d927dbc149bc20d (patch) | |
tree | 91c82f223bd5887801027b723b5b18c7d28123d9 /drivers/mmc/Makefile | |
parent | cf8d3223218744d29793071ec6d61eba29057d90 (diff) | |
download | linux-stable-b02e6e040af7fa7fd59b0eb71d927dbc149bc20d.tar.gz linux-stable-b02e6e040af7fa7fd59b0eb71d927dbc149bc20d.tar.bz2 linux-stable-b02e6e040af7fa7fd59b0eb71d927dbc149bc20d.zip |
gpu: host1x: Return error when context device not attached to IOMMU
If a context device was not attached to IOMMU, we kept the old
success err value causing context devices to be unregistered but
success to be returned. This would mean that things would go on
but with context isolation disabled.
To decide on an explicit behavior, let's return an error code
here instead. If someone wants to go without IOMMU on a platform
modern enough to support context isolation, they can remove the
context devices from device tree.
Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230413082202.114721-2-cyndis@kapsi.fi
Diffstat (limited to 'drivers/mmc/Makefile')
0 files changed, 0 insertions, 0 deletions