Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c102 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_set() local
104 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set()
147 limit = gma_crtc->clock_funcs->limit(crtc, refclk); in psb_intel_crtc_mode_set()
307 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_clock_get() local
309 int pipe = gma_crtc->pipe; in psb_intel_crtc_clock_get()
383 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_get() local
384 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_get()
447 struct gma_crtc *gma_crtc) in psb_intel_cursor_init() argument
460 gma_crtc->cursor_pobj = NULL; in psb_intel_cursor_init()
463 gma_crtc->cursor_pobj = cursor_pobj; in psb_intel_cursor_init()
[all …]
H A Dgma_display.c63 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_pipe_set_base() local
66 int pipe = gma_crtc->pipe; in gma_pipe_set_base()
148 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_load_lut() local
149 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_load_lut()
165 (((*r++ >> 8) + gma_crtc->lut_adj[i]) << 16) | in gma_crtc_load_lut()
166 (((*g++ >> 8) + gma_crtc->lut_adj[i]) << 8) | in gma_crtc_load_lut()
167 ((*b++ >> 8) + gma_crtc->lut_adj[i])); in gma_crtc_load_lut()
174 (((*r++ >> 8) + gma_crtc->lut_adj[i]) << 16) | in gma_crtc_load_lut()
175 (((*g++ >> 8) + gma_crtc->lut_adj[i]) << 8) | in gma_crtc_load_lut()
176 ((*b++ >> 8) + gma_crtc->lut_adj[i]); in gma_crtc_load_lut()
[all …]
H A Dcdv_intel_display.c217 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_dpll_set_clock_cdv() local
218 int pipe = gma_crtc->pipe; in cdv_dpll_set_clock_cdv()
407 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_find_dp_pll() local
449 gma_crtc->clock_funcs->clock(refclk, &clock); in cdv_intel_find_dp_pll()
461 struct gma_crtc *gma_crtc = NULL; in cdv_intel_pipe_enabled() local
464 gma_crtc = to_gma_crtc(crtc); in cdv_intel_pipe_enabled()
466 if (crtc->primary->fb == NULL || !gma_crtc->active) in cdv_intel_pipe_enabled()
495 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_update_wm() local
520 if (gma_crtc->pipe == 1 && in cdv_update_wm()
580 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_crtc_mode_set() local
[all …]
H A Dpsb_irq.c117 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_pipe_event_handler() local
123 if (gma_crtc->page_flip_event) { in gma_pipe_event_handler()
125 gma_crtc->page_flip_event); in gma_pipe_event_handler()
126 gma_crtc->page_flip_event = NULL; in gma_pipe_event_handler()
H A Dpsb_intel_sdvo.c995 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_sdvo_mode_set() local
1082 if (gma_crtc->pipe == 1) in psb_intel_sdvo_mode_set()