Home
last modified time | relevance | path

Searched refs:hwmode (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_crtc_helper.c313 drm_mode_init(&saved_hwmode, &crtc->hwmode); in drm_crtc_helper_set_mode()
357 drm_mode_copy(&crtc->hwmode, adjusted_mode); in drm_crtc_helper_set_mode()
420 drm_calc_timestamping_constants(crtc, &crtc->hwmode); in drm_crtc_helper_set_mode()
428 drm_mode_copy(&crtc->hwmode, &saved_hwmode); in drm_crtc_helper_set_mode()
H A Ddrm_vblank.c665 drm_mode_copy(&vblank->hwmode, mode); in drm_calc_timestamping_constants()
736 mode = &vblank->hwmode; in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
738 mode = &crtc->hwmode; in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
1022 mode = &vblank->hwmode; in drm_crtc_next_vblank_start()
1399 vblank->hwmode.crtc_clock = 0; in drm_crtc_vblank_off()
/linux/arch/mips/mm/
H A Dtlbex.c1638 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); in iPTE_SW() local
1639 unsigned int swmode = mode & ~hwmode; in iPTE_SW()
1666 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1667 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
1688 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1689 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
/linux/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()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_kms.c784 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms()
H A Dradeon_display.c341 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) && in radeon_crtc_handle_vblank()
457 &crtc->hwmode) in radeon_flip_work_func()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c143 &crtc->hwmode) in amdgpu_display_flip_work_func()
H A Damdgpu_kms.c1668 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c5201 enum ath12k_hw_mode hwmode) in ath12k_wmi_all_phy_range_updated() argument
5208 mac_range = &hw_mode_info->freq_range_caps[hwmode][phy_id]; in ath12k_wmi_all_phy_range_updated()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10163 NULL, &pcrtc->hwmode) in amdgpu_dm_commit_planes()
10541 crtc->hwmode = new_crtc_state->mode; in amdgpu_dm_commit_streams()