[go: nahoru, domu]

Searched refs:crtc_h (Results 1 - 23 of 23) sorted by relevance

/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.h14 unsigned int crtc_w, unsigned int crtc_h,
H A Dexynos_drm_crtc.c129 unsigned int crtc_h; local
138 crtc_h = fb->height - y;
144 crtc_w, crtc_h, x, y, crtc_w, crtc_h);
153 unsigned int crtc_h; local
163 crtc_h = fb->height - y;
166 crtc_w, crtc_h, x, y, crtc_w, crtc_h);
H A Dexynos_drm_plane.c74 unsigned int crtc_w, unsigned int crtc_h,
101 actual_h = exynos_plane_get_size(crtc_y, crtc_h, crtc->mode.vdisplay);
180 unsigned int crtc_w, unsigned int crtc_h,
187 crtc_w, crtc_h, src_x >> 16, src_y >> 16,
72 exynos_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
178 exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/drivers/staging/imx-drm/
H A Dipuv3-plane.c94 unsigned int crtc_w, unsigned int crtc_h,
102 if (src_w != crtc_w || src_h != crtc_h)
115 if (-crtc_y > crtc_h)
119 crtc_h -= -crtc_y;
128 if (crtc_y + crtc_h > mode->vdisplay) {
131 crtc_h = mode->vdisplay - crtc_y;
132 src_h = crtc_h;
137 if (crtc_h < 2)
168 calc_bandwidth(crtc_w, crtc_h,
268 unsigned int crtc_w, unsigned int crtc_h,
91 ipu_plane_mode_set(struct ipu_plane *ipu_plane, struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
266 ipu_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
[all...]
H A Dipuv3-plane.h41 unsigned int crtc_w, unsigned int crtc_h,
/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_plane.c43 unsigned int crtc_w, unsigned int crtc_h,
57 crtc_x, crtc_y, crtc_w, crtc_h,
128 unsigned int crtc_w, unsigned int crtc_h,
148 crtc->base.id, crtc_x, crtc_y, crtc_w, crtc_h);
155 if (src_h != crtc_h) {
170 MDP4_PIPE_DST_SIZE_HEIGHT(crtc_h));
40 mdp4_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
125 mdp4_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
H A Dmdp4_kms.h202 unsigned int crtc_w, unsigned int crtc_h,
/drivers/gpu/drm/shmobile/
H A Dshmob_drm_plane.c40 unsigned int crtc_h; member in struct:shmob_drm_plane
138 (splane->crtc_h << LDBBSSZR_BVSS_SHIFT) |
178 unsigned int crtc_w, unsigned int crtc_h,
193 if (src_w >> 16 != crtc_w || src_h >> 16 != crtc_h) {
205 splane->crtc_h = crtc_h;
176 shmob_drm_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/drivers/gpu/drm/i915/
H A Dintel_sprite.c145 unsigned int crtc_w, unsigned int crtc_h,
225 src_w != crtc_w || src_h != crtc_h);
231 crtc_h--;
260 I915_WRITE(SPSIZE(pipe, plane), (crtc_h << 16) | crtc_w);
355 unsigned int crtc_w, unsigned int crtc_h,
423 src_w != crtc_w || src_h != crtc_h);
429 crtc_h--;
431 if (crtc_w != src_w || crtc_h != src_h)
468 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w);
575 unsigned int crtc_w, unsigned int crtc_h,
142 vlv_update_plane(struct drm_plane *dplane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
352 ivb_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
572 ilk_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
848 intel_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
887 unsigned int crtc_w, crtc_h; member in struct:__anon730
[all...]
H A Dintel_drv.h462 unsigned int crtc_w, crtc_h; member in struct:intel_plane
479 unsigned int crtc_w, unsigned int crtc_h,
H A Dintel_display.c11818 unsigned int crtc_w, unsigned int crtc_h,
11832 .y2 = crtc_y + crtc_h,
11848 unsigned int crtc_w, crtc_h; member in struct:__anon714
11854 .crtc_h = crtc_h,
11965 intel_plane->crtc_h = orig.crtc_h;
12051 unsigned int crtc_w, unsigned int crtc_h,
12063 .y2 = crtc_y + crtc_h,
12091 return intel_crtc_cursor_set_obj(crtc, obj, crtc_w, crtc_h);
11816 intel_primary_plane_setplane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
12049 intel_cursor_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
[all...]
/drivers/gpu/drm/sti/
H A Dsti_drm_plane.c28 unsigned int crtc_w, unsigned int crtc_h,
39 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", crtc_w, crtc_h, crtc_x, crtc_y);
49 crtc_x, crtc_y, crtc_w, crtc_h,
26 sti_drm_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c95 unsigned int crtc_w, unsigned int crtc_h,
122 if (crtc_w < (src_w >> 1) || crtc_h < (src_h >> 1))
125 if (crtc_w < (src_w >> 3) || crtc_h < (src_h >> 3))
143 nvif_wr32(dev, NV_PVIDEO_DT_DY(flip), (src_h << 20) / crtc_h);
145 nvif_wr32(dev, NV_PVIDEO_SIZE_OUT(flip), crtc_h << 16 | crtc_w);
345 unsigned int crtc_w, unsigned int crtc_h,
373 if (crtc_w < src_w || crtc_h < src_h)
393 nvif_wr32(dev, NV_PVIDEO_WINDOW_SIZE, crtc_h << 16 | crtc_w);
395 (uint32_t)(((src_h - 1) << 11) / (crtc_h - 1)) << 16 | (uint32_t)(((src_w - 1) << 11) / (crtc_w - 1)));
93 nv10_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
343 nv04_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_plane.c43 unsigned int crtc_w, unsigned int crtc_h,
57 crtc_x, crtc_y, crtc_w, crtc_h,
217 unsigned int crtc_w, unsigned int crtc_h,
244 crtc->base.id, crtc_x, crtc_y, crtc_w, crtc_h);
267 if (src_h != crtc_h) {
286 MDP5_PIPE_OUT_SIZE_HEIGHT(crtc_h));
40 mdp5_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
214 mdp5_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
H A Dmdp5_kms.h218 unsigned int crtc_w, unsigned int crtc_h,
/drivers/gpu/drm/
H A Ddrm_plane_helper.c158 * @crtc_h: height of primary plane rectangle on crtc
187 unsigned int crtc_w, unsigned int crtc_h,
208 .y2 = crtc_y + crtc_h,
184 drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
H A Ddrm_crtc.c2270 uint32_t crtc_w, uint32_t crtc_h,
2330 crtc_x, crtc_y, crtc_w, crtc_h,
2354 uint32_t crtc_w, uint32_t crtc_h,
2363 crtc_x, crtc_y, crtc_w, crtc_h,
2398 plane_req->crtc_h > INT_MAX ||
2399 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) {
2401 plane_req->crtc_w, plane_req->crtc_h,
2443 plane_req->crtc_w, plane_req->crtc_h,
2728 uint32_t crtc_w = 0, crtc_h = 0; local
2768 crtc_h
2266 __setplane_internal(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
2350 setplane_internal(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
[all...]
/drivers/gpu/drm/omapdrm/
H A Domap_plane.c199 unsigned int crtc_w, unsigned int crtc_h,
210 win->crtc_h = crtc_h;
242 unsigned int crtc_w, unsigned int crtc_h,
258 crtc_x, crtc_y, crtc_w, crtc_h,
196 omap_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, void (*fxn)(void *), void *arg) argument
239 omap_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
H A Domap_drv.h48 uint32_t crtc_w, crtc_h; member in struct:omap_drm_window
168 unsigned int crtc_w, unsigned int crtc_h,
H A Domap_fb.c172 info->out_height = win->crtc_h;
/drivers/gpu/drm/armada/
H A Darmada_overlay.c103 int crtc_x, int crtc_y, unsigned crtc_w, unsigned crtc_h,
113 crtc_h = armada_limit(crtc_y, crtc_h, dcrtc->crtc.mode.vdisplay);
119 if (crtc_w == 0 || crtc_h == 0) {
140 val = crtc_h << 16 | crtc_w;
217 val = crtc_h << 16 | crtc_w;
101 armada_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned crtc_w, unsigned crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/drivers/gpu/drm/rcar-du/
H A Drcar_du_plane.c278 unsigned int crtc_w, unsigned int crtc_h,
295 if (src_w >> 16 != crtc_w || src_h >> 16 != crtc_h) {
320 rplane->height = crtc_h;
276 rcar_du_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
/drivers/gpu/drm/tegra/
H A Ddc.c315 unsigned int crtc_h, uint32_t src_x,
332 window.dst.h = crtc_h;
312 tegra_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument

Completed in 302 milliseconds