Home
last modified time | relevance | path

Searched refs:dispc_device (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Domapdss.h53 struct dispc_device;
560 u32 (*read_irqstatus)(struct dispc_device *dispc);
561 void (*clear_irqstatus)(struct dispc_device *dispc, u32 mask);
562 void (*write_irqenable)(struct dispc_device *dispc, u32 mask);
564 int (*request_irq)(struct dispc_device *dispc, irq_handler_t handler,
566 void (*free_irq)(struct dispc_device *dispc, void *dev_id);
568 int (*runtime_get)(struct dispc_device *dispc);
569 void (*runtime_put)(struct dispc_device *dispc);
571 int (*get_num_ovls)(struct dispc_device *dispc);
572 int (*get_num_mgrs)(struct dispc_device *dispc);
[all …]
Ddispc.c39 struct dispc_device;
100 int (*calc_scaling)(struct dispc_device *dispc,
158 struct dispc_device { struct
344 static unsigned long dispc_fclk_rate(struct dispc_device *dispc);
345 static unsigned long dispc_core_clk_rate(struct dispc_device *dispc);
346 static unsigned long dispc_mgr_lclk_rate(struct dispc_device *dispc,
348 static unsigned long dispc_mgr_pclk_rate(struct dispc_device *dispc,
351 static unsigned long dispc_plane_pclk_rate(struct dispc_device *dispc,
353 static unsigned long dispc_plane_lclk_rate(struct dispc_device *dispc,
356 static void dispc_clear_irqstatus(struct dispc_device *dispc, u32 mask);
[all …]
Ddss.h17 struct dispc_device;
259 struct dispc_device *dispc;
391 void dispc_dump_clocks(struct dispc_device *dispc, struct seq_file *s);
393 int dispc_runtime_get(struct dispc_device *dispc);
394 void dispc_runtime_put(struct dispc_device *dispc);
396 void dispc_enable_sidle(struct dispc_device *dispc);
397 void dispc_disable_sidle(struct dispc_device *dispc);
399 void dispc_lcd_enable_signal(struct dispc_device *dispc, bool enable);
400 void dispc_pck_free_enable(struct dispc_device *dispc, bool enable);
401 void dispc_enable_fifomerge(struct dispc_device *dispc, bool enable);
[all …]
Dbase.c33 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc()
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_drv.h49 struct dispc_device *dispc;