Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c378 const struct drm_rect *lm_roi = &crtc_state->lm_bounds[lm_idx]; in _dpu_crtc_program_lm_output_roi() local
382 if (!lm_roi || !drm_rect_visible(lm_roi)) in _dpu_crtc_program_lm_output_roi()
385 cfg.out_width = drm_rect_width(lm_roi); in _dpu_crtc_program_lm_output_roi()
386 cfg.out_height = drm_rect_height(lm_roi); in _dpu_crtc_program_lm_output_roi()