/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 109 if(src_y >= 2048) { in SiS300SubsequentScreenToScreenCopy() 110 srcbase = ivideo->video_linelength * src_y; in SiS300SubsequentScreenToScreenCopy() 111 src_y = 0; in SiS300SubsequentScreenToScreenCopy() 126 src_y += height-1; in SiS300SubsequentScreenToScreenCopy() 130 SiS300SetupSRCXY(src_x, src_y) in SiS300SubsequentScreenToScreenCopy() 191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, in SiS310SubsequentScreenToScreenCopy() argument 195 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 196 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 209 if((src_y > in SiS310SubsequentScreenToScreenCopy() 104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS300SubsequentScreenToScreenCopy() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 109 if(src_y >= 2048) { in SiS300SubsequentScreenToScreenCopy() 110 srcbase = ivideo->video_linelength * src_y; in SiS300SubsequentScreenToScreenCopy() 111 src_y = 0; in SiS300SubsequentScreenToScreenCopy() 126 src_y += height-1; in SiS300SubsequentScreenToScreenCopy() 130 SiS300SetupSRCXY(src_x, src_y) in SiS300SubsequentScreenToScreenCopy() 191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, in SiS310SubsequentScreenToScreenCopy() argument 195 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 196 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 209 if((src_y > in SiS310SubsequentScreenToScreenCopy() 104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, int dst_x, int dst_y, int width, int height) SiS300SubsequentScreenToScreenCopy() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
H A D | armada_trace.h | 34 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h), 35 TP_ARGS(plane, crtc, fb, crtc_x, crtc_y, crtc_w, crtc_h, src_x, src_y, src_w, src_h), 45 __field(u32, src_y) 58 __entry->src_y = src_y; 66 __entry->src_x >> 16, __entry->src_y >> 16,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
H A D | armada_trace.h | 34 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h), 35 TP_ARGS(plane, crtc, fb, crtc_x, crtc_y, crtc_w, crtc_h, src_x, src_y, src_w, src_h), 45 __field(u32, src_y) 58 __entry->src_y = src_y; 66 __entry->src_x >> 16, __entry->src_y >> 16,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | accel.c | 41 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_1() 58 if (src_y < dst_y) { in hw_bitblt_1() 60 src_y += height - 1; in hw_bitblt_1() 85 || src_y & 0xFFFFF000) { in hw_bitblt_1() 87 "x/y %d %d\n", src_x, src_y); in hw_bitblt_1() 90 tmp = src_x | (src_y << 16); in hw_bitblt_1() 174 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_2() 191 if (src_y < dst_y) { in hw_bitblt_2() 193 src_y += height - 1; in hw_bitblt_2() 254 || src_y in hw_bitblt_2() 39 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument 172 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | accel.c | 41 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_1() 58 if (src_y < dst_y) { in hw_bitblt_1() 60 src_y += height - 1; in hw_bitblt_1() 85 || src_y & 0xFFFFF000) { in hw_bitblt_1() 87 "x/y %d %d\n", src_x, src_y); in hw_bitblt_1() 90 tmp = src_x | (src_y << 16); in hw_bitblt_1() 174 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_2() 191 if (src_y < dst_y) { in hw_bitblt_2() 193 src_y += height - 1; in hw_bitblt_2() 254 || src_y in hw_bitblt_2() 39 hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_1() argument 172 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) hw_bitblt_2() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_plane_helper.c | 118 .src_y = src->y1, in drm_plane_helper_check_update() 152 uint32_t src_x, uint32_t src_y, in drm_primary_helper_update() 161 .y = src_y >> 16, in drm_primary_helper_update() 165 .y1 = src_y, in drm_primary_helper_update() 167 .y2 = src_y + src_h, in drm_primary_helper_update() 148 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, struct drm_modeset_acquire_ctx *ctx) drm_primary_helper_update() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_plane_helper.c | 111 .src_y = src->y1, in drm_plane_helper_check_update() 151 * @src_y: y coordinate within source 168 uint32_t src_x, uint32_t src_y, in drm_plane_helper_update_primary() 177 .y = src_y >> 16, in drm_plane_helper_update_primary() 181 .y1 = src_y, in drm_plane_helper_update_primary() 183 .y2 = src_y + src_h, in drm_plane_helper_update_primary() 164 drm_plane_helper_update_primary(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, struct drm_modeset_acquire_ctx *ctx) drm_plane_helper_update_primary() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | overlay.c | 94 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, in verify_scaling() 103 if (src_x != 0 || src_y != 0) { in verify_scaling() 105 src_x, src_y); in verify_scaling() 116 uint32_t src_x, uint32_t src_y, in nv10_update_plane() 136 src_y >>= 16; in nv10_update_plane() 157 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x); in nv10_update_plane() 366 uint32_t src_x, uint32_t src_y, in nv04_update_plane() 381 src_y >>= 16; in nv04_update_plane() 385 ret = verify_scaling(fb, 0, src_x, src_y, src_w, src_h, crtc_w, crtc_h); in nv04_update_plane() 93 verify_scaling(const struct drm_framebuffer *fb, uint8_t shift, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, uint32_t crtc_w, uint32_t crtc_h) verify_scaling() argument 113 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, struct drm_modeset_acquire_ctx *ctx) nv10_update_plane() argument 363 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, struct drm_modeset_acquire_ctx *ctx) nv04_update_plane() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | overlay.c | 94 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, in verify_scaling() 103 if (src_x != 0 || src_y != 0) { in verify_scaling() 105 src_x, src_y); in verify_scaling() 116 uint32_t src_x, uint32_t src_y, in nv10_update_plane() 136 src_y >>= 16; in nv10_update_plane() 157 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x); in nv10_update_plane() 367 uint32_t src_x, uint32_t src_y, in nv04_update_plane() 382 src_y >>= 16; in nv04_update_plane() 386 ret = verify_scaling(fb, 0, src_x, src_y, src_w, src_h, crtc_w, crtc_h); in nv04_update_plane() 93 verify_scaling(const struct drm_framebuffer *fb, uint8_t shift, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, uint32_t crtc_w, uint32_t crtc_h) verify_scaling() argument 113 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, struct drm_modeset_acquire_ctx *ctx) nv10_update_plane() argument 364 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, struct drm_modeset_acquire_ctx *ctx) nv04_update_plane() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_plane_helper.c | 15 unsigned src_x, unsigned src_y, in set_src() 19 plane_state->src_y = src_y; in set_src() 25 unsigned src_x, unsigned src_y, in check_src_eq() 40 plane_state->src.y1 != src_y || in check_src_eq() 14 set_src(struct drm_plane_state *plane_state, unsigned src_x, unsigned src_y, unsigned src_w, unsigned src_h) set_src() argument 24 check_src_eq(struct drm_plane_state *plane_state, unsigned src_x, unsigned src_y, unsigned src_w, unsigned src_h) check_src_eq() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 209 u32 src_x, u32 src_y, u32 src_w, u32 src_h) in komeda_fb_check_src_coords() 216 if ((src_x + src_w > fb->width) || (src_y + src_h > fb->height)) { in komeda_fb_check_src_coords() 222 (src_y % info->vsub) || (src_h % info->vsub)) { in komeda_fb_check_src_coords() 224 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() 229 (src_y % block_h) || (src_h % block_h)) { in komeda_fb_check_src_coords() 231 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() 208 komeda_fb_check_src_coords(const struct komeda_fb *kfb, u32 src_x, u32 src_y, u32 src_w, u32 src_h) komeda_fb_check_src_coords() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 209 u32 src_x, u32 src_y, u32 src_w, u32 src_h) in komeda_fb_check_src_coords() 216 if ((src_x + src_w > fb->width) || (src_y + src_h > fb->height)) { in komeda_fb_check_src_coords() 222 (src_y % info->vsub) || (src_h % info->vsub)) { in komeda_fb_check_src_coords() 224 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() 229 (src_y % block_h) || (src_h % block_h)) { in komeda_fb_check_src_coords() 231 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() 208 komeda_fb_check_src_coords(const struct komeda_fb *kfb, u32 src_x, u32 src_y, u32 src_w, u32 src_h) komeda_fb_check_src_coords() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-resizer.c | 331 struct v4l2_rect *src_y, in rkisp1_rsz_config_regs() 351 if (sink_y->width != src_y->width) { in rkisp1_rsz_config_regs() 353 if (sink_y->width < src_y->width) in rkisp1_rsz_config_regs() 355 ratio = rkisp1_rsz_calc_ratio(sink_y->width, src_y->width); in rkisp1_rsz_config_regs() 368 if (sink_y->height != src_y->height) { in rkisp1_rsz_config_regs() 370 if (sink_y->height < src_y->height) in rkisp1_rsz_config_regs() 372 ratio = rkisp1_rsz_calc_ratio(sink_y->height, src_y->height); in rkisp1_rsz_config_regs() 393 struct v4l2_rect sink_y, sink_c, src_y, src_c; in rkisp1_rsz_config() local 417 src_y.width = src_fmt->width; in rkisp1_rsz_config() 418 src_y in rkisp1_rsz_config() 328 rkisp1_rsz_config_regs(struct rkisp1_resizer *rsz, struct v4l2_rect *sink_y, struct v4l2_rect *sink_c, struct v4l2_rect *src_y, struct v4l2_rect *src_c, enum rkisp1_shadow_regs_when when) rkisp1_rsz_config_regs() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-resizer.c | 241 struct v4l2_rect *src_y, in rkisp1_rsz_config_regs() 260 if (sink_y->width != src_y->width) { in rkisp1_rsz_config_regs() 262 if (sink_y->width < src_y->width) in rkisp1_rsz_config_regs() 264 ratio = rkisp1_rsz_calc_ratio(sink_y->width, src_y->width); in rkisp1_rsz_config_regs() 277 if (sink_y->height != src_y->height) { in rkisp1_rsz_config_regs() 279 if (sink_y->height < src_y->height) in rkisp1_rsz_config_regs() 281 ratio = rkisp1_rsz_calc_ratio(sink_y->height, src_y->height); in rkisp1_rsz_config_regs() 302 struct v4l2_rect sink_y, sink_c, src_y, src_c; in rkisp1_rsz_config() local 326 src_y.width = src_fmt->width; in rkisp1_rsz_config() 327 src_y in rkisp1_rsz_config() 238 rkisp1_rsz_config_regs(struct rkisp1_resizer *rsz, struct v4l2_rect *sink_y, struct v4l2_rect *sink_c, struct v4l2_rect *src_y, struct v4l2_rect *src_c, enum rkisp1_shadow_regs_when when) rkisp1_rsz_config_regs() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 364 vc4_state->src_y = DIV_ROUND_CLOSEST(state->src.y1, 1 << 16); in vc4_plane_setup_clipping_and_scaling() 366 vc4_state->src_h[0] = DIV_ROUND_CLOSEST(state->src.y2, 1 << 16) - vc4_state->src_y; in vc4_plane_setup_clipping_and_scaling() 640 u32 tiling, src_y; in vc4_plane_mode_set() local 672 src_y = vc4_state->src_y; in vc4_plane_mode_set() 674 src_y += vc4_state->src_h[0] - 1; in vc4_plane_mode_set() 685 vc4_state->offsets[i] += src_y / in vc4_plane_mode_set() 714 u32 tiles_t = src_y >> tile_h_shift; in vc4_plane_mode_set() 719 u32 tile_y = (src_y >> 4) & 1; in vc4_plane_mode_set() 720 u32 subtile_y = (src_y >> in vc4_plane_mode_set() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | accel_2d.c | 151 * @src_y offset in pixels 163 uint16_t src_x, uint16_t src_y, in psb_accel_2d_copy() 175 psb_accel_2d_copy_direction(src_x - dst_x, src_y - dst_y); in psb_accel_2d_copy() 184 src_y += size_y - 1; in psb_accel_2d_copy() 206 (src_y << PSB_2D_SRCOFF_YSTART_SHIFT); in psb_accel_2d_copy() 159 psb_accel_2d_copy(struct drm_psb_private *dev_priv, uint32_t src_offset, uint32_t src_stride, uint32_t src_format, uint32_t dst_offset, uint32_t dst_stride, uint32_t dst_format, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t size_x, uint16_t size_y) psb_accel_2d_copy() argument
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_plane.h | 42 * @crtc_w and the source coordinates @src_x, @src_y, @src_h and @src_w are the 108 * @src_y: upper position of visible portion of plane within plane (in 111 uint32_t src_y; member 234 .y1 = state->src_y, in drm_plane_state_src() 236 .y2 = state->src_y + state->src_h, in drm_plane_state_src() 265 * the src_x, src_y, src_w and src_h parameters (as 16.16 fixed point 287 uint32_t src_x, uint32_t src_y,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 64 unsigned int src_x, src_y; in exynos_plane_mode_set() local 81 src_y = state->src_y >> 16; in exynos_plane_mode_set() 101 src_y += ((-crtc_y) * exynos_state->v_ratio) >> 16; in exynos_plane_mode_set() 107 exynos_state->src.y = src_y; in exynos_plane_mode_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_plane.c | 30 unsigned int src_y; member 140 shmob_drm_plane_compute_base(splane, fb, splane->src_x, splane->src_y); in __shmob_drm_plane_setup() 173 uint32_t src_x, uint32_t src_y, in shmob_drm_plane_update() 196 splane->src_y = src_y >> 16; in shmob_drm_plane_update() 170 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, struct drm_modeset_acquire_ctx *ctx) shmob_drm_plane_update() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 65 unsigned int src_x, src_y; in exynos_plane_mode_set() local 82 src_y = state->src_y >> 16; in exynos_plane_mode_set() 102 src_y += ((-crtc_y) * exynos_state->v_ratio) >> 16; in exynos_plane_mode_set() 108 exynos_state->src.y = src_y; in exynos_plane_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_plane.c | 30 unsigned int src_y; member 144 shmob_drm_plane_compute_base(splane, fb, splane->src_x, splane->src_y); in __shmob_drm_plane_setup() 177 uint32_t src_x, uint32_t src_y, in shmob_drm_plane_update() 200 splane->src_y = src_y >> 16; in shmob_drm_plane_update() 174 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, struct drm_modeset_acquire_ctx *ctx) shmob_drm_plane_update() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_plane.c | 50 uint32_t src_x, uint32_t src_y, 124 state->src_x, state->src_y, in mdp4_plane_atomic_update() 196 uint32_t src_x, uint32_t src_y, in mdp4_plane_mode_set() 218 src_y = src_y >> 16; in mdp4_plane_mode_set() 223 fb->base.id, src_x, src_y, src_w, src_h, in mdp4_plane_mode_set() 287 MDP4_PIPE_SRC_XY_Y(src_y)); in mdp4_plane_mode_set() 192 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) mdp4_plane_mode_set() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/zte/ |
H A D | zx_plane.c | 194 u32 src_x, src_y, src_w, src_h; in zx_vl_plane_atomic_update() local 206 src_y = src->y1 >> 16; in zx_vl_plane_atomic_update() 220 paddr += src_y * fb->pitches[i]; in zx_vl_plane_atomic_update() 358 u32 src_x, src_y, src_w, src_h; in zx_gl_plane_atomic_update() local 373 src_y = plane->state->src_y >> 16; in zx_gl_plane_atomic_update() 386 paddr += src_y * stride + src_x * bpp / 8; in zx_gl_plane_atomic_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_plane.c | 53 uint32_t src_x, uint32_t src_y, 142 new_state->src_x, new_state->src_y, in mdp4_plane_atomic_update() 214 uint32_t src_x, uint32_t src_y, in mdp4_plane_mode_set() 236 src_y = src_y >> 16; in mdp4_plane_mode_set() 241 fb->base.id, src_x, src_y, src_w, src_h, in mdp4_plane_mode_set() 305 MDP4_PIPE_SRC_XY_Y(src_y)); in mdp4_plane_mode_set() 210 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) mdp4_plane_mode_set() argument
|