Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c21 struct mdp5_plane { struct
36 #define to_mdp5_plane(x) container_of(x, struct mdp5_plane, base) argument
61 struct mdp5_plane *mdp5_plane = to_mdp5_plane(plane); in mdp5_plane_destroy() local
66 kfree(mdp5_plane); in mdp5_plane_destroy()
72 struct mdp5_plane *mdp5_plane = to_mdp5_plane(plane); in mdp5_plane_install_rotation_property() local
74 if (!(mdp5_plane->caps & MDP_PIPE_CAP_HFLIP) && in mdp5_plane_install_rotation_property()
75 !(mdp5_plane->caps & MDP_PIPE_CAP_VFLIP)) in mdp5_plane_install_rotation_property()
255 struct mdp5_plane *mdp5_plane = to_mdp5_plane(plane); in mdp5_plane_prepare_fb() local
262 DBG("%s: prepare: FB[%u]", mdp5_plane->name, fb->base.id); in mdp5_plane_prepare_fb()
269 struct mdp5_plane *mdp5_plane = to_mdp5_plane(plane); in mdp5_plane_cleanup_fb() local
[all …]
/linux-4.4.14/drivers/gpu/drm/msm/
DMakefile39 mdp/mdp5/mdp5_plane.o \