| /netbsd-src/sys/external/bsd/drm2/nouveau/ |
| H A D | files.nouveau | 25 makeoptions nouveau "CPPFLAGS.nouveau"+="-I$S/external/bsd/drm2/dist/drm/nouveau" 26 makeoptions nouveau "CPPFLAGS.nouveau"+="-I$S/external/bsd/drm2/dist/drm/nouveau/include" 27 makeoptions nouveau "CPPFLAGS.nouveau"+="-I$S/external/bsd/drm2/dist/drm/nouveau/include/nvkm" 28 makeoptions nouveau "CPPFLAGS.nouveau"+="-I$S/external/bsd/drm2/dist/drm/nouveau/nvkm" 47 file external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_arb.c nouveau 48 file external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_crtc.c nouveau 49 file external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_cursor.c nouveau 50 file external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_dac.c nouveau 51 file external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_dfp.c nouveau 52 file external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_disp.c nouveau [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_dmem.c | 58 typedef int (*nouveau_migrate_copy_t)(struct nouveau_drm *drm, u64 npages, 65 struct nouveau_drm *drm; member 78 struct nouveau_drm *drm; member 136 static vm_fault_t nouveau_dmem_fault_copy_one(struct nouveau_drm *drm, in nouveau_dmem_fault_copy_one() argument 140 struct device *dev = drm->dev->dev; in nouveau_dmem_fault_copy_one() 156 if (drm->dmem->migrate.copy_func(drm, 1, NOUVEAU_APER_HOST, *dma_addr, in nouveau_dmem_fault_copy_one() 173 struct nouveau_drm *drm = dmem->drm; in nouveau_dmem_migrate_to_ram() local 196 ret = nouveau_dmem_fault_copy_one(drm, vmf, &args, &dma_addr); in nouveau_dmem_migrate_to_ram() 203 dma_unmap_page(drm->dev->dev, dma_addr, PAGE_SIZE, DMA_BIDIRECTIONAL); in nouveau_dmem_migrate_to_ram() 215 nouveau_dmem_chunk_alloc(struct nouveau_drm *drm) in nouveau_dmem_chunk_alloc() argument [all …]
|
| H A D | nouveau_drm.c | 203 mutex_lock(&cli->drm->master.lock); in nouveau_cli_fini() 205 mutex_unlock(&cli->drm->master.lock); in nouveau_cli_fini() 211 nouveau_cli_init(struct nouveau_drm *drm, const char *sname, in nouveau_cli_init() argument 237 u64 device = nouveau_name(drm->dev); in nouveau_cli_init() 241 cli->drm = drm; in nouveau_cli_init() 249 if (cli == &drm->master) { in nouveau_cli_init() 253 mutex_lock(&drm->master.lock); in nouveau_cli_init() 254 ret = nvif_client_init(&drm->master.base, cli->name, device, in nouveau_cli_init() 256 mutex_unlock(&drm->master.lock); in nouveau_cli_init() 312 nouveau_accel_ce_fini(struct nouveau_drm *drm) in nouveau_accel_ce_fini() argument [all …]
|
| H A D | nouveau_ttm.c | 73 struct nouveau_drm *drm = nouveau_bdev(bo->bdev); in nouveau_vram_manager_new() local 76 if (drm->client.device.info.ram_size == 0) in nouveau_vram_manager_new() 79 ret = nouveau_mem_new(&drm->master, nvbo->kind, nvbo->comp, reg); in nouveau_vram_manager_new() 111 struct nouveau_drm *drm = nouveau_bdev(bo->bdev); in nouveau_gart_manager_new() local 114 ret = nouveau_mem_new(&drm->master, nvbo->kind, nvbo->comp, reg); in nouveau_gart_manager_new() 137 struct nouveau_drm *drm = nouveau_bdev(bo->bdev); in nv04_gart_manager_new() local 141 ret = nouveau_mem_new(&drm->master, nvbo->kind, nvbo->comp, reg); in nv04_gart_manager_new() 176 struct nouveau_drm *const drm = nouveau_drm(dev); in nouveau_ttm_mmap_object() local 180 return ttm_bo_mmap_object(&drm->ttm.bdev, offset, size, prot, in nouveau_ttm_mmap_object() 190 struct nouveau_drm *drm = nouveau_drm(file_priv->minor->dev); in nouveau_ttm_mmap() local [all …]
|
| H A D | nouveau_fbcon.c | 82 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_fillrect() local 83 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_fillrect() 91 mutex_trylock(&drm->client.mutex)) { in nouveau_fbcon_fillrect() 99 mutex_unlock(&drm->client.mutex); in nouveau_fbcon_fillrect() 114 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_copyarea() local 115 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_copyarea() 123 mutex_trylock(&drm->client.mutex)) { in nouveau_fbcon_copyarea() 131 mutex_unlock(&drm->client.mutex); in nouveau_fbcon_copyarea() 146 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_imageblit() local 147 struct nvif_device *device = &drm->client.device; in nouveau_fbcon_imageblit() [all …]
|
| H A D | nouveau_led.c | 45 struct nouveau_drm *drm = nouveau_drm(drm_dev); in nouveau_led_get_brightness() local 46 struct nvif_object *device = &drm->client.device.object; in nouveau_led_get_brightness() 62 struct nouveau_drm *drm = nouveau_drm(drm_dev); in nouveau_led_set_brightness() local 63 struct nvif_object *device = &drm->client.device.object; in nouveau_led_set_brightness() 85 struct nouveau_drm *drm = nouveau_drm(dev); in nouveau_led_init() local 86 struct nvkm_gpio *gpio = nvxx_gpio(&drm->client.device); in nouveau_led_init() 97 drm->led = kzalloc(sizeof(*drm->led), GFP_KERNEL); in nouveau_led_init() 98 if (!drm->led) in nouveau_led_init() 100 drm->led->dev = dev; in nouveau_led_init() 102 drm->led->led.name = "nvidia-logo"; in nouveau_led_init() [all …]
|
| H A D | nouveau_debugfs.c | 46 struct nouveau_drm *drm = nouveau_drm(node->minor->dev); in nouveau_debugfs_vbios_image() local 49 for (i = 0; i < drm->vbios.length; i++) in nouveau_debugfs_vbios_image() 50 seq_printf(m, "%c", drm->vbios.data[i]); in nouveau_debugfs_vbios_image() 58 struct nouveau_drm *drm = nouveau_drm(node->minor->dev); in nouveau_debugfs_strap_peek() local 61 ret = pm_runtime_get_sync(drm->dev->dev); in nouveau_debugfs_strap_peek() 66 nvif_rd32(&drm->client.device.object, 0x101000)); in nouveau_debugfs_strap_peek() 68 pm_runtime_mark_last_busy(drm->dev->dev); in nouveau_debugfs_strap_peek() 69 pm_runtime_put_autosuspend(drm->dev->dev); in nouveau_debugfs_strap_peek() 77 struct drm_device *drm = m->private; in nouveau_debugfs_pstate_get() local 78 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_get() [all …]
|
| H A D | nouveau_drv.h | 99 struct nouveau_drm *drm; member 233 nouveau_drm_use_coherent_gpu_mapping(struct nouveau_drm *drm) in nouveau_drm_use_coherent_gpu_mapping() argument 235 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_drm_use_coherent_gpu_mapping() 236 return !(mmu->type[drm->ttm.type_host[0]].type & NVIF_MEM_UNCACHED); in nouveau_drm_use_coherent_gpu_mapping() 259 dev_##l(_cli->drm->dev->dev, "%s: "f, _cli->name, ##a); \ 262 #define NV_FATAL(drm,f,a...) NV_PRINTK(crit, &(drm)->client, f, ##a) argument 263 #define NV_ERROR(drm,f,a...) NV_PRINTK(err, &(drm)->client, f, ##a) argument 264 #define NV_WARN(drm,f,a...) NV_PRINTK(warn, &(drm)->client, f, ##a) argument 265 #define NV_INFO(drm,f,a...) NV_PRINTK(info, &(drm)->client, f, ##a) argument 267 #define NV_DEBUG(drm,f,a...) do { \ argument [all …]
|
| H A D | nouveau_hwmon.c | 59 struct nouveau_drm *drm = nouveau_drm(dev); in nouveau_hwmon_temp1_auto_point1_temp() local 60 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_temp1_auto_point1_temp() 71 struct nouveau_drm *drm = nouveau_drm(dev); in nouveau_hwmon_set_temp1_auto_point1_temp() local 72 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_set_temp1_auto_point1_temp() 92 struct nouveau_drm *drm = nouveau_drm(dev); in nouveau_hwmon_temp1_auto_point1_temp_hyst() local 93 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_temp1_auto_point1_temp_hyst() 104 struct nouveau_drm *drm = nouveau_drm(dev); in nouveau_hwmon_set_temp1_auto_point1_temp_hyst() local 105 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_set_temp1_auto_point1_temp_hyst() 125 struct nouveau_drm *drm = nouveau_drm(dev); in nouveau_hwmon_get_pwm1_max() local 126 struct nvkm_therm *therm = nvxx_therm(&drm->client.device); in nouveau_hwmon_get_pwm1_max() [all …]
|
| H A D | nouveau_bios.c | 101 struct nouveau_drm *drm = nouveau_drm(dev); in run_digital_op_script() local 103 NV_INFO(drm, "0x%04X: Parsing digital output script table\n", in run_digital_op_script() 114 struct nouveau_drm *drm = nouveau_drm(dev); in call_lvds_manufacturer_script() local 115 struct nvbios *bios = &drm->vbios; in call_lvds_manufacturer_script() 151 struct nouveau_drm *drm = nouveau_drm(dev); in run_lvds_table() local 152 struct nvbios *bios = &drm->vbios; in run_lvds_table() 197 NV_ERROR(drm, "Pixel clock comparison table not found\n"); in run_lvds_table() 204 NV_ERROR(drm, "LVDS output init script not found\n"); in run_lvds_table() 220 struct nouveau_drm *drm = nouveau_drm(dev); in call_lvds_script() local 221 struct nvif_object *device = &drm->client.device.object; in call_lvds_script() [all …]
|
| H A D | nouveau_backlight.c | 74 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv40_get_intensity() local 75 struct nvif_object *device = &drm->client.device.object; in nv40_get_intensity() 86 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv40_set_intensity() local 87 struct nvif_object *device = &drm->client.device.object; in nv40_set_intensity() 108 struct nouveau_drm *drm = nouveau_drm(encoder->base.base.dev); in nv40_backlight_init() local 109 struct nvif_object *device = &drm->client.device.object; in nv40_backlight_init() 124 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv50_get_intensity() local 125 struct nvif_object *device = &drm->client.device.object; in nv50_get_intensity() 139 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv50_set_intensity() local 140 struct nvif_object *device = &drm->client.device.object; in nv50_set_intensity() [all …]
|
| H A D | nouveau_bo.c | 60 struct nouveau_drm *drm = nouveau_drm(dev); in nv10_bo_update_tile_region() local 61 int i = reg - drm->tile.reg; in nv10_bo_update_tile_region() 62 struct nvkm_fb *fb = nvxx_fb(&drm->client.device); in nv10_bo_update_tile_region() 79 struct nouveau_drm *drm = nouveau_drm(dev); in nv10_bo_get_tile_region() local 80 struct nouveau_drm_tile *tile = &drm->tile.reg[i]; in nv10_bo_get_tile_region() 82 spin_lock(&drm->tile.lock); in nv10_bo_get_tile_region() 90 spin_unlock(&drm->tile.lock); in nv10_bo_get_tile_region() 98 struct nouveau_drm *drm = nouveau_drm(dev); in nv10_bo_put_tile_region() local 101 spin_lock(&drm->tile.lock); in nv10_bo_put_tile_region() 104 spin_unlock(&drm->tile.lock); in nv10_bo_put_tile_region() [all …]
|
| H A D | nouveau_nv84_fence.c | 97 struct nv84_fence_priv *priv = chan->drm->fence; in nv84_fence_read() 104 struct nv84_fence_priv *priv = chan->drm->fence; in nv84_fence_context_del() 119 struct nv84_fence_priv *priv = chan->drm->fence; in nv84_fence_context_new() 145 nv84_fence_suspend(struct nouveau_drm *drm) in nv84_fence_suspend() argument 147 struct nv84_fence_priv *priv = drm->fence; in nv84_fence_suspend() 150 priv->suspend = vmalloc(array_size(sizeof(u32), drm->chan.nr)); in nv84_fence_suspend() 152 for (i = 0; i < drm->chan.nr; i++) in nv84_fence_suspend() 160 nv84_fence_resume(struct nouveau_drm *drm) in nv84_fence_resume() argument 162 struct nv84_fence_priv *priv = drm->fence; in nv84_fence_resume() 166 for (i = 0; i < drm->chan.nr; i++) in nv84_fence_resume() [all …]
|
| H A D | nouveau_vga.c | 21 struct nouveau_drm *drm = nouveau_drm(priv); in nouveau_vga_set_decode() local 22 struct nvif_object *device = &drm->client.device.object; in nouveau_vga_set_decode() 24 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE && in nouveau_vga_set_decode() 25 drm->client.device.info.chipset >= 0x4c) in nouveau_vga_set_decode() 28 if (drm->client.device.info.chipset >= 0x40) in nouveau_vga_set_decode() 91 nouveau_vga_init(struct nouveau_drm *drm) in nouveau_vga_init() argument 93 struct drm_device *dev = drm->dev; in nouveau_vga_init() 109 vga_switcheroo_init_domain_pm_ops(drm->dev->dev, &drm->vga_pm_domain); in nouveau_vga_init() 113 nouveau_vga_fini(struct nouveau_drm *drm) in nouveau_vga_fini() argument 115 struct drm_device *dev = drm->dev; in nouveau_vga_fini() [all …]
|
| H A D | nouveau_mem.c | 94 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[1]); in nouveau_mem_fini() 95 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[0]); in nouveau_mem_fini() 96 mutex_lock(&mem->cli->drm->master.lock); in nouveau_mem_fini() 98 mutex_unlock(&mem->cli->drm->master.lock); in nouveau_mem_fini() 106 struct nouveau_drm *drm = cli->drm; in nouveau_mem_host() local 113 if (!nouveau_drm_use_coherent_gpu_mapping(drm)) in nouveau_mem_host() 114 type = drm->ttm.type_ncoh[!!mem->kind]; in nouveau_mem_host() 116 type = drm->ttm.type_host[0]; in nouveau_mem_host() 133 mutex_lock(&drm->master.lock); in nouveau_mem_host() 139 mutex_unlock(&drm->master.lock); in nouveau_mem_host() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/radeon/ |
| H A D | files.radeon | 26 makeoptions radeon "CPPFLAGS.radeon"+="-I$S/external/bsd/drm2/dist/drm/amd/include" 27 makeoptions radeon "CPPFLAGS.radeon"+="-I$S/external/bsd/drm2/dist/drm/radeon" 51 file external/bsd/drm2/dist/drm/radeon/radeon_acpi.c radeon 52 file external/bsd/drm2/dist/drm/radeon/radeon_agp.c radeon 53 file external/bsd/drm2/dist/drm/radeon/radeon_asic.c radeon 54 file external/bsd/drm2/dist/drm/radeon/radeon_atom.c radeon 55 file external/bsd/drm2/dist/drm/radeon/radeon_atombios.c radeon 56 file external/bsd/drm2/dist/drm/radeon/radeon_atombios_crtc.c radeon 57 file external/bsd/drm2/dist/drm/radeon/radeon_atombios_dp.c radeon 58 file external/bsd/drm2/dist/drm/radeon/radeon_atombios_encoders.c radeon [all …]
|
| /netbsd-src/sys/external/bsd/drm2/amdgpu/ |
| H A D | files.amdgpu | 16 # Match order in dist/drm/amd/amdgpu/Makefile. 17 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/include/asic_reg" 18 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/include" 19 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/amdgpu" 20 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/powerplay/inc" 21 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/powerplay/smumgr" 22 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr" 23 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/acp/include" 24 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/display" 25 makeoptions amdgpu "CPPFLAGS.amdgpu"+="-I$S/external/bsd/drm2/dist/drm/amd/display/include" [all …]
|
| /netbsd-src/sys/external/bsd/drm/conf/ |
| H A D | files.drm | 1 # $NetBSD: files.drm,v 1.9 2018/09/14 01:43:43 mrg Exp $ 9 makeoptions drmbase CPPFLAGS+="-I$S/external/bsd/drm/dist/bsd-core -I$S/external/bsd/drm/dist/shar… 11 file external/bsd/drm/dist/bsd-core/drm_agpsupport.c drmbase & agp 12 file external/bsd/drm/dist/bsd-core/drm_auth.c drmbase 13 file external/bsd/drm/dist/bsd-core/drm_bufs.c drmbase 14 file external/bsd/drm/dist/bsd-core/drm_context.c drmbase 15 file external/bsd/drm/dist/bsd-core/drm_dma.c drmbase 16 file external/bsd/drm/dist/bsd-core/drm_drawable.c drmbase 17 file external/bsd/drm/dist/bsd-core/drm_drv.c drmbase 18 file external/bsd/drm/dist/bsd-core/drm_fops.c drmbase [all …]
|
| /netbsd-src/sys/external/bsd/drm2/i915drm/ |
| H A D | files.i915drmkms | 18 makeoptions i915drmkms "CPPFLAGS.i915drmkms"+="-I$S/external/bsd/drm2/dist/drm/i915" 84 file external/bsd/drm2/dist/drm/i915/display/dvo_ch7017.c i915drmkms 85 file external/bsd/drm2/dist/drm/i915/display/dvo_ch7xxx.c i915drmkms 86 file external/bsd/drm2/dist/drm/i915/display/dvo_ivch.c i915drmkms 87 file external/bsd/drm2/dist/drm/i915/display/dvo_ns2501.c i915drmkms 88 file external/bsd/drm2/dist/drm/i915/display/dvo_sil164.c i915drmkms 89 file external/bsd/drm2/dist/drm/i915/display/dvo_tfp410.c i915drmkms 90 #file external/bsd/drm2/dist/drm/i915/display/icl_dsi.c i915drmkms 91 file external/bsd/drm2/dist/drm/i915/display/intel_acpi.c i915drmkms 92 file external/bsd/drm2/dist/drm/i915/display/intel_atomic.c i915drmkms [all …]
|
| /netbsd-src/sys/external/bsd/drm2/drm/ |
| H A D | files.drmkms | 21 makeoptions drmkms "CPPFLAGS.drmkms"+="-I$S/external/bsd/drm2/include/drm" 27 makeoptions drmkms "CPPFLAGS.drmkms"+="-I$S/external/bsd/drm2/dist/include/drm" 58 file external/bsd/drm2/drm/drm_agp_hook.c drmkms 59 file external/bsd/drm2/drm/drm_cdevsw.c drmkms 60 file external/bsd/drm2/drm/drm_gem_vm.c drmkms 61 file external/bsd/drm2/drm/drm_module.c drmkms 62 file external/bsd/drm2/drm/drm_stub.c !drmkms & !drmbase 63 file external/bsd/drm2/drm/drm_sysctl.c drmkms 70 file external/bsd/drm2/drm/drmfb.c drmfb 98 # * not yet adapted to current drm code base [all …]
|
| /netbsd-src/sys/external/bsd/drm2/vmwgfx/ |
| H A D | files.vmwgfx | 23 makeoptions vmwgfx "CPPFLAGS.vmwgfx"+="-I$S/external/bsd/drm2/dist/drm/vmwgfx" 41 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_binding.c vmwgfx 42 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_blit.c vmwgfx 43 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_bo.c vmwgfx 44 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_cmdbuf.c vmwgfx 45 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_cmdbuf_res.c vmwgfx 46 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_context.c vmwgfx 47 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_cotable.c vmwgfx 48 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_drv.c vmwgfx 49 file external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_execbuf.c vmwgfx [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_print.h | 433 #define __drm_printk(drm, level, type, fmt, ...) \ argument 434 dev_##level##type((drm)->dev, "[drm] " fmt, ##__VA_ARGS__) 437 #define drm_info(drm, fmt, ...) \ argument 438 __drm_printk((drm), info,, fmt, ##__VA_ARGS__) 440 #define drm_notice(drm, fmt, ...) \ argument 441 __drm_printk((drm), notice,, fmt, ##__VA_ARGS__) 443 #define drm_warn(drm, fmt, ...) \ argument 444 __drm_printk((drm), warn,, fmt, ##__VA_ARGS__) 446 #define drm_err(drm, fmt, ...) \ argument 447 __drm_printk((drm), err,, "*ERROR* " fmt, ##__VA_ARGS__) [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | intel_pch.c | 20 drm_dbg_kms(&dev_priv->drm, "Found Ibex Peak PCH\n"); in intel_pch_type() 24 drm_dbg_kms(&dev_priv->drm, "Found CougarPoint PCH\n"); in intel_pch_type() 28 drm_dbg_kms(&dev_priv->drm, "Found PantherPoint PCH\n"); in intel_pch_type() 33 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint PCH\n"); in intel_pch_type() 38 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint LP PCH\n"); in intel_pch_type() 43 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint PCH\n"); in intel_pch_type() 49 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint LP PCH\n"); in intel_pch_type() 55 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint PCH\n"); in intel_pch_type() 59 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint LP PCH\n"); in intel_pch_type() 64 drm_dbg_kms(&dev_priv->drm, "Found Kaby Lake PCH (KBP)\n"); in intel_pch_type() [all …]
|
| /netbsd-src/sys/modules/amdgpu/ |
| H A D | Makefile | 25 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/include/asic_reg 26 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/include 27 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/amdgpu 28 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/powerplay/inc 29 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/powerplay/smumgr 30 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr 31 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/acp/include 32 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display 33 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/include 34 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | Kconfig | 235 source "drivers/gpu/drm/i2c/Kconfig" 237 source "drivers/gpu/drm/arm/Kconfig" 256 source "drivers/gpu/drm/radeon/Kconfig" 275 source "drivers/gpu/drm/amd/amdgpu/Kconfig" 277 source "drivers/gpu/drm/nouveau/Kconfig" 279 source "drivers/gpu/drm/i915/Kconfig" 302 source "drivers/gpu/drm/exynos/Kconfig" 304 source "drivers/gpu/drm/rockchip/Kconfig" 306 source "drivers/gpu/drm/vmwgfx/Kconfig" 308 source "drivers/gpu/drm/gma500/Kconfig" [all …]
|