Home
last modified time | relevance | path

Searched refs:crtc_list (Results 1 – 25 of 25) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_pll.c267 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask()
293 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll()
329 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll()
H A Damdgpu_dpm.c129 &ddev->mode_config.crtc_list, head) { in amdgpu_dpm_get_active_displays()
149 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in amdgpu_dpm_get_vblank_time()
175 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in amdgpu_dpm_get_vrefresh()
H A Damdgpu_display.c282 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in amdgpu_display_crtc_set_config()
H A Damdgpu_drv.c1127 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) {
H A Damdgpu_device.c2779 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in amdgpu_device_suspend()
2893 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in amdgpu_device_resume()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_config.h477 struct list_head crtc_list; member
H A Ddrm_crtc.h978 list_for_each_entry(crtc, &(dev)->mode_config.crtc_list, head)
/dragonfly/sys/dev/drm/
H A Ddrm_mode_config.c374 INIT_LIST_HEAD(&dev->mode_config.crtc_list); in drm_mode_config_init()
456 list_for_each_entry_safe(crtc, ct, &dev->mode_config.crtc_list, head) { in drm_mode_config_cleanup()
H A Ddrm_crtc.c318 list_add_tail(&crtc->head, &config->crtc_list); in drm_crtc_init_with_planes()
H A Ddrm_atomic.c1748 list_for_each_entry(crtc, &config->crtc_list, head) { in __drm_state_dump()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c1073 list_for_each_entry(crtci, &dev->mode_config.crtc_list, head) in radeon_crtc_prepare()
1085 list_for_each_entry(crtci, &dev->mode_config.crtc_list, head) { in radeon_crtc_commit()
H A Dradeon_cursor.c183 list_for_each_entry(crtc_p, &crtc->dev->mode_config.crtc_list, head) { in radeon_cursor_move_locked()
H A Drs600.c318 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in rs600_pm_prepare()
336 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in rs600_pm_finish()
H A Dradeon_device.c1655 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in radeon_suspend_kms()
1792 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in radeon_resume_kms()
H A Dradeon_drv.c515 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) { in radeon_pmops_runtime_idle()
H A Datombios_crtc.c1726 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask()
1753 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll()
1794 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll()
H A Dr600_dpm.c166 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in r600_dpm_get_vblank_time()
192 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in r600_dpm_get_vrefresh()
H A Dradeon_pm.c1745 &ddev->mode_config.crtc_list, head) { in radeon_pm_compute_clocks_old()
1827 &ddev->mode_config.crtc_list, head) { in radeon_pm_compute_clocks_dpm()
H A Dradeon_legacy_encoders.c1546 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in radeon_legacy_tv_dac_detect()
H A Dradeon_display.c633 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in radeon_crtc_set_config()
H A Dr100.c451 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in r100_pm_prepare()
482 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in r100_pm_finish()
H A Devergreen.c1661 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in evergreen_pm_prepare()
1686 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in evergreen_pm_finish()
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.h493 list_for_each_entry(crtc, &(dev)->mode_config.crtc_list, head)
515 &(dev)->mode_config.crtc_list, \
520 &(dev)->mode_config.crtc_list, \
H A Dintel_pm.c5283 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in skl_wm_get_hw_state()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c253 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in get_crtc_by_otg_inst()
4828 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in do_aquire_global_lock()