Home
last modified time | relevance | path

Searched refs:atmel_hlcdc_plane (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h320 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,
381 void (*lcdc_atomic_disable)(struct atmel_hlcdc_plane *plane);
382 void (*lcdc_update_general_settings)(struct atmel_hlcdc_plane *plane,
384 void (*lcdc_atomic_update)(struct atmel_hlcdc_plane *plane,
[all …]
H A Datmel_hlcdc_plane.c274 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()
384 atmel_hlcdc_plane_update_pos_and_size(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_pos_and_size()
410 void atmel_hlcdc_plane_update_general_settings(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_general_settings()
448 void atmel_xlcdc_plane_update_general_settings(struct atmel_hlcdc_plane *plane, in atmel_xlcdc_plane_update_general_settings()
481 static void atmel_hlcdc_plane_update_format(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_format()
501 static void atmel_hlcdc_plane_update_clut(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_clut()
525 static void atmel_hlcdc_update_buffers(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_update_buffers()
547 static void atmel_xlcdc_update_buffers(struct atmel_hlcdc_plane *plane, in atmel_xlcdc_update_buffers()
[all …]
H A DMakefile5 atmel_hlcdc_plane.o
H A Datmel_hlcdc_crtc.c619 struct atmel_hlcdc_plane *primary = NULL, *cursor = NULL; in atmel_hlcdc_crtc_create()
658 struct atmel_hlcdc_plane *overlay; in atmel_hlcdc_crtc_create()