Searched refs:update_cfg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_plane.c | 261 ops->update_cfg(cursor, cursor_size, CURSOR_FORMAT_ARGB8888); in lsdc_cursor_plane_atomic_async_update() 319 ops->update_cfg(cursor, CURSOR_SIZE_32X32, CURSOR_FORMAT_ARGB8888); in ls7a1000_cursor_plane_atomic_update() 328 ops->update_cfg(cursor, CURSOR_SIZE_32X32, CURSOR_FORMAT_DISABLE); in ls7a1000_cursor_plane_atomic_disable() 415 ops->update_cfg(cursor, cursor_size, CURSOR_FORMAT_ARGB8888); in ls7a2000_cursor_plane_atomic_update() 424 hw_ops->update_cfg(cursor, CURSOR_SIZE_64X64, CURSOR_FORMAT_DISABLE); in ls7a2000_cursor_plane_atomic_disable() 657 .update_cfg = lsdc_cursor0_update_cfg, 662 .update_cfg = lsdc_cursor1_update_cfg, 711 .update_cfg = lsdc_cursor0_update_cfg, 716 .update_cfg = lsdc_cursor1_update_cfg_quirk,
|
| H A D | lsdc_drv.h | 158 void (*update_cfg)(struct lsdc_cursor *plane, member
|