Searched refs:module_param_named (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 231 module_param_named(vramlimit, amdgpu_vram_limit, int, 0600); 238 module_param_named(vis_vramlimit, amdgpu_vis_vram_limit, int, 0444); 246 module_param_named(gartsize, amdgpu_gart_size, uint, 0600); 254 module_param_named(gttsize, amdgpu_gtt_size, int, 0600); 261 module_param_named(moverate, amdgpu_moverate, int, 0600); 268 module_param_named(audio, amdgpu_audio, int, 0444); 275 module_param_named(disp_priority, amdgpu_disp_priority, int, 0444); 282 module_param_named(hw_i2c, amdgpu_hw_i2c, int, 0444); 289 module_param_named(pcie_gen2, amdgpu_pcie_gen2, int, 0444); 296 module_param_named(ms [all...] |
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_drv.c | 150 module_param_named(no_wb, radeon_no_wb, int, 0444); 153 module_param_named(modeset, radeon_modeset, int, 0400); 156 module_param_named(dynclks, radeon_dynclks, int, 0444); 159 module_param_named(r4xx_atom, radeon_r4xx_atom, int, 0444); 162 module_param_named(vramlimit, radeon_vram_limit, int, 0600); 165 module_param_named(agpmode, radeon_agpmode, int, 0444); 168 module_param_named(gartsize, radeon_gart_size, int, 0600); 171 module_param_named(benchmark, radeon_benchmarking, int, 0444); 174 module_param_named(test, radeon_testing, int, 0444); 177 module_param_named(connector_tabl [all...] |
| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | i915_selftest.c | 100 module_param_named(id, mock_selftests[mock_##n].enabled, bool, 0400); 107 module_param_named(id, live_selftests[live_##n].enabled, bool, 0400); 114 module_param_named(id, perf_selftests[perf_##n].enabled, bool, 0400); 460 module_param_named(st_random_seed, i915_selftest.random_seed, uint, 0400); 461 module_param_named(st_timeout, i915_selftest.timeout_ms, uint, 0400); 462 module_param_named(st_filter, i915_selftest.filter, charp, 0400);
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | moduleparam.h | 8 #define module_param_named(name, value, type, perm) macro
|
| /openbsd-src/sys/dev/pci/drm/ttm/ |
| H A D | ttm_tt.c | 50 module_param_named(pages_limit, ttm_pages_limit, ulong, 0644); 55 module_param_named(dma32_pages_limit, ttm_dma32_pages_limit, ulong, 0644);
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_params.c | 45 module_param_named(name, i915_modparams.name, T, perm); \
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_print.c | 60 module_param_named(debug, __drm_debug, ulong, 0600);
|
| H A D | drm_vblank.c | 164 module_param_named(vblankoffdelay, drm_vblank_offdelay, int, 0600); 165 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
|
| H A D | drm_probe_helper.c | 67 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
|
| H A D | drm_fb_helper.c | 49 module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
|
| H A D | drm_edid.c | 1774 module_param_named(edid_fixup, edid_fixup, int, 0400);
|
| /openbsd-src/sys/dev/pci/drm/scheduler/ |
| H A D | sched_main.c | 79 module_param_named(sched_policy, drm_sched_policy, int, 0444);
|