Symbol: to_intel_crtc_state
sys/dev/drm/i915/intel_atomic_plane.c
161
return intel_plane_atomic_check_with_state(to_intel_crtc_state(old_crtc_state),
sys/dev/drm/i915/intel_atomic_plane.c
162
to_intel_crtc_state(new_crtc_state),
sys/dev/drm/i915/intel_color.c
142
struct intel_crtc_state *intel_crtc_state = to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_color.c
358
to_intel_crtc_state(crtc_state));
sys/dev/drm/i915/intel_color.c
369
to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_color.c
472
struct intel_crtc_state *intel_state = to_intel_crtc_state(state);
sys/dev/drm/i915/intel_color.c
530
struct intel_crtc_state *intel_state = to_intel_crtc_state(state);
sys/dev/drm/i915/intel_color.c
562
to_intel_crtc_state(state));
sys/dev/drm/i915/intel_color.c
605
i9xx_load_luts_internal(crtc, NULL, to_intel_crtc_state(state));
sys/dev/drm/i915/intel_ddi.c
3617
crtc_state = to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
10724
struct intel_crtc_state *pipe_config = to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_display.c
10739
to_intel_crtc_state(crtc_state),
sys/dev/drm/i915/intel_display.c
10763
to_intel_crtc_state(crtc_state)->active_planes &= ~BIT(plane->id);
sys/dev/drm/i915/intel_display.c
10861
to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_display.c
11846
sw_wm = &to_intel_crtc_state(new_state)->wm.skl.optimal;
sys/dev/drm/i915/intel_display.c
12042
pipe_config = to_intel_crtc_state(old_crtc_state);
sys/dev/drm/i915/intel_display.c
12086
sw_config = to_intel_crtc_state(new_crtc_state);
sys/dev/drm/i915/intel_display.c
12170
struct intel_crtc_state *old_state = to_intel_crtc_state(old_crtc_state);
sys/dev/drm/i915/intel_display.c
12171
struct intel_crtc_state *new_state = to_intel_crtc_state(new_crtc_state);
sys/dev/drm/i915/intel_display.c
12197
!to_intel_crtc_state(new_state)->update_pipe)
sys/dev/drm/i915/intel_display.c
12286
to_intel_crtc_state(old_crtc_state)->shared_dpll;
sys/dev/drm/i915/intel_display.c
12291
to_intel_crtc_state(new_crtc_state)->shared_dpll = NULL;
sys/dev/drm/i915/intel_display.c
12324
other_crtc_state = to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_display.c
12327
first_crtc_state = to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_display.c
12538
to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_display.c
12557
to_intel_crtc_state(old_crtc_state),
sys/dev/drm/i915/intel_display.c
12612
struct intel_crtc_state *pipe_config = to_intel_crtc_state(new_crtc_state);
sys/dev/drm/i915/intel_display.c
12625
intel_pre_plane_update(to_intel_crtc_state(old_crtc_state),
sys/dev/drm/i915/intel_display.c
12670
entries[i] = &to_intel_crtc_state(old_crtc_state)->wm.skl.ddb;
sys/dev/drm/i915/intel_display.c
12690
cstate = to_intel_crtc_state(new_crtc_state);
sys/dev/drm/i915/intel_display.c
12712
&to_intel_crtc_state(old_crtc_state)->wm.skl.ddb) &&
sys/dev/drm/i915/intel_display.c
12809
to_intel_crtc_state(new_crtc_state)->update_pipe) {
sys/dev/drm/i915/intel_display.c
12813
to_intel_crtc_state(new_crtc_state));
sys/dev/drm/i915/intel_display.c
12819
intel_pre_plane_update(to_intel_crtc_state(old_crtc_state),
sys/dev/drm/i915/intel_display.c
12820
to_intel_crtc_state(new_crtc_state));
sys/dev/drm/i915/intel_display.c
12831
dev_priv->display.crtc_disable(to_intel_crtc_state(old_crtc_state), state);
sys/dev/drm/i915/intel_display.c
12848
to_intel_crtc_state(new_crtc_state));
sys/dev/drm/i915/intel_display.c
12854
to_intel_crtc(crtc)->config = to_intel_crtc_state(new_crtc_state);
sys/dev/drm/i915/intel_display.c
12907
intel_cstate = to_intel_crtc_state(new_crtc_state);
sys/dev/drm/i915/intel_display.c
12915
intel_post_plane_update(to_intel_crtc_state(old_crtc_state));
sys/dev/drm/i915/intel_display.c
13408
to_intel_crtc_state(old_crtc_state);
sys/dev/drm/i915/intel_display.c
13645
to_intel_crtc_state(crtc_state)->update_pipe)
sys/dev/drm/i915/intel_display.c
13686
ret = intel_plane_atomic_check_with_state(to_intel_crtc_state(crtc->state),
sys/dev/drm/i915/intel_display.c
13687
to_intel_crtc_state(crtc->state), /* FIXME need a new crtc state? */
sys/dev/drm/i915/intel_display.c
13713
to_intel_crtc_state(crtc->state),
sys/dev/drm/i915/intel_display.c
15245
struct intel_crtc_state *cs = to_intel_crtc_state(cstate);
sys/dev/drm/i915/intel_display.c
15250
to_intel_crtc_state(crtc->state)->wm = cs->wm;
sys/dev/drm/i915/intel_display.c
15715
to_intel_crtc_state(crtc->base.state) : NULL;
sys/dev/drm/i915/intel_display.c
15816
crtc_state = to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
15823
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
15843
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
15873
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
15892
crtc_state = to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
15939
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
16002
crtc_state = to_intel_crtc_state(encoder->base.crtc->state);
sys/dev/drm/i915/intel_display.c
2818
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_display.c
5288
hsw_disable_ips(to_intel_crtc_state(crtc->state));
sys/dev/drm/i915/intel_display.h
392
(new_crtc_state) = to_intel_crtc_state((__state)->base.crtcs[__i].new_state), 1); \
sys/dev/drm/i915/intel_dp.c
4394
crtc_state = to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_dp_mst.c
124
slots = to_intel_crtc_state(crtc_state)->dp_m_n.tu;
sys/dev/drm/i915/intel_dp_mst.c
136
to_intel_crtc_state(crtc_state)->dp_m_n.tu = 0;
sys/dev/drm/i915/intel_drv.h
1358
return to_intel_crtc_state(drm_atomic_get_old_crtc_state(&state->base,
sys/dev/drm/i915/intel_drv.h
1366
return to_intel_crtc_state(drm_atomic_get_new_crtc_state(&state->base,
sys/dev/drm/i915/intel_drv.h
2195
return to_intel_crtc_state(crtc_state);
sys/dev/drm/i915/intel_pm.c
3784
cstate = to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_pm.c
3899
*alloc = to_intel_crtc_state(for_crtc->state)->wm.skl.ddb;
sys/dev/drm/i915/intel_pm.c
5137
struct intel_crtc_state *intel_cstate = to_intel_crtc_state(cstate);
sys/dev/drm/i915/intel_pm.c
5383
to_intel_crtc_state(cstate);
sys/dev/drm/i915/intel_pm.c
5385
&to_intel_crtc_state(crtc->state)->wm.skl.optimal;
sys/dev/drm/i915/intel_pm.c
5595
cstate = to_intel_crtc_state(crtc->state);
sys/dev/drm/i915/intel_pm.c
5622
struct intel_crtc_state *cstate = to_intel_crtc_state(crtc->state);
sys/dev/drm/i915/intel_pm.c
5787
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_pm.c
5871
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_pm.c
5904
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_pm.c
5964
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_pm.c
6025
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_pm.c
6051
to_intel_crtc_state(crtc->base.state);
sys/dev/drm/i915/intel_psr.c
863
crtc_state = to_intel_crtc_state(crtc->state);