* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / kernel / linux / radeon.patch.sparc64
blob3b8e3f4c754831cc8cde5d59169be04adae82264
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux/radeon.patch.sparc64
3 # Copyright (C) 2020 - 2024 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 [drm] initializing kernel modesetting (RV100 0x1002:0x5159 0x1002:0x0908 0x00).
15 Unable to handle kernel paging request at virtual address 000007fe08000000
16 tsk->{mm,active_mm}->context = 0000000000000133
17 tsk->{mm,active_mm}->pgd = fff00000f2b58000
18 ...
19 Unable to handle kernel paging request at virtual address 000007fe08000000
20 tsk->{mm,active_mm}->context = 000000000000012e
21 tsk->{mm,active_mm}->pgd = fff00000fbe20000
23 Signed-off-by: RenĂ© Rebe <rene@exactcode.de>
25 diff --git a/drivers/gpu/drm/radeon/radeon_bios.c b/drivers/gpu/drm/radeon/radeon_bios.c
26 index bb29cf02974d..a3ff7ae25736 100644
27 --- a/drivers/gpu/drm/radeon/radeon_bios.c
28 +++ b/drivers/gpu/drm/radeon/radeon_bios.c
29 @@ -671,6 +671,10 @@ bool radeon_get_bios(struct radeon_device *rdev)
30         bool r;
31         uint16_t tmp;
33 +#ifdef __sparc__
34 +       return false;
35 +#endif
37         r = radeon_atrm_get_bios(rdev);
38         if (!r)
39                 r = radeon_acpi_vfct_bios(rdev);