Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-drv.c41 bool hdmi_output = true; in dcss_drv_platform_probe() local
50 hdmi_output = !of_device_is_compatible(remote, "fsl,imx8mq-nwl-dsi"); in dcss_drv_platform_probe()
58 mdrv->dcss = dcss_dev_create(dev, hdmi_output); in dcss_drv_platform_probe()
H A Ddcss-dev.c166 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output) in dcss_dev_create() argument
192 dcss->hdmi_output = hdmi_output; in dcss_dev_create()
H A Ddcss-blkctl.c31 if (blkctl->dcss->hdmi_output) in dcss_blkctl_cfg()
H A Ddcss-dev.h89 bool hdmi_output; member
97 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output);