Searched refs:hwmode (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vblank.c | 70 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()
|
/openbmc/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() 356 drm_mode_copy(&crtc->hwmode, adjusted_mode); 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 D | drm_vblank.c | 647 drm_mode_copy(&vblank->hwmode, mode); 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()
|
/openbmc/linux/include/drm/ |
H A D | drm_vblank.h | 199 struct drm_display_mode hwmode; member
|
H A D | drm_crtc.h | 1039 struct drm_display_mode hwmode; member
|
/openbmc/linux/arch/mips/mm/ |
H A D | tlbex.c | 1656 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()
|
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 340 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) && in radeon_crtc_handle_vblank() 456 &crtc->hwmode) in radeon_flip_work_func()
|
H A D | radeon_kms.c | 795 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms()
|
H A D | radeon_pm.c | 1832 &rdev->mode_info.crtcs[crtc]->base.hwmode); in radeon_pm_in_vbl()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 142 &crtc->hwmode) in amdgpu_display_flip_work_func()
|
H A D | amdgpu_kms.c | 1437 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 8289 NULL, &pcrtc->hwmode) in amdgpu_dm_commit_planes() 8650 crtc->hwmode = new_crtc_state->mode; in amdgpu_dm_commit_streams()
|