Searched refs:atmel_hlcdc_plane (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_dc.h | 320 struct atmel_hlcdc_plane { struct 325 static inline struct atmel_hlcdc_plane * argument 328 return container_of(p, struct atmel_hlcdc_plane, base); in drm_plane_to_atmel_hlcdc_plane() 331 static inline struct atmel_hlcdc_plane * 334 return container_of(layer, struct atmel_hlcdc_plane, layer); in atmel_hlcdc_layer_to_plane() 376 void (*plane_setup_scaler)(struct atmel_hlcdc_plane *plane, 378 void (*lcdc_update_buffers)(struct atmel_hlcdc_plane *plane, 384 void (*lcdc_atomic_update)(struct atmel_hlcdc_plane *plane, 386 void (*lcdc_csc_init)(struct atmel_hlcdc_plane *plane, 388 void (*lcdc_irq_dbg)(struct atmel_hlcdc_plane *plane, [all …]
|
| H A D | atmel_hlcdc_plane.c | 274 atmel_hlcdc_plane_scaler_set_phicoeff(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_scaler_set_phicoeff() 286 void atmel_hlcdc_plane_setup_scaler(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_setup_scaler() 335 void atmel_xlcdc_plane_setup_scaler(struct atmel_hlcdc_plane *plane, in atmel_xlcdc_plane_setup_scaler() 629 struct atmel_hlcdc_plane *primary; in atmel_hlcdc_plane_prepare_disc_area() 682 atmel_hlcdc_plane_update_disc_area(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_disc_area() 927 static void atmel_hlcdc_csc_init(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_csc_init() 947 static void atmel_xlcdc_csc_init(struct atmel_hlcdc_plane *plane, in atmel_xlcdc_csc_init() 1024 static void atmel_hlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_irq_dbg() 1041 static void atmel_xlcdc_irq_dbg(struct atmel_hlcdc_plane *plane, in atmel_xlcdc_irq_dbg() 1058 void atmel_hlcdc_plane_irq(struct atmel_hlcdc_plane *plane) in atmel_hlcdc_plane_irq() [all …]
|
| H A D | Makefile | 5 atmel_hlcdc_plane.o
|
| H A D | atmel_hlcdc_crtc.c | 619 struct atmel_hlcdc_plane *primary = NULL, *cursor = NULL; in atmel_hlcdc_crtc_create() 658 struct atmel_hlcdc_plane *overlay; in atmel_hlcdc_crtc_create()
|