Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_fb.c78 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare() function
H A Dmsm_drv.h285 int msm_framebuffer_prepare(struct drm_framebuffer *fb,
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c106 return msm_framebuffer_prepare(new_state->fb, kms->aspace, false); in mdp4_plane_prepare_fb()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c570 ret = msm_framebuffer_prepare(job->fb, aspace, false); in dpu_encoder_phys_wb_prepare_wb_job()
H A Ddpu_plane.c669 ret = msm_framebuffer_prepare(new_state->fb, in dpu_plane_prepare_fb()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c160 return msm_framebuffer_prepare(new_state->fb, kms->aspace, needs_dirtyfb); in mdp5_plane_prepare_fb()