| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_legacy.h | 51 #if IS_ENABLED(CONFIG_DRM_LEGACY) 87 #if IS_ENABLED(CONFIG_DRM_LEGACY) 99 #if IS_ENABLED(CONFIG_DRM_LEGACY) 117 #if IS_ENABLED(CONFIG_DRM_LEGACY) 137 #if IS_ENABLED(CONFIG_DRM_LEGACY) 158 #if IS_ENABLED(CONFIG_DRM_LEGACY) 168 #if IS_ENABLED(CONFIG_DRM_LEGACY) 190 #if IS_ENABLED(CONFIG_DRM_LEGACY) && IS_ENABLED(CONFIG_AGP) 214 #if IS_ENABLED(CONFIG_DRM_LEGACY) 223 #if IS_ENABLED(CONFIG_DRM_LEGACY) [all …]
|
| H A D | drm_privacy_screen_x86.c | 20 #if IS_ENABLED(CONFIG_THINKPAD_ACPI) 53 #if IS_ENABLED(CONFIG_CHROMEOS_PRIVACY_SCREEN) 61 #if IS_ENABLED(CONFIG_THINKPAD_ACPI) 71 #if IS_ENABLED(CONFIG_CHROMEOS_PRIVACY_SCREEN)
|
| H A D | drm_ioc32.c | 166 #if IS_ENABLED(CONFIG_DRM_LEGACY) 311 #if IS_ENABLED(CONFIG_DRM_LEGACY) 621 #if IS_ENABLED(CONFIG_DRM_LEGACY) 622 #if IS_ENABLED(CONFIG_AGP) 917 #if IS_ENABLED(CONFIG_DRM_LEGACY) 923 #if IS_ENABLED(CONFIG_DRM_LEGACY) 935 #if IS_ENABLED(CONFIG_AGP) 944 #if IS_ENABLED(CONFIG_DRM_LEGACY)
|
| H A D | drm_kms_helper_common.c | 39 #if IS_ENABLED(CONFIG_DRM_LOAD_EDID_FIRMWARE)
|
| /openbsd-src/sys/dev/pci/drm/i915/pxp/ |
| H A D | intel_pxp.c | 52 return IS_ENABLED(CONFIG_DRM_I915_PXP) && pxp; in intel_pxp_is_supported() 57 return IS_ENABLED(CONFIG_DRM_I915_PXP) && pxp && pxp->ce; in intel_pxp_is_enabled() 62 return IS_ENABLED(CONFIG_DRM_I915_PXP) && pxp && pxp->arb_is_valid; in intel_pxp_is_active() 164 if (IS_ENABLED(CONFIG_INTEL_MEI_PXP) && IS_ENABLED(CONFIG_INTEL_MEI_GSC) && in find_gt_for_required_teelink() 173 if (!IS_ENABLED(CONFIG_DRM_I915_PXP) || !INTEL_INFO(i915)->has_pxp) in find_gt_for_required_protected_content() 191 if (IS_ENABLED(CONFIG_INTEL_MEI_PXP) && !i915->media_gt && VDBOX_MASK(to_gt(i915))) in find_gt_for_required_protected_content()
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_params.h | 71 param(int, mmio_debug, -IS_ENABLED(CONFIG_DRM_I915_DEBUG_MMIO), 0600) \ 85 param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \ 90 param(bool, enable_gvt, false, IS_ENABLED(CONFIG_DRM_I915_GVT) ? 0400 : 0)
|
| H A D | intel_runtime_pm.h | 72 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM) 212 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM) 223 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
|
| H A D | i915_params.c | 97 #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) 207 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG) 216 #if IS_ENABLED(CONFIG_DRM_I915_GVT)
|
| H A D | i915_vma_resource.h | 121 #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) 224 #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) in i915_vma_resource_init()
|
| H A D | i915_gpu_error.h | 272 #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) && IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) 282 #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
|
| H A D | i915_iosf_mbi.h | 9 #if IS_ENABLED(CONFIG_IOSF_MBI)
|
| H A D | i915_mm.h | 19 #if IS_ENABLED(CONFIG_X86)
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_guc_ct.h | 86 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) 90 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GUC) 100 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GUC)
|
| H A D | intel_guc_log_debugfs.c | 53 if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) && seq_has_overflowed(m)) in guc_log_dump_show() 76 if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) && seq_has_overflowed(m)) in guc_load_err_log_dump_show()
|
| /openbsd-src/sys/dev/usb/dwc2/ |
| H A D | dwc2_core.h | 220 #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \ 221 IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE) 1170 #if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE) 1235 #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \ 1236 IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE) 1440 #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \ 1441 IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE) 1520 #if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_privacy_screen_machine.h | 34 #if IS_ENABLED(CONFIG_DRM_PRIVACY_SCREEN) && IS_ENABLED(CONFIG_X86)
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_agp.c | 35 #if IS_ENABLED(CONFIG_AGP) 241 #if IS_ENABLED(CONFIG_AGP) in radeon_agp_init() 385 #if IS_ENABLED(CONFIG_AGP) in radeon_agp_resume() 397 #if IS_ENABLED(CONFIG_AGP) in radeon_agp_fini()
|
| H A D | radeon_ttm.c | 282 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_io_mem_reserve() 509 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_create() 540 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_to_gtt() 618 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_is_bound() 630 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_bind() 636 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_bind() 647 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_unbind() 661 #if IS_ENABLED(CONFIG_AGP) in radeon_ttm_tt_destroy()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd.h | 188 #if IS_ENABLED(CONFIG_HSA_AMD) 349 #if IS_ENABLED(CONFIG_HSA_AMD) 379 #if IS_ENABLED(CONFIG_HSA_AMD_SVM) 394 #if IS_ENABLED(CONFIG_HSA_AMD)
|
| /openbsd-src/sys/dev/pci/drm/include/drm/display/ |
| H A D | drm_dp_mst_helper.h | 29 #if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS) 47 #endif /* IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS) */ 100 #if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS) 204 #if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS) 800 #if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | intel_gt_pm.c | 333 #if IS_ENABLED(CONFIG_SUSPEND) && IS_ENABLED(CONFIG_PM_SLEEP) in pm_suspend_target() 433 #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
|
| H A D | intel_ggtt_gmch.h | 12 #if IS_ENABLED(CONFIG_X86)
|
| H A D | intel_gt_clock_utils.h | 15 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_migrate.h | 28 #if IS_ENABLED(CONFIG_HSA_AMD_SVM)
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | kconfig.h | 16 #define IS_ENABLED(x) __is_defined(x) macro
|