Searched refs:get_scale_config (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 | 705 static uint32_t get_scale_config(const struct mdp_format *format, in get_scale_config() function 1013 config |= get_scale_config(format, src_w, crtc_w, true); in mdp5_plane_mode_set() 1014 config |= get_scale_config(format, src_h, crtc_h, false); in mdp5_plane_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 636 static uint32_t get_scale_config(const struct mdp_format *format, in get_scale_config() function 944 config |= get_scale_config(format, src_w, crtc_w, true); in mdp5_plane_mode_set() 945 config |= get_scale_config(format, src_h, crtc_h, false); in mdp5_plane_mode_set()
|
Completed in 4 milliseconds