Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h65 struct dispc_device;
691 u32 (*read_irqstatus)(struct dispc_device *dispc);
692 void (*clear_irqstatus)(struct dispc_device *dispc, u32 mask);
693 void (*write_irqenable)(struct dispc_device *dispc, u32 mask);
695 int (*request_irq)(struct dispc_device *dispc, irq_handler_t handler,
697 void (*free_irq)(struct dispc_device *dispc, void *dev_id);
699 int (*runtime_get)(struct dispc_device *dispc);
700 void (*runtime_put)(struct dispc_device *dispc);
702 int (*get_num_ovls)(struct dispc_device *dispc);
703 int (*get_num_mgrs)(struct dispc_device *dispc);
[all …]
Ddss.h28 struct dispc_device;
268 struct dispc_device *dispc;
402 void dispc_dump_clocks(struct dispc_device *dispc, struct seq_file *s);
404 int dispc_runtime_get(struct dispc_device *dispc);
405 void dispc_runtime_put(struct dispc_device *dispc);
407 void dispc_enable_sidle(struct dispc_device *dispc);
408 void dispc_disable_sidle(struct dispc_device *dispc);
410 void dispc_lcd_enable_signal(struct dispc_device *dispc, bool enable);
411 void dispc_pck_free_enable(struct dispc_device *dispc, bool enable);
412 void dispc_enable_fifomerge(struct dispc_device *dispc, bool enable);
[all …]
Ddispc.c50 struct dispc_device;
111 int (*calc_scaling)(struct dispc_device *dispc,
169 struct dispc_device { struct
355 static unsigned long dispc_fclk_rate(struct dispc_device *dispc);
356 static unsigned long dispc_core_clk_rate(struct dispc_device *dispc);
357 static unsigned long dispc_mgr_lclk_rate(struct dispc_device *dispc,
359 static unsigned long dispc_mgr_pclk_rate(struct dispc_device *dispc,
362 static unsigned long dispc_plane_pclk_rate(struct dispc_device *dispc,
364 static unsigned long dispc_plane_lclk_rate(struct dispc_device *dispc,
367 static void dispc_clear_irqstatus(struct dispc_device *dispc, u32 mask);
[all …]
Dbase.c47 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_drv.h54 struct dispc_device *dispc;
Domap_crtc.c121 struct dispc_device *dispc = priv->dispc; in omap_crtc_dss_connect()