Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/loongson/
H A Dlsdc_plane.c222 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in lsdc_cursor_plane_atomic_async_update()
301 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a1000_cursor_plane_atomic_update()
323 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a1000_cursor_plane_atomic_disable()
382 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a2000_cursor_plane_atomic_update()
419 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a2000_cursor_plane_atomic_disable()
748 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a1000_cursor_plane_init()
773 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a2000_cursor_plane_init()
H A Dlsdc_drv.h249 to_lsdc_cursor(struct drm_plane *plane) in to_lsdc_cursor() function