mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-07 08:39:58 +00:00
515.48.07
This commit is contained in:
@@ -85,6 +85,7 @@ endif
|
||||
ifeq ($(TARGET_ARCH),aarch64)
|
||||
CFLAGS += -mgeneral-regs-only
|
||||
CFLAGS += -march=armv8-a
|
||||
CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -mno-outline-atomics)
|
||||
endif
|
||||
|
||||
CFLAGS += -fno-pic
|
||||
|
||||
@@ -1492,7 +1492,7 @@ static void LogEdidCea861Info(NVEvoInfoStringPtr pInfoString,
|
||||
|
||||
/*
|
||||
* IEEE vendor registration IDs are tracked here:
|
||||
* http://standards.ieee.org/develop/regauth/oui/oui.txt
|
||||
* https://standards.ieee.org/develop/regauth/oui/oui.txt
|
||||
*/
|
||||
for (vsdbIndex = 0; vsdbIndex < pExt861->total_vsdb; vsdbIndex++) {
|
||||
const NvU32 ieeeId = pExt861->vsdb[vsdbIndex].ieee_id;
|
||||
|
||||
Reference in New Issue
Block a user