module_param
module_param(hws_max_conc_proc, int, 0444);
module_param(cwsr_enable, int, 0444);
module_param(max_num_of_queues_per_device, int, 0444);
module_param(send_sigterm, int, 0444);
module_param(queue_preemption_timeout_ms, int, 0644);
module_param(debug_evictions, bool, 0644);
module_param(no_system_mem_limit, bool, 0644);
module_param(pcie_p2p, bool, 0444);
module_param(show_notch, bool, 0644);
module_param(enable_verbose_logging, bool, 0644);
module_param(scale, uint, 0444);
module_param(drm_fbdev_overalloc, int, 0444);
module_param(panic_qr_version, uint, 0644);
module_param(page_pool_size, ulong, 0644);