Searched refs:hdlcd (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/arm/ |
A D | hdlcd_drv.c | 79 ret = request_irq(hdlcd->irq, hdlcd_irq, 0, "hdlcd", hdlcd); in hdlcd_irq_install() 96 free_irq(hdlcd->irq, hdlcd); in hdlcd_irq_uninstall() 107 if (IS_ERR(hdlcd->clk)) in hdlcd_load() 121 hdlcd->mmio = NULL; in hdlcd_load() 152 hdlcd->irq = ret; in hdlcd_load() 245 hdlcd = devm_drm_dev_alloc(dev, &hdlcd_driver, typeof(*hdlcd), base); in hdlcd_drm_bind() 246 if (IS_ERR(hdlcd)) in hdlcd_drm_bind() 247 return PTR_ERR(hdlcd); in hdlcd_drm_bind() 249 drm = &hdlcd->base; in hdlcd_drm_bind() 315 hdlcd->crtc.port = NULL; in hdlcd_drm_bind() [all …]
|
A D | hdlcd_crtc.c | 43 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_cleanup() 149 hdlcd_write(hdlcd, HDLCD_REG_BUS_OPTIONS, in hdlcd_crtc_mode_set_nofb() 166 clk_set_rate(hdlcd->clk, m->crtc_clock * 1000); in hdlcd_crtc_mode_set_nofb() 174 clk_prepare_enable(hdlcd->clk); in hdlcd_crtc_atomic_enable() 176 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 1); in hdlcd_crtc_atomic_enable() 186 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_atomic_disable() 187 clk_disable_unprepare(hdlcd->clk); in hdlcd_crtc_atomic_disable() 196 rate = clk_round_rate(hdlcd->clk, clk_rate); in hdlcd_crtc_mode_valid() 267 struct hdlcd_drm_private *hdlcd; in hdlcd_plane_atomic_update() local 277 hdlcd = drm_to_hdlcd_priv(plane->dev); in hdlcd_plane_atomic_update() [all …]
|
A D | hdlcd_drv.h | 27 static inline void hdlcd_write(struct hdlcd_drm_private *hdlcd, in hdlcd_write() argument 30 writel(value, hdlcd->mmio + reg); in hdlcd_write() 33 static inline u32 hdlcd_read(struct hdlcd_drm_private *hdlcd, unsigned int reg) in hdlcd_read() argument 35 return readl(hdlcd->mmio + reg); in hdlcd_read() 39 void hdlcd_set_scanout(struct hdlcd_drm_private *hdlcd);
|
A D | Makefile | 2 hdlcd-y := hdlcd_drv.o hdlcd_crtc.o 3 obj-$(CONFIG_DRM_HDLCD) += hdlcd.o
|
A D | Kconfig | 15 If M is selected the module will be called hdlcd.
|
/linux/Documentation/devicetree/bindings/display/ |
A D | arm,hdlcd.yaml | 4 $id: http://devicetree.org/schemas/display/arm,hdlcd.yaml# 21 const: arm,hdlcd 62 hdlcd@2b000000 { 63 compatible = "arm,hdlcd";
|
/linux/arch/arm64/boot/dts/arm/ |
A D | juno-scmi.dtsi | 34 hdlcd@7ff50000 { 38 hdlcd@7ff60000 {
|
A D | juno-base.dtsi | 868 hdlcd@7ff50000 { 869 compatible = "arm,hdlcd"; 883 hdlcd@7ff60000 { 884 compatible = "arm,hdlcd";
|
/linux/arch/arm/boot/dts/arm/ |
A D | vexpress-v2p-ca5s.dts | 72 hdlcd@2a110000 { 73 compatible = "arm,hdlcd";
|
A D | vexpress-v2p-ca15-tc1.dts | 70 hdlcd@2b000000 { 71 compatible = "arm,hdlcd";
|
A D | vexpress-v2p-ca15_a7.dts | 134 hdlcd@2b000000 { 135 compatible = "arm,hdlcd";
|
/linux/ |
A D | MAINTAINERS | 1791 F: Documentation/devicetree/bindings/display/arm,hdlcd.yaml
|
Completed in 72 milliseconds