Home
last modified time | relevance | path

Searched refs:intel_crtc_needs_color_update (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dhsw_ips.c113 intel_crtc_needs_color_update(new_crtc_state) && in hsw_ips_need_disable()
154 intel_crtc_needs_color_update(new_crtc_state) && in hsw_ips_need_enable()
H A Dintel_crtc.c397 intel_crtc_needs_color_update(crtc_state); in intel_crtc_needs_vblank_work()
H A Dintel_display.c964 if (intel_crtc_needs_color_update(new_crtc_state)) in intel_post_plane_update()
4286 if (intel_crtc_needs_color_update(crtc_state)) { in intel_crtc_atomic_check()
6440 if (intel_crtc_needs_color_update(crtc_state)) in intel_atomic_prepare_commit()
6522 if (intel_crtc_needs_color_update(new_crtc_state)) in commit_pipe_pre_planes()
6599 intel_crtc_needs_color_update(new_crtc_state)) in intel_update_crtc()
6617 intel_crtc_needs_color_update(new_crtc_state)) in intel_update_crtc()
H A Dintel_display_types.h2096 intel_crtc_needs_color_update(const struct intel_crtc_state *crtc_state) in intel_crtc_needs_color_update() function