Home
last modified time | relevance | path

Searched refs:to_intel_crtc_state (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_atomic_plane.c133 crtc_state = to_intel_crtc_state(drm_crtc_state); in intel_plane_atomic_check()
Dintel_drv.h671 #define to_intel_crtc_state(x) container_of(x, struct intel_crtc_state, base) macro
1468 return to_intel_crtc_state(crtc_state); in intel_atomic_get_crtc_state()
Dintel_display.c3359 to_intel_crtc_state(crtc->base.state); in intel_update_pipe_config()
4974 to_intel_crtc_state(crtc->state); in haswell_crtc_enable()
11678 to_intel_crtc_state(crtc_state), in intel_plane_atomic_calc_changes()
11855 to_intel_crtc_state(crtc_state); in intel_crtc_atomic_check()
12328 to_intel_crtc(crtc)->config = to_intel_crtc_state(crtc->state); in intel_modeset_update_crtc_state()
12762 !to_intel_crtc_state(crtc->state)->update_pipe) in check_crtc_state()
12766 pipe_config = to_intel_crtc_state(old_crtc_state); in check_crtc_state()
12809 sw_config = to_intel_crtc_state(crtc->state); in check_crtc_state()
12949 intel_crtc_state = to_intel_crtc_state(crtc_state); in intel_modeset_clear_plls()
12988 other_crtc_state = to_intel_crtc_state(crtc_state); in haswell_mode_set_planes_workaround()
[all …]
Di915_debugfs.c2966 pipe_config = to_intel_crtc_state(crtc->base.state); in i915_display_info()
3213 if (to_intel_crtc_state(intel_crtc->base.state)->has_drrs) { in drrs_status_per_crtc()
Dintel_pm.c3693 struct intel_crtc_state *cstate = to_intel_crtc_state(crtc->state); in ilk_update_wm()