Home
last modified time | relevance | path

Searched refs:hv (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/hyperv/
A Dhyperv_drm_drv.c75 hv->fb_size = (unsigned long)hv->mmio_megabytes * 1024 * 1024; in hyperv_setup_vram()
77 ret = vmbus_allocate_mmio(&hv->mem, hdev, 0, -1, hv->fb_size, 0x100000, in hyperv_setup_vram()
89 hv->vram = ioremap_cache(hv->mem->start, hv->fb_size); in hyperv_setup_vram()
90 if (!hv->vram) { in hyperv_setup_vram()
96 hv->fb_base = hv->mem->start; in hyperv_setup_vram()
100 vmbus_free_mmio(hv->mem->start, hv->fb_size); in hyperv_setup_vram()
113 if (IS_ERR(hv)) in hyperv_vmbus_probe()
116 dev = &hv->dev; in hyperv_vmbus_probe()
119 hv->hdev = hdev; in hyperv_vmbus_probe()
158 vmbus_free_mmio(hv->mem->start, hv->fb_size); in hyperv_vmbus_probe()
[all …]
A Dhyperv_drm_modeset.c33 if (!drm_dev_enter(&hv->dev, &idx)) in hyperv_blit_to_vram_rect()
53 hv->preferred_height); in hyperv_connector_get_modes()
73 return drm_connector_init(&hv->dev, &hv->connector, in hyperv_conn_init()
86 if (pitch * h > hv->fb_size) in hyperv_check_size()
109 hyperv_hide_hw_ptr(hv->hdev); in hyperv_crtc_helper_atomic_enable()
110 hyperv_update_situation(hv->hdev, 1, hv->screen_depth, in hyperv_crtc_helper_atomic_enable()
239 struct drm_device *dev = &hv->dev; in hyperv_pipe_init()
242 struct drm_crtc *crtc = &hv->crtc; in hyperv_pipe_init()
269 ret = hyperv_conn_init(hv); in hyperv_pipe_init()
299 struct drm_device *dev = &hv->dev; in hyperv_mode_config_init()
[all …]
A Dhyperv_drm_proto.c241 hv->synthvid_version = ver; in hyperv_negotiate_version()
356 if (!hv->dirt_needed) in hyperv_update_dirt()
411 hv->screen_width_max = max_t(u32, hv->screen_width_max, in hyperv_get_supported_resolution()
413 hv->screen_height_max = max_t(u32, hv->screen_height_max, in hyperv_get_supported_resolution()
417 hv->preferred_width = in hyperv_get_supported_resolution()
419 hv->preferred_height = in hyperv_get_supported_resolution()
430 if (!hv) in hyperv_receive_sub()
440 complete(&hv->wait); in hyperv_receive_sub()
446 if (hv->dirt_needed) in hyperv_receive_sub()
447 hyperv_hide_hw_ptr(hv->hdev); in hyperv_receive_sub()
[all …]
A Dhyperv_drm.h45 int hyperv_mode_config_init(struct hyperv_drm_device *hv);
/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-tegra.c25 void __iomem *hv; member
89 writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_resume()
234 mgbe->hv = devm_platform_ioremap_resource_byname(pdev, "hypervisor"); in tegra_mgbe_probe()
235 if (IS_ERR(mgbe->hv)) in tegra_mgbe_probe()
236 return PTR_ERR(mgbe->hv); in tegra_mgbe_probe()
357 writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_probe()
/drivers/hv/
A DMakefile11 hv.o connection.o channel.o \
/drivers/
A DMakefile164 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv/
A DKconfig156 source "drivers/hv/Kconfig"
/drivers/net/ethernet/mellanox/mlx5/core/
A DMakefile90 mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += lib/hv.o lib/hv_vhca.o
/drivers/infiniband/ulp/ipoib/
A Dipoib_main.c1333 u32 hv; in ipoib_addr_hash() local
1335 hv = jhash_3words(d32[3], d32[4], IPOIB_QPN_MASK & d32[0], 0); in ipoib_addr_hash()
1336 return hv & htbl->mask; in ipoib_addr_hash()
/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c626 u32 h, hv; in dispc_ovl_set_scale_coef() local
632 hv = FLD_VAL(h_coef[i].hc4_vc22, 7, 0) in dispc_ovl_set_scale_coef()
639 dispc_ovl_write_firhv_reg(plane, i, hv); in dispc_ovl_set_scale_coef()
642 dispc_ovl_write_firhv2_reg(plane, i, hv); in dispc_ovl_set_scale_coef()
/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c790 u32 h, hv; in dispc_ovl_set_scale_coef() local
796 hv = FLD_VAL(h_coef[i].hc4_vc22, 7, 0) in dispc_ovl_set_scale_coef()
803 dispc_ovl_write_firhv_reg(dispc, plane, i, hv); in dispc_ovl_set_scale_coef()
806 dispc_ovl_write_firhv2_reg(dispc, plane, i, hv); in dispc_ovl_set_scale_coef()
/drivers/net/wireless/realtek/rtw89/
A Drtw8852a.c1860 u32 hv = cur & ~B_AX_FORCE_PWR_BY_RATE_VALUE_MASK; in __btc_ctrl_gen_all_time() local
1863 return hv | lv | B_AX_FORCE_PWR_BY_RATE_EN; in __btc_ctrl_gen_all_time()
/drivers/staging/media/ipu3/include/uapi/
A Dintel-ipu3.h1940 __u32 hv:8; member

Completed in 64 milliseconds