Searched refs:update_cfg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/loongson/ |
D | lsdc_plane.c | 259 ops->update_cfg(cursor, cursor_size, CURSOR_FORMAT_ARGB8888); in lsdc_cursor_plane_atomic_async_update() 317 ops->update_cfg(cursor, CURSOR_SIZE_32X32, CURSOR_FORMAT_ARGB8888); in ls7a1000_cursor_plane_atomic_update() 326 ops->update_cfg(cursor, CURSOR_SIZE_32X32, CURSOR_FORMAT_DISABLE); in ls7a1000_cursor_plane_atomic_disable() 413 ops->update_cfg(cursor, cursor_size, CURSOR_FORMAT_ARGB8888); in ls7a2000_cursor_plane_atomic_update() 422 hw_ops->update_cfg(cursor, CURSOR_SIZE_64X64, CURSOR_FORMAT_DISABLE); in ls7a2000_cursor_plane_atomic_disable() 655 .update_cfg = lsdc_cursor0_update_cfg, 660 .update_cfg = lsdc_cursor1_update_cfg, 709 .update_cfg = lsdc_cursor0_update_cfg, 714 .update_cfg = lsdc_cursor1_update_cfg_quirk,
|
D | lsdc_drv.h | 158 void (*update_cfg)(struct lsdc_cursor *plane, member
|