Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c506 fifo_state->plane[PLANE_PRIMARY] = sprite0_start; in vlv_get_fifo_size()
940 FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) | in g4x_write_wm_values()
941 FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA)); in g4x_write_wm_values()
973 (wm->ddl[pipe].plane[PLANE_PRIMARY] << DDL_PLANE_SHIFT)); in vlv_write_wm_values()
990 FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) | in vlv_write_wm_values()
991 FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA)); in vlv_write_wm_values()
1007 FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_PRIMARY], PLANEC) | in vlv_write_wm_values()
1013 FW_WM(wm->pipe[PIPE_C].plane[PLANE_PRIMARY] >> 8, PLANEC_HI) | in vlv_write_wm_values()
1016 FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_HI) | in vlv_write_wm_values()
1019 FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY] >> 8, PLANEA_HI)); in vlv_write_wm_values()
[all …]
Dintel_display.h101 PLANE_PRIMARY, enumerator
111 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
Dintel_sprite.c1120 if (plane->id == PLANE_PRIMARY && in intel_plane_set_ckey()
1128 if (INTEL_GEN(dev_priv) >= 9 && plane->id != PLANE_PRIMARY && in intel_plane_set_ckey()
1493 (plane_id == PLANE_PRIMARY || in skl_plane_has_ccs()
Di915_trace.h120 __entry->primary = wm->pipe[crtc->pipe].plane[PLANE_PRIMARY];
167 __entry->primary = wm->pipe[crtc->pipe].plane[PLANE_PRIMARY];
Dintel_display.c2781 if (plane->id == PLANE_PRIMARY) in intel_plane_disable_noatomic()
13619 return pipe == PIPE_A && plane_id == PLANE_PRIMARY; in skl_plane_has_fbc()
13625 if (plane_id == PLANE_PRIMARY) { in skl_plane_has_planar()
13687 primary->id = PLANE_PRIMARY; in intel_primary_plane_create()
13708 PLANE_PRIMARY); in intel_primary_plane_create()
13710 if (skl_plane_has_planar(dev_priv, pipe, PLANE_PRIMARY)) { in intel_primary_plane_create()