Home
last modified time | relevance | path

Searched refs:gma_crtc (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/gma500/
Dpsb_intel_display.c99 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_set() local
101 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set()
140 limit = gma_crtc->clock_funcs->limit(crtc, refclk); in psb_intel_crtc_mode_set()
300 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_clock_get() local
302 int pipe = gma_crtc->pipe; in psb_intel_crtc_clock_get()
376 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_get() local
377 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_get()
452 struct gma_crtc *gma_crtc) in psb_intel_cursor_init() argument
466 gma_crtc->cursor_gt = NULL; in psb_intel_cursor_init()
469 gma_crtc->cursor_gt = cursor_gt; in psb_intel_cursor_init()
[all …]
Dgma_display.c55 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_pipe_set_base() local
58 int pipe = gma_crtc->pipe; in gma_pipe_set_base()
140 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_load_lut() local
141 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_load_lut()
157 (((*r++ >> 8) + gma_crtc->lut_adj[i]) << 16) | in gma_crtc_load_lut()
158 (((*g++ >> 8) + gma_crtc->lut_adj[i]) << 8) | in gma_crtc_load_lut()
159 ((*b++ >> 8) + gma_crtc->lut_adj[i])); in gma_crtc_load_lut()
166 (((*r++ >> 8) + gma_crtc->lut_adj[i]) << 16) | in gma_crtc_load_lut()
167 (((*g++ >> 8) + gma_crtc->lut_adj[i]) << 8) | in gma_crtc_load_lut()
168 ((*b++ >> 8) + gma_crtc->lut_adj[i]); in gma_crtc_load_lut()
[all …]
Dcdv_intel_display.c215 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_dpll_set_clock_cdv() local
216 int pipe = gma_crtc->pipe; in cdv_dpll_set_clock_cdv()
405 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_find_dp_pll() local
447 gma_crtc->clock_funcs->clock(refclk, &clock); in cdv_intel_find_dp_pll()
459 struct gma_crtc *gma_crtc = NULL; in cdv_intel_pipe_enabled() local
462 gma_crtc = to_gma_crtc(crtc); in cdv_intel_pipe_enabled()
464 if (crtc->primary->fb == NULL || !gma_crtc->active) in cdv_intel_pipe_enabled()
493 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_update_wm() local
518 if (gma_crtc->pipe == 1 && in cdv_update_wm()
578 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_crtc_mode_set() local
[all …]
Doaktrail_crtc.c218 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in oaktrail_crtc_dpms() local
219 int pipe = gma_crtc->pipe; in oaktrail_crtc_dpms()
363 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in oaktrail_crtc_mode_set() local
365 int pipe = gma_crtc->pipe; in oaktrail_crtc_mode_set()
387 memcpy(&gma_crtc->saved_mode, in oaktrail_crtc_mode_set()
390 memcpy(&gma_crtc->saved_adjusted_mode, in oaktrail_crtc_mode_set()
593 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in oaktrail_pipe_set_base() local
595 int pipe = gma_crtc->pipe; in oaktrail_pipe_set_base()
Dmdfld_dsi_output.c255 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); in mdfld_dsi_connector_set_property() local
259 if (!gma_crtc) in mdfld_dsi_connector_set_property()
286 if (gma_crtc->saved_mode.hdisplay != 0 && in mdfld_dsi_connector_set_property()
287 gma_crtc->saved_mode.vdisplay != 0) { in mdfld_dsi_connector_set_property()
290 &gma_crtc->saved_mode, in mdfld_dsi_connector_set_property()
299 &gma_crtc->saved_mode, in mdfld_dsi_connector_set_property()
300 &gma_crtc->saved_adjusted_mode); in mdfld_dsi_connector_set_property()
Dcdv_intel_crt.c93 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_crt_mode_set() local
98 if (gma_crtc->pipe == 0) in cdv_intel_crt_mode_set()
121 if (gma_crtc->pipe == 0) in cdv_intel_crt_mode_set()
Dmdfld_intel_display.c139 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in mdfld__intel_pipe_set_base() local
140 int pipe = gma_crtc->pipe; in mdfld__intel_pipe_set_base()
276 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in mdfld_crtc_dpms() local
277 int pipe = gma_crtc->pipe; in mdfld_crtc_dpms()
640 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in mdfld_crtc_mode_set() local
642 int pipe = gma_crtc->pipe; in mdfld_crtc_mode_set()
691 memcpy(&gma_crtc->saved_mode, mode, in mdfld_crtc_mode_set()
693 memcpy(&gma_crtc->saved_adjusted_mode, adjusted_mode, in mdfld_crtc_mode_set()
Dcdv_intel_hdmi.c73 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_hdmi_mode_set() local
82 if (gma_crtc->pipe == 1) in cdv_hdmi_mode_set()
161 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in cdv_hdmi_set_property()
Dpsb_irq.c171 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in mid_pipe_event_handler() local
177 if (gma_crtc->page_flip_event) { in mid_pipe_event_handler()
179 gma_crtc->page_flip_event); in mid_pipe_event_handler()
180 gma_crtc->page_flip_event = NULL; in mid_pipe_event_handler()
Dpsb_intel_lvds.c370 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); in psb_intel_lvds_mode_fixup() local
379 if (!IS_MRST(dev) && gma_crtc->pipe == 0) { in psb_intel_lvds_mode_fixup()
383 if (IS_MRST(dev) && gma_crtc->pipe != 0) { in psb_intel_lvds_mode_fixup()
546 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in psb_intel_lvds_set_property()
Dcdv_intel_lvds.c264 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); in cdv_intel_lvds_mode_set() local
286 pfit_control |= gma_crtc->pipe << PFIT_PIPE_SHIFT; in cdv_intel_lvds_mode_set()
344 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in cdv_intel_lvds_set_property()
Dpsb_intel_drv.h138 struct gma_crtc { struct
171 container_of(x, struct gma_crtc, base) argument
Dcdv_intel_dp.c994 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_dp_set_m_n() local
997 int pipe = gma_crtc->pipe; in cdv_intel_dp_set_m_n()
1045 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_dp_mode_set() local
1087 if (gma_crtc->pipe == 1) in cdv_intel_dp_mode_set()
1102 pfit_control |= gma_crtc->pipe << PFIT_PIPE_SHIFT; in cdv_intel_dp_mode_set()
Dpsb_intel_sdvo.c972 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_sdvo_mode_set() local
1059 if (gma_crtc->pipe == 1) in psb_intel_sdvo_mode_set()