Home
last modified time | relevance | path

Searched refs:roi_h (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c410 static void get_roi(struct drm_crtc *crtc, uint32_t *roi_w, uint32_t *roi_h) in get_roi() argument
432 *roi_h = min(mdp5_crtc->cursor.height, yres - in get_roi()
449 uint32_t roi_w, roi_h; in mdp5_crtc_cursor_set() local
486 get_roi(crtc, &roi_w, &roi_h); in mdp5_crtc_cursor_set()
495 MDP5_LM_CURSOR_SIZE_ROI_H(roi_h) | in mdp5_crtc_cursor_set()
530 uint32_t roi_h; in mdp5_crtc_cursor_move() local
540 get_roi(crtc, &roi_w, &roi_h); in mdp5_crtc_cursor_move()
544 MDP5_LM_CURSOR_SIZE_ROI_H(roi_h) | in mdp5_crtc_cursor_move()