Lines Matching refs:primary

655 		int pixel_size = crtc->primary->state->fb->bits_per_pixel / 8;  in pineview_update_wm()
731 pixel_size = crtc->primary->state->fb->bits_per_pixel / 8; in g4x_compute_wm0()
818 pixel_size = crtc->primary->state->fb->bits_per_pixel / 8; in g4x_compute_srwm()
854 (wm->ddl[pipe].primary << DDL_PLANE_SHIFT)); in vlv_write_wm_values()
859 FW_WM_VLV(wm->pipe[PIPE_B].primary, PLANEB) | in vlv_write_wm_values()
860 FW_WM_VLV(wm->pipe[PIPE_A].primary, PLANEA)); in vlv_write_wm_values()
876 FW_WM_VLV(wm->pipe[PIPE_C].primary, PLANEC) | in vlv_write_wm_values()
882 FW_WM(wm->pipe[PIPE_C].primary >> 8, PLANEC_HI) | in vlv_write_wm_values()
885 FW_WM(wm->pipe[PIPE_B].primary >> 8, PLANEB_HI) | in vlv_write_wm_values()
888 FW_WM(wm->pipe[PIPE_A].primary >> 8, PLANEA_HI)); in vlv_write_wm_values()
897 FW_WM(wm->pipe[PIPE_B].primary >> 8, PLANEB_HI) | in vlv_write_wm_values()
900 FW_WM(wm->pipe[PIPE_A].primary >> 8, PLANEA_HI)); in vlv_write_wm_values()
997 num_planes = !!wm->pipe[pipe].primary + in vlv_compute_sr_wm()
1034 wm.ddl[pipe].primary = vlv_compute_drain_latency(crtc, crtc->primary); in valleyview_update_wm()
1035 wm.pipe[pipe].primary = vlv_compute_wm(intel_crtc, in valleyview_update_wm()
1036 to_intel_plane(crtc->primary), in valleyview_update_wm()
1051 wm.pipe[pipe].primary, wm.pipe[pipe].cursor, in valleyview_update_wm()
1201 int pixel_size = crtc->primary->state->fb->bits_per_pixel / 8; in i965_update_wm()
1280 int cpp = crtc->primary->state->fb->bits_per_pixel / 8; in i9xx_update_wm()
1302 int cpp = crtc->primary->state->fb->bits_per_pixel / 8; in i9xx_update_wm()
1325 obj = intel_fb_obj(enabled->primary->state->fb); in i9xx_update_wm()
1349 int pixel_size = enabled->primary->state->fb->bits_per_pixel / 8; in i9xx_update_wm()
2048 if (crtc->primary->state->fb) in ilk_compute_wm_parameters()
2050 crtc->primary->state->fb->bits_per_pixel / 8; in ilk_compute_wm_parameters()
2829 fb = crtc->primary->state->fb; in skl_compute_wm_pipe_parameters()
2841 p->plane[0].rotation = crtc->primary->state->rotation; in skl_compute_wm_pipe_parameters()