linux-zen-desktop/drivers/video/fbdev/nvidia/nvidiafb.mod.c

103 lines
3.1 KiB
C
Raw Normal View History

2023-08-30 17:31:07 +02:00
#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
BUILD_LTO_INFO;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(".gnu.linkonce.this_module") = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xedc03953, "iounmap" },
{ 0xcbd67b94, "pci_request_regions" },
{ 0x37a0cba, "kfree" },
{ 0x7337310f, "framebuffer_alloc" },
{ 0xce4cdb8e, "fb_find_best_mode" },
{ 0x8410b88b, "pci_unregister_driver" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xc07b0863, "fb_destroy_modedb" },
{ 0x397edd5, "fb_edid_to_monspecs" },
{ 0x79b2b9bd, "pci_read_config_dword" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x122c3a7e, "_printk" },
{ 0x596a0447, "fb_get_mode" },
{ 0x50a4698c, "fb_videomode_to_modelist" },
{ 0xe7a2620e, "save_vga" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x1dd7d5fc, "fb_find_mode" },
{ 0x78041b8f, "byte_rev_table" },
{ 0x686de290, "restore_vga" },
{ 0x96c17136, "fb_var_to_videomode" },
{ 0x57f2cc56, "pci_get_domain_bus_and_slot" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xa549196f, "pci_read_config_word" },
{ 0x31c575f0, "aperture_remove_conflicting_pci_devices" },
{ 0x3e6eb61f, "register_framebuffer" },
{ 0xde80cd09, "ioremap" },
{ 0x7a890c8, "fb_alloc_cmap" },
{ 0x5eb6bb97, "cfb_imageblit" },
{ 0xe310cc93, "param_ops_charp" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x3c3ff9fd, "sprintf" },
{ 0x6513a3fa, "fb_get_color_depth" },
{ 0x3213f038, "mutex_unlock" },
{ 0x69aea3a6, "param_ops_bool" },
{ 0x7fce2d65, "cfb_fillrect" },
{ 0x9fd597ad, "pci_release_regions" },
{ 0xae1d2c5e, "fb_modesetting_disabled" },
{ 0x4351577a, "fb_parse_edid" },
{ 0xe0f99caf, "backlight_device_register" },
{ 0x5b641283, "arch_phys_wc_add" },
{ 0xfdcc8a0e, "fb_find_best_display" },
{ 0xfd1082d3, "fb_bl_default_curve" },
{ 0xa4191c0b, "memset_io" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x2f10102f, "framebuffer_release" },
{ 0xa7940382, "param_ops_int" },
{ 0xfd93ee35, "ioremap_wc" },
{ 0x45c0c680, "pci_write_config_word" },
{ 0xf9a482f9, "msleep" },
{ 0xeb233a45, "__kmalloc" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x49fa3199, "unregister_framebuffer" },
{ 0x12f6f69c, "fb_videomode_to_var" },
{ 0x4056ea10, "fb_validate_mode" },
{ 0x9ae2c5f3, "backlight_device_unregister" },
{ 0xd24c8f20, "pci_enable_device" },
{ 0x50d68377, "arch_phys_wc_del" },
{ 0x656e4a6e, "snprintf" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x6ca35f47, "pci_dev_put" },
{ 0x62174091, "cfb_copyarea" },
{ 0x61ea189b, "fb_pad_aligned_buffer" },
{ 0xc9c41e74, "__pci_register_driver" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "vgastate");
MODULE_ALIAS("pci:v000010DEd*sv*sd*bc03sc*i*");