diff options
author | Sanjuán García, Jorge <[email protected]> | 2024-05-23 10:35:03 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-06-04 17:48:57 +0200 |
commit | a774c5d1f9c4ad43411ee4010d8eb8e60b8e60a0 (patch) | |
tree | 5d3def77269d303e8d135debe68abcd1c5eb7183 /drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c | |
parent | 10724d5d477f8baadeaa183e288d6bd872bcade2 (diff) |
mcb: mcb-pci: detect IO mapped devices before requesting resources
If the memory region is requested with devm_request_mem_region()
for an IO mapped device it will return an error and mcb-pci will
incorrectly report it with EBUSY code.
Make sure we identify if the reosure is IO mapped and fail early
with a correct ENOTSUPP code.
Reviewed-by: Jose Javier Rodriguez Barbarin <[email protected]>
Signed-off-by: Jorge Sanjuan Garcia <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c')
0 files changed, 0 insertions, 0 deletions