1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: package/.../linux/radeon.patch.sparc64
5 # Copyright (C) 2020 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
18 [drm] initializing kernel modesetting (RV100 0x1002:0x5159 0x1002:0x0908 0x00).
19 Unable to handle kernel paging request at virtual address 000007fe08000000
20 tsk->{mm,active_mm}->context = 0000000000000133
21 tsk->{mm,active_mm}->pgd = fff00000f2b58000
23 Unable to handle kernel paging request at virtual address 000007fe08000000
24 tsk->{mm,active_mm}->context = 000000000000012e
25 tsk->{mm,active_mm}->pgd = fff00000fbe20000
27 Signed-off-by: René Rebe <rene@exactcode.de>
29 diff --git a/drivers/gpu/drm/radeon/radeon_bios.c b/drivers/gpu/drm/radeon/radeon_bios.c
30 index bb29cf02974d..a3ff7ae25736 100644
31 --- a/drivers/gpu/drm/radeon/radeon_bios.c
32 +++ b/drivers/gpu/drm/radeon/radeon_bios.c
33 @@ -671,6 +671,10 @@ bool radeon_get_bios(struct radeon_device *rdev)
41 r = radeon_atrm_get_bios(rdev);
43 r = radeon_acpi_vfct_bios(rdev);