Searched hist:ec727e3f61845d6d64b3c5eba464096d6cc7f8e9 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | base.c | diff ec727e3f61845d6d64b3c5eba464096d6cc7f8e9 Wed Feb 28 09:30:30 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm/omap: dss: Add functions to connect and disconnect devices
The omap_dss_device objects model display components and are connected at runtime to create display pipelines. The connect and disconnect operations implemented by each component contain lots of duplicate code. As a first step towards fixing this, create new functions to wrap the direct calls to those operations and use them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | omapdss.h | diff ec727e3f61845d6d64b3c5eba464096d6cc7f8e9 Wed Feb 28 09:30:30 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm/omap: dss: Add functions to connect and disconnect devices
The omap_dss_device objects model display components and are connected at runtime to create display pipelines. The connect and disconnect operations implemented by each component contain lots of duplicate code. As a first step towards fixing this, create new functions to wrap the direct calls to those operations and use them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.c | diff ec727e3f61845d6d64b3c5eba464096d6cc7f8e9 Wed Feb 28 09:30:30 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm/omap: dss: Add functions to connect and disconnect devices
The omap_dss_device objects model display components and are connected at runtime to create display pipelines. The connect and disconnect operations implemented by each component contain lots of duplicate code. As a first step towards fixing this, create new functions to wrap the direct calls to those operations and use them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|