Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/tiny/
Dsharp-memory.c57 struct sharp_memory_device { struct
96 static inline struct sharp_memory_device *drm_to_sharp_memory_device(struct drm_device *drm) in drm_to_sharp_memory_device() argument
98 return container_of(drm, struct sharp_memory_device, drm); in drm_to_sharp_memory_device()
149 static int sharp_memory_update_display(struct sharp_memory_device *smd, in sharp_memory_update_display()
175 static int sharp_memory_maintain_display(struct sharp_memory_device *smd) in sharp_memory_maintain_display()
192 static int sharp_memory_clear_display(struct sharp_memory_device *smd) in sharp_memory_clear_display()
213 struct sharp_memory_device *smd = drm_to_sharp_memory_device(fb->dev); in sharp_memory_fb_dirty()
228 struct sharp_memory_device *smd; in sharp_memory_plane_atomic_check()
231 smd = container_of(plane, struct sharp_memory_device, plane); in sharp_memory_plane_atomic_check()
246 struct sharp_memory_device *smd; in sharp_memory_plane_atomic_update()
[all …]