Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c16 struct mdp5_plane { struct
22 #define to_mdp5_plane(x) container_of(x, struct mdp5_plane, base) argument
41 struct mdp5_plane *mdp5_plane = to_mdp5_plane(plane); in mdp5_plane_destroy() local
45 kfree(mdp5_plane); in mdp5_plane_destroy()
1014 struct mdp5_plane *mdp5_plane; in mdp5_plane_init() local
1017 mdp5_plane = kzalloc(sizeof(*mdp5_plane), GFP_KERNEL); in mdp5_plane_init()
1018 if (!mdp5_plane) { in mdp5_plane_init()
1023 plane = &mdp5_plane->base; in mdp5_plane_init()
1025 mdp5_plane->nformats = mdp_get_formats(mdp5_plane->formats, in mdp5_plane_init()
1026 ARRAY_SIZE(mdp5_plane->formats), false); in mdp5_plane_init()
[all …]
/linux-5.19.10/drivers/gpu/drm/msm/
DMakefile54 disp/mdp5/mdp5_plane.o \