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