1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux/radeon.patch.sparc64
3 # Copyright (C) 2020 - 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
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
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)
37 r = radeon_atrm_get_bios(rdev);
39 r = radeon_acpi_vfct_bios(rdev);