Searched refs:hvs (Results 1 – 10 of 10) sorted by relevance
| /linux/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 251 struct hvsock *hvs = vsk->trans; in hvs_channel_cb() local 252 struct vmbus_channel *chan = hvs->chan; in hvs_channel_cb() 303 struct hvsock *hvs = NULL; in hvs_open_connection() local 353 hvs = vsock_sk(sk)->trans; in hvs_open_connection() 354 hvs->chan = chan; in hvs_open_connection() 393 hvs->chan = NULL; in hvs_open_connection() 444 struct hvsock *hvs; in hvs_sock_init() local 447 hvs = kzalloc_obj(*hvs); in hvs_sock_init() 448 if (!hvs) in hvs_sock_init() 451 vsk->trans = hvs; in hvs_sock_init() [all …]
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_plane.c | 36 u32 hvs; /* HVS_FORMAT_* */ member 43 .hvs = HVS_PIXEL_FORMAT_RGBA8888, 49 .hvs = HVS_PIXEL_FORMAT_RGBA8888, 55 .hvs = HVS_PIXEL_FORMAT_RGBA8888, 61 .hvs = HVS_PIXEL_FORMAT_RGBA8888, 67 .hvs = HVS_PIXEL_FORMAT_RGB565, 73 .hvs = HVS_PIXEL_FORMAT_RGB565, 79 .hvs = HVS_PIXEL_FORMAT_RGBA5551, 85 .hvs = HVS_PIXEL_FORMAT_RGBA5551, 91 .hvs = HVS_PIXEL_FORMAT_RGB888, [all …]
|
| H A D | vc4_kms.c | 138 struct vc4_hvs *hvs = vc4->hvs; in vc4_ctm_commit() local 214 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_pv_muxing_commit() local 257 struct vc4_hvs *hvs = vc4->hvs; in vc5_hvs_pv_muxing_commit() local 333 struct vc4_hvs *hvs = vc4->hvs; in vc6_hvs_pv_muxing_commit() local 382 struct vc4_hvs *hvs = vc4->hvs; in vc4_atomic_commit_tail() local 407 vc4_hvs_mask_underrun(hvs, vc4_crtc_state->assigned_channel); in vc4_atomic_commit_tail() 434 500000000, hvs->max_core_rate); in vc4_atomic_commit_tail() 442 WARN_ON(clk_set_min_rate(hvs->core_clk, core_rate)); in vc4_atomic_commit_tail() 443 WARN_ON(clk_set_min_rate(hvs->disp_clk, core_rate)); in vc4_atomic_commit_tail() 485 hvs->max_core_rate, in vc4_atomic_commit_tail() [all …]
|
| H A D | vc4_regs.h | 24 WARN_ON(!FIELD_FIT(hvs->vc4->gen == VC4_GEN_6_C ? \ 27 FIELD_PREP(hvs->vc4->gen == VC4_GEN_6_C ? \ 32 #define VC6_GET_FIELD(word, field) FIELD_GET(hvs->vc4->gen == VC4_GEN_6_C ? \ 565 #define SCALER6_DISPX_CTRL0(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ 576 #define SCALER6_DISPX_CTRL1(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ 583 #define SCALER6_DISPX_BGND(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ 588 #define SCALER6_DISPX_LPTRS(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ 594 #define SCALER6_DISPX_COB(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ 601 #define SCALER6_DISPX_STATUS(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ 616 #define SCALER6_DISPX_DL(x) ((hvs->vc4->gen == VC4_GEN_6_C) ? \ [all …]
|
| H A D | vc4_crtc.c | 85 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_cob_allocation() local 114 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_scanout_position() local 158 if (vc4_hvs_get_fifo_frame_count(hvs, channel) % 2) in vc4_crtc_get_scanout_position() 490 struct vc4_hvs *hvs = vc4->hvs; in require_hvs_enabled() local 539 vc4_hvs_stop_channel(vc4->hvs, channel); in vc4_crtc_disable() 578 channel = vc4_hvs_get_fifo_from_output(vc4->hvs, vc4_crtc->data->hvs_output); in vc4_crtc_disable_at_boot() 827 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_handle_page_flip() local 854 vc4_hvs_unmask_underrun(hvs, chan); in vc4_crtc_handle_page_flip() 1129 spin_lock_irqsave(&vc4->hvs->mm_lock, flags); in vc4_crtc_destroy_state() 1131 spin_unlock_irqrestore(&vc4->hvs->mm_lock, flags); in vc4_crtc_destroy_state()
|
| H A D | vc4_hdmi.c | 442 if (!vc4->hvs->vc5_hdmi_enable_hdmi_20) { in vc4_hdmi_connector_get_modes() 1730 if (!vc4->hvs->vc5_hdmi_enable_hdmi_20 && clock > HDMI_14_MAX_TMDS_CLK) in vc4_hdmi_connector_clock_valid() 1734 if (!vc4->hvs->vc5_hdmi_enable_4096by2160 && in vc4_hdmi_connector_clock_valid()
|
| /linux/drivers/gpu/drm/vc4/tests/ |
| H A D | vc4_mock.c | 178 vc4->hvs = __vc4_hvs_alloc(vc4, NULL, NULL); in __mock_device() 179 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, vc4->hvs); in __mock_device()
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm2711-rpi.dtsi | 71 &hvs {
|
| H A D | bcm283x.dtsi | 431 hvs@7e400000 { 432 compatible = "brcm,bcm2835-hvs";
|
| /linux/arch/arm64/boot/dts/broadcom/ |
| H A D | bcm2712-rpi-5-b-base.dtsi | 233 &hvs {
|