Searched refs:hwmode (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_crtc_helper.c | 313 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 D | drm_vblank.c | 665 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 D | tlbex.c | 1638 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 D | tilcdc_crtc.c | 437 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 D | radeon_kms.c | 784 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms()
|
| H A D | radeon_display.c | 341 &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 D | amdgpu_display.c | 143 &crtc->hwmode) in amdgpu_display_flip_work_func()
|
| H A D | amdgpu_kms.c | 1668 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 5201 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 D | amdgpu_dm.c | 10163 NULL, &pcrtc->hwmode) in amdgpu_dm_commit_planes() 10541 crtc->hwmode = new_crtc_state->mode; in amdgpu_dm_commit_streams()
|