Searched hist:"72877 cf38b4b78fbb3a852f2288d7f2a7af0db22" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | base.c | diff 72877cf38b4b78fbb3a852f2288d7f2a7af0db22 Tue Feb 13 13:00:40 CET 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
The dss_device is the top-level component in the omapdss driver. Give the omapdrm driver access to the dss_device pointer in order to obtain pointers to all other components from it. This requires a new global variable in the omapdss driver that will be removed when merging the omapdrm and omapdss drivers, but will already allow removal of several other global variables.
As this partly duplicates the omapdss_is_initialized() API, reimplement it as an inline function wrapping omapdss_get_dss().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
H A D | omapdss.h | diff 72877cf38b4b78fbb3a852f2288d7f2a7af0db22 Tue Feb 13 13:00:40 CET 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
The dss_device is the top-level component in the omapdss driver. Give the omapdrm driver access to the dss_device pointer in order to obtain pointers to all other components from it. This requires a new global variable in the omapdss driver that will be removed when merging the omapdrm and omapdss drivers, but will already allow removal of several other global variables.
As this partly duplicates the omapdss_is_initialized() API, reimplement it as an inline function wrapping omapdss_get_dss().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
H A D | dss.c | diff 72877cf38b4b78fbb3a852f2288d7f2a7af0db22 Tue Feb 13 13:00:40 CET 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
The dss_device is the top-level component in the omapdss driver. Give the omapdrm driver access to the dss_device pointer in order to obtain pointers to all other components from it. This requires a new global variable in the omapdss driver that will be removed when merging the omapdrm and omapdss drivers, but will already allow removal of several other global variables.
As this partly duplicates the omapdss_is_initialized() API, reimplement it as an inline function wrapping omapdss_get_dss().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | diff 72877cf38b4b78fbb3a852f2288d7f2a7af0db22 Tue Feb 13 13:00:40 CET 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
The dss_device is the top-level component in the omapdss driver. Give the omapdrm driver access to the dss_device pointer in order to obtain pointers to all other components from it. This requires a new global variable in the omapdss driver that will be removed when merging the omapdrm and omapdss drivers, but will already allow removal of several other global variables.
As this partly duplicates the omapdss_is_initialized() API, reimplement it as an inline function wrapping omapdss_get_dss().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
H A D | omap_drv.c | diff 72877cf38b4b78fbb3a852f2288d7f2a7af0db22 Tue Feb 13 13:00:40 CET 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
The dss_device is the top-level component in the omapdss driver. Give the omapdrm driver access to the dss_device pointer in order to obtain pointers to all other components from it. This requires a new global variable in the omapdss driver that will be removed when merging the omapdrm and omapdss drivers, but will already allow removal of several other global variables.
As this partly duplicates the omapdss_is_initialized() API, reimplement it as an inline function wrapping omapdss_get_dss().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|