[go: nahoru, domu]

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

/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c109 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
111 int pipe = gma_crtc->pipe;
150 limit = gma_crtc->clock_funcs->limit(crtc, refclk);
310 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
312 int pipe = gma_crtc->pipe;
386 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
387 int pipe = gma_crtc
460 psb_intel_cursor_init(struct drm_device *dev, struct gma_crtc *gma_crtc) argument
494 struct gma_crtc *gma_crtc; local
563 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
[all...]
H A Dgma_display.c61 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
63 int pipe = gma_crtc->pipe;
143 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
144 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe];
155 ((gma_crtc->lut_r[i] +
156 gma_crtc->lut_adj[i]) << 16) |
157 ((gma_crtc->lut_g[i] +
158 gma_crtc
181 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
204 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
337 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
461 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
529 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
559 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
602 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
[all...]
H A Dcdv_intel_display.c225 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
226 int pipe = gma_crtc->pipe;
415 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
455 gma_crtc->clock_funcs->clock(refclk, &clock);
467 struct gma_crtc *gma_crtc = NULL; local
470 gma_crtc = to_gma_crtc(crtc);
472 if (crtc->primary->fb == NULL || !gma_crtc
501 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
586 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
853 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
931 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
[all...]
H A Dmdfld_dsi_output.c252 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); local
256 if (!gma_crtc)
283 if (gma_crtc->saved_mode.hdisplay != 0 &&
284 gma_crtc->saved_mode.vdisplay != 0) {
287 &gma_crtc->saved_mode,
296 &gma_crtc->saved_mode,
297 &gma_crtc->saved_adjusted_mode);
H A Doaktrail_crtc.c226 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
227 int pipe = gma_crtc->pipe;
371 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
373 int pipe = gma_crtc->pipe;
395 memcpy(&gma_crtc->saved_mode,
398 memcpy(&gma_crtc->saved_adjusted_mode,
601 struct gma_crtc *gma_crtc local
[all...]
H A Dcdv_intel_crt.c91 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
96 if (gma_crtc->pipe == 0)
119 if (gma_crtc->pipe == 0)
H A Dframebuffer.c523 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
525 gma_crtc->lut_r[regno] = red >> 8;
526 gma_crtc->lut_g[regno] = green >> 8;
527 gma_crtc->lut_b[regno] = blue >> 8;
533 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
535 *red = gma_crtc->lut_r[regno] << 8;
536 *green = gma_crtc->lut_g[regno] << 8;
537 *blue = gma_crtc
[all...]
H A Dcdv_intel_hdmi.c71 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
80 if (gma_crtc->pipe == 1)
159 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc);
H A Dmdfld_intel_display.c168 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
170 int pipe = gma_crtc->pipe;
308 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
309 int pipe = gma_crtc->pipe;
672 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
674 int pipe = gma_crtc->pipe;
733 memcpy(&gma_crtc
[all...]
H A Dpsb_intel_drv.h165 struct gma_crtc { struct
197 container_of(x, struct gma_crtc, base)
H A Dpsb_intel_lvds.c381 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); local
390 if (!IS_MRST(dev) && gma_crtc->pipe == 0) {
394 if (IS_MRST(dev) && gma_crtc->pipe != 0) {
581 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc);
H A Dcdv_intel_lvds.c359 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); local
381 pfit_control |= gma_crtc->pipe << PFIT_PIPE_SHIFT;
461 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc);
H A Dcdv_intel_dp.c798 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
801 int pipe = gma_crtc->pipe;
849 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
891 if (gma_crtc->pipe == 1)
906 pfit_control |= gma_crtc->pipe << PFIT_PIPE_SHIFT;
H A Dpsb_intel_sdvo.c993 struct gma_crtc *gma_crtc = to_gma_crtc(crtc); local
1081 if (gma_crtc->pipe == 1)

Completed in 347 milliseconds