Home
last modified time | relevance | path

Searched refs:hwmode (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-core.c29 u32 hwmode; in isp1760_init_core() local
46 hwmode = HW_DATA_BUS_32BIT; in isp1760_init_core()
49 hwmode &= ~HW_DATA_BUS_32BIT; in isp1760_init_core()
51 hwmode |= HW_ANA_DIGI_OC; in isp1760_init_core()
53 hwmode |= HW_DACK_POL_HIGH; in isp1760_init_core()
55 hwmode |= HW_DREQ_POL_HIGH; in isp1760_init_core()
57 hwmode |= HW_INTR_HIGH_ACT; in isp1760_init_core()
59 hwmode |= HW_INTR_EDGE_TRIG; in isp1760_init_core()
69 hwmode |= HW_COMN_IRQ; in isp1760_init_core()
77 isp1760_write32(isp->regs, HC_HW_MODE_CTRL, hwmode); in isp1760_init_core()
[all...]
H A Disp1760-hcd.c465 u32 scratch, hwmode; in isp1760_hc_setup() local
496 hwmode = reg_read32(hcd->regs, HC_HW_MODE_CTRL) & ~ALL_ATX_RESET; in isp1760_hc_setup()
497 reg_write32(hcd->regs, HC_HW_MODE_CTRL, hwmode | ALL_ATX_RESET); in isp1760_hc_setup()
499 reg_write32(hcd->regs, HC_HW_MODE_CTRL, hwmode); in isp1760_hc_setup()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c70 const struct drm_display_mode *mode = &vblank->hwmode; in i915_get_vblank_counter()
136 const struct drm_display_mode *mode = &vblank->hwmode; in intel_crtc_scanlines_since_frame_timestamp()
182 const struct drm_display_mode *mode = &vblank->hwmode; in __intel_get_crtc_scanline_from_timestamp()
211 mode = &vblank->hwmode; in __intel_get_crtc_scanline()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_crtc_helper.c301 saved_hwmode = crtc->hwmode; in drm_crtc_helper_set_mode()
344 crtc->hwmode = *adjusted_mode; in drm_crtc_helper_set_mode()
405 * timestamping. They are derived from true hwmode. in drm_crtc_helper_set_mode()
407 drm_calc_timestamping_constants(crtc, &crtc->hwmode); in drm_crtc_helper_set_mode()
415 crtc->hwmode = saved_hwmode; in drm_crtc_helper_set_mode()
H A Ddrm_vblank.c641 vblank->hwmode = *mode; in drm_calc_timestamping_constants()
644 "crtc %u: hwmode: htotal %d, vtotal %d, vdisplay %d\n", in drm_calc_timestamping_constants()
712 mode = &vblank->hwmode; in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
714 mode = &crtc->hwmode; in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
1344 vblank->hwmode.crtc_clock = 0; in drm_crtc_vblank_off()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_crtc_helper.c313 drm_mode_init(&saved_hwmode, &crtc->hwmode); in drm_crtc_helper_set_mode()
356 drm_mode_copy(&crtc->hwmode, adjusted_mode); in drm_crtc_helper_set_mode()
417 * timestamping. They are derived from true hwmode. in drm_crtc_helper_set_mode()
419 drm_calc_timestamping_constants(crtc, &crtc->hwmode); in drm_crtc_helper_set_mode()
427 drm_mode_copy(&crtc->hwmode, &saved_hwmode); in drm_crtc_helper_set_mode()
H A Ddrm_vblank.c647 drm_mode_copy(&vblank->hwmode, mode); in drm_calc_timestamping_constants()
650 "crtc %u: hwmode: htotal %d, vtotal %d, vdisplay %d\n", in drm_calc_timestamping_constants()
718 mode = &vblank->hwmode; in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
720 mode = &crtc->hwmode; in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
1007 mode = &vblank->hwmode; in drm_crtc_next_vblank_start()
1401 vblank->hwmode.crtc_clock = 0; in drm_crtc_vblank_off()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_vblank.h191 * @hwmode:
199 struct drm_display_mode hwmode; member
H A Ddrm_crtc.h1033 * @hwmode:
1043 * &drm_vblank_crtc.hwmode,
1046 struct drm_display_mode hwmode; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_vblank.h191 * @hwmode:
199 struct drm_display_mode hwmode; member
H A Ddrm_crtc.h1026 * @hwmode:
1036 * &drm_vblank_crtc.hwmode,
1039 struct drm_display_mode hwmode; member
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dtlbex.c1696 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); in iPTE_SW() local
1697 unsigned int swmode = mode & ~hwmode; in iPTE_SW()
1724 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1725 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
1746 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1747 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dtlbex.c1656 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); in iPTE_SW() local
1657 unsigned int swmode = mode & ~hwmode; in iPTE_SW()
1684 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1685 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
1706 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1707 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c438 crtc->hwmode = crtc->state->adjusted_mode; in tilcdc_crtc_set_mode()
441 tilcdc_mode_hvtotal(&crtc->hwmode); in tilcdc_crtc_set_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c437 drm_mode_copy(&crtc->hwmode, &crtc->state->adjusted_mode); in tilcdc_crtc_set_mode()
440 tilcdc_mode_hvtotal(&crtc->hwmode); in tilcdc_crtc_set_mode()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c98 &crtc->hwmode) in amdgpu_display_flip_work_func()
H A Damdgpu_kms.c1187 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_kms.c796 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms()
H A Dradeon_display.c346 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) && in radeon_crtc_handle_vblank()
462 &crtc->hwmode) in radeon_flip_work_func()
H A Dradeon_pm.c1812 &rdev->mode_info.crtcs[crtc]->base.hwmode); in radeon_pm_in_vbl()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_kms.c795 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms()
H A Dradeon_display.c340 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) && in radeon_crtc_handle_vblank()
456 &crtc->hwmode) in radeon_flip_work_func()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_irq.c620 const struct drm_display_mode *mode = &vblank->hwmode; in i915_get_vblank_counter()
703 const struct drm_display_mode *mode = &vblank->hwmode; in __intel_get_crtc_scanline_from_timestamp()
760 mode = &vblank->hwmode; in __intel_get_crtc_scanline()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c142 &crtc->hwmode) in amdgpu_display_flip_work_func()
H A Damdgpu_kms.c1418 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms()

Completed in 51 milliseconds

12