Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
A Dpsb_intel_display.c99 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_set() local
300 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_clock_get() local
376 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in psb_intel_crtc_mode_get() local
452 struct gma_crtc *gma_crtc) in psb_intel_cursor_init() argument
485 struct gma_crtc *gma_crtc; in psb_intel_crtc_init() local
490 gma_crtc = kzalloc(sizeof(struct gma_crtc) + in psb_intel_crtc_init()
500 kfree(gma_crtc); in psb_intel_crtc_init()
524 gma_crtc->mode_set.crtc = &gma_crtc->base; in psb_intel_crtc_init()
527 dev_priv->plane_to_crtc_mapping[gma_crtc->plane] = &gma_crtc->base; in psb_intel_crtc_init()
528 dev_priv->pipe_to_crtc_mapping[gma_crtc->pipe] = &gma_crtc->base; in psb_intel_crtc_init()
[all …]
A Dgma_display.c55 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_pipe_set_base() local
140 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_load_lut() local
193 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_dpms() local
209 if (gma_crtc->active) in gma_crtc_dpms()
328 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_cursor_set() local
445 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_cursor_move() local
499 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_destroy() local
503 kfree(gma_crtc); in gma_crtc_destroy()
512 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_page_flip() local
576 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in gma_crtc_save() local
[all …]
A 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
459 struct gma_crtc *gma_crtc = NULL; in cdv_intel_pipe_enabled() local
493 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_update_wm() local
578 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_crtc_mode_set() local
579 int pipe = gma_crtc->pipe; in cdv_intel_crtc_mode_set()
833 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_crtc_clock_get() local
834 int pipe = gma_crtc->pipe; in cdv_intel_crtc_clock_get()
911 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_intel_crtc_mode_get() local
[all …]
A 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()
A 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()
A Dcdv_intel_hdmi.c69 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in cdv_hdmi_mode_set() local
78 if (gma_crtc->pipe == 1) in cdv_hdmi_mode_set()
157 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in cdv_hdmi_set_property()
A Dpsb_irq.c144 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); in mid_pipe_event_handler() local
150 if (gma_crtc->page_flip_event) { in mid_pipe_event_handler()
152 gma_crtc->page_flip_event); in mid_pipe_event_handler()
153 gma_crtc->page_flip_event = NULL; in mid_pipe_event_handler()
A Dpsb_intel_lvds.c367 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); in psb_intel_lvds_mode_fixup() local
376 if (!IS_MRST(dev) && gma_crtc->pipe == 0) { in psb_intel_lvds_mode_fixup()
380 if (IS_MRST(dev) && gma_crtc->pipe != 0) { in psb_intel_lvds_mode_fixup()
543 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in psb_intel_lvds_set_property()
A 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()
A Dpsb_intel_drv.h138 struct gma_crtc { struct
171 container_of(x, struct gma_crtc, base) argument
A 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()
A 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()

Completed in 27 milliseconds