Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/gma500/
Dpsb_intel_display.c98 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_set() local
100 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set()
143 limit = gma_crtc->clock_funcs->limit(crtc, refclk); in psb_intel_crtc_mode_set()
303 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_clock_get() local
305 int pipe = gma_crtc->pipe; in psb_intel_crtc_clock_get()
379 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_get() local
380 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_get()
443 struct gma_crtc *gma_crtc) in psb_intel_cursor_init() argument
456 gma_crtc->cursor_pobj = NULL; in psb_intel_cursor_init()
459 gma_crtc->cursor_pobj = cursor_pobj; in psb_intel_cursor_init()
[all …]
Dgma_display.c61 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_pipe_set_base() local
64 int pipe = gma_crtc->pipe; in gma_pipe_set_base()
146 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_load_lut() local
147 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_load_lut()
163 (((*r++ >> 8) + gma_crtc->lut_adj[i]) << 16) | in gma_crtc_load_lut()
164 (((*g++ >> 8) + gma_crtc->lut_adj[i]) << 8) | in gma_crtc_load_lut()
165 ((*b++ >> 8) + gma_crtc->lut_adj[i])); in gma_crtc_load_lut()
172 (((*r++ >> 8) + gma_crtc->lut_adj[i]) << 16) | in gma_crtc_load_lut()
173 (((*g++ >> 8) + gma_crtc->lut_adj[i]) << 8) | in gma_crtc_load_lut()
174 ((*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.c220 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in oaktrail_crtc_dpms() local
221 int pipe = gma_crtc->pipe; in oaktrail_crtc_dpms()
365 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in oaktrail_crtc_mode_set() local
367 int pipe = gma_crtc->pipe; in oaktrail_crtc_mode_set()
389 drm_mode_copy(&gma_crtc->saved_mode, mode); in oaktrail_crtc_mode_set()
390 drm_mode_copy(&gma_crtc->saved_adjusted_mode, adjusted_mode); in oaktrail_crtc_mode_set()
596 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in oaktrail_pipe_set_base() local
598 int pipe = gma_crtc->pipe; in oaktrail_pipe_set_base()
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()
Dcdv_intel_hdmi.c68 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_hdmi_mode_set() local
77 if (gma_crtc->pipe == 1) in cdv_hdmi_mode_set()
156 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in cdv_hdmi_set_property()
Dpsb_irq.c127 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_pipe_event_handler() local
133 if (gma_crtc->page_flip_event) { in gma_pipe_event_handler()
135 gma_crtc->page_flip_event); in gma_pipe_event_handler()
136 gma_crtc->page_flip_event = NULL; in gma_pipe_event_handler()
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()
337 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in cdv_intel_lvds_set_property()
Dpsb_intel_lvds.c366 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); in psb_intel_lvds_mode_fixup() local
375 if (!IS_MRST(dev) && gma_crtc->pipe == 0) { in psb_intel_lvds_mode_fixup()
379 if (IS_MRST(dev) && gma_crtc->pipe != 0) { in psb_intel_lvds_mode_fixup()
532 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in psb_intel_lvds_set_property()
Dpsb_intel_drv.h138 struct gma_crtc { struct
171 container_of(x, struct gma_crtc, base) argument
Dcdv_intel_dp.c989 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_dp_set_m_n() local
992 int pipe = gma_crtc->pipe; in cdv_intel_dp_set_m_n()
1040 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_dp_mode_set() local
1082 if (gma_crtc->pipe == 1) in cdv_intel_dp_mode_set()
1097 pfit_control |= gma_crtc->pipe << PFIT_PIPE_SHIFT; in cdv_intel_dp_mode_set()
Dpsb_intel_sdvo.c992 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_sdvo_mode_set() local
1079 if (gma_crtc->pipe == 1) in psb_intel_sdvo_mode_set()