Searched refs:atmel_hlcdc_plane (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/atmel-hlcdc/ |
A D | atmel_hlcdc_dc.h | 274 struct atmel_hlcdc_plane { struct 279 static inline struct atmel_hlcdc_plane * argument 282 return container_of(p, struct atmel_hlcdc_plane, base); in drm_plane_to_atmel_hlcdc_plane() 285 static inline struct atmel_hlcdc_plane * 288 return container_of(layer, struct atmel_hlcdc_plane, layer); in atmel_hlcdc_layer_to_plane() 404 void atmel_hlcdc_plane_irq(struct atmel_hlcdc_plane *plane);
|
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() 285 static void atmel_hlcdc_plane_setup_scaler(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_setup_scaler() 334 atmel_hlcdc_plane_update_pos_and_size(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_pos_and_size() 359 atmel_hlcdc_plane_update_general_settings(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_general_settings() 525 struct atmel_hlcdc_plane *primary; in atmel_hlcdc_plane_prepare_disc_area() 578 atmel_hlcdc_plane_update_disc_area(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_disc_area() 600 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_check() 718 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_disable() 739 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_update() 818 void atmel_hlcdc_plane_irq(struct atmel_hlcdc_plane *plane) in atmel_hlcdc_plane_irq() [all …]
|
A D | Makefile | 5 atmel_hlcdc_plane.o
|
A D | atmel_hlcdc_crtc.c | 484 struct atmel_hlcdc_plane *primary = NULL, *cursor = NULL; in atmel_hlcdc_crtc_create() 523 struct atmel_hlcdc_plane *overlay; in atmel_hlcdc_crtc_create()
|
Completed in 9 milliseconds