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

/linux-4.4.14/drivers/usb/isp1760/
H A Disp1760-core.c32 u32 hwmode; isp1760_init_core() local
49 hwmode = HW_DATA_BUS_32BIT; isp1760_init_core()
52 hwmode &= ~HW_DATA_BUS_32BIT; isp1760_init_core()
54 hwmode |= HW_ANA_DIGI_OC; isp1760_init_core()
56 hwmode |= HW_DACK_POL_HIGH; isp1760_init_core()
58 hwmode |= HW_DREQ_POL_HIGH; isp1760_init_core()
60 hwmode |= HW_INTR_HIGH_ACT; isp1760_init_core()
62 hwmode |= HW_INTR_EDGE_TRIG; isp1760_init_core()
72 hwmode |= HW_COMN_IRQ; isp1760_init_core()
80 isp1760_write32(isp->regs, HC_HW_MODE_CTRL, hwmode); isp1760_init_core()
81 isp1760_write32(isp->regs, HC_HW_MODE_CTRL, hwmode); isp1760_init_core()
H A Disp1760-hcd.c468 u32 scratch, hwmode; isp1760_hc_setup() local
499 hwmode = reg_read32(hcd->regs, HC_HW_MODE_CTRL) & ~ALL_ATX_RESET; isp1760_hc_setup()
500 reg_write32(hcd->regs, HC_HW_MODE_CTRL, hwmode | ALL_ATX_RESET); isp1760_hc_setup()
502 reg_write32(hcd->regs, HC_HW_MODE_CTRL, hwmode); isp1760_hc_setup()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_crtc_helper.c293 saved_hwmode = crtc->hwmode; drm_crtc_helper_set_mode()
334 crtc->hwmode = *adjusted_mode;
394 * timestamping. They are derived from true hwmode.
396 drm_calc_timestamping_constants(crtc, &crtc->hwmode);
404 crtc->hwmode = saved_hwmode;
H A Ddrm_irq.c713 DRM_DEBUG("crtc %u: hwmode: htotal %d, vtotal %d, vdisplay %d\n", drm_calc_timestamping_constants()
/linux-4.4.14/drivers/gpu/drm/imx/
H A Dipuv3-plane.c331 ret = ipu_plane_mode_set(ipu_plane, crtc, &crtc->hwmode, fb, ipu_update_plane()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c643 &adev->mode_info.crtcs[pipe]->base.hwmode); amdgpu_get_vblank_counter_kms()
734 &crtc->hwmode); amdgpu_get_vblank_timestamp_kms()
H A Damdgpu_display.c107 &crtc->hwmode); amdgpu_flip_work_func()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_kms.c788 &rdev->mode_info.crtcs[crtc]->base.hwmode); radeon_get_vblank_counter_kms()
901 &drmcrtc->hwmode); radeon_get_vblank_timestamp_kms()
H A Dradeon_display.c329 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) && radeon_crtc_handle_vblank()
330 ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) || radeon_crtc_handle_vblank()
466 &crtc->hwmode); radeon_flip_work_func()
H A Dradeon_pm.c1763 &rdev->mode_info.crtcs[crtc]->base.hwmode); radeon_pm_in_vbl()
/linux-4.4.14/arch/mips/mm/
H A Dtlbex.c1530 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); iPTE_SW() local
1557 uasm_i_ori(p, pte, pte, hwmode); iPTE_SW()
1578 uasm_i_ori(p, pte, pte, hwmode); iPTE_SW()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c162 &crtc->hwmode); nouveau_display_vblstamp()
/linux-4.4.14/include/drm/
H A Ddrm_crtc.h409 * @hwmode: mode timings as programmed to hw regs
456 struct drm_display_mode hwmode; member in struct:drm_crtc
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_irq.c673 const struct drm_display_mode *mode = &intel_crtc->base.hwmode; i915_get_vblank_counter()
727 const struct drm_display_mode *mode = &crtc->base.hwmode; __intel_get_crtc_scanline()
929 if (!crtc->hwmode.crtc_clock) { i915_get_vblank_timestamp()
937 &crtc->hwmode); i915_get_vblank_timestamp()
H A Dintel_display.c12330 /* Update hwmode for vblank functions */ for_each_crtc_in_state()
12332 crtc->hwmode = crtc->state->adjusted_mode; for_each_crtc_in_state()
12334 crtc->hwmode.crtc_clock = 0; for_each_crtc_in_state()
15341 crtc->base.hwmode = crtc->config->base.adjusted_mode; for_each_intel_crtc()
15368 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode); for_each_intel_crtc()

Completed in 1219 milliseconds