Searched refs:src_img_h (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 839 u32 src_img_w, u32 src_img_h, in mdp5_hwpipe_mode_set() 850 MDP5_PIPE_SRC_IMG_SIZE_HEIGHT(src_img_h)); in mdp5_hwpipe_mode_set() 948 uint32_t src_img_w, src_img_h; in mdp5_plane_mode_set() local 977 src_img_h = min(fb->height, src_h); in mdp5_plane_mode_set() 1027 src_img_w, src_img_h, in mdp5_plane_mode_set() 1033 src_img_w, src_img_h, in mdp5_plane_mode_set() 830 mdp5_hwpipe_mode_set(struct mdp5_kms *mdp5_kms, struct mdp5_hw_pipe *hwpipe, struct drm_framebuffer *fb, struct phase_step *step, struct pixel_ext *pe, u32 scale_config, u32 hdecm, u32 vdecm, bool hflip, bool vflip, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_img_w, u32 src_img_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) mdp5_hwpipe_mode_set() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 770 u32 src_img_w, u32 src_img_h, in mdp5_hwpipe_mode_set() 781 MDP5_PIPE_SRC_IMG_SIZE_HEIGHT(src_img_h)); in mdp5_hwpipe_mode_set() 879 uint32_t src_img_w, src_img_h; in mdp5_plane_mode_set() local 908 src_img_h = min(fb->height, src_h); in mdp5_plane_mode_set() 958 src_img_w, src_img_h, in mdp5_plane_mode_set() 964 src_img_w, src_img_h, in mdp5_plane_mode_set() 761 mdp5_hwpipe_mode_set(struct mdp5_kms *mdp5_kms, struct mdp5_hw_pipe *hwpipe, struct drm_framebuffer *fb, struct phase_step *step, struct pixel_ext *pe, u32 scale_config, u32 hdecm, u32 vdecm, bool hflip, bool vflip, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_img_w, u32 src_img_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) mdp5_hwpipe_mode_set() argument
|
Completed in 4 milliseconds