/openbmc/linux/include/drm/bridge/ |
H A D | dw_mipi_dsi.h | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/ |
H A D | adv7533.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | adv7511.h | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | adv7511_drv.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/stm/ |
H A D | dw_mipi_dsi-stm.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_bridge.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_mic.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | dw-hdmi.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/ |
H A D | dsi.h | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | dsi_manager.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | dsi_host.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sii902x.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | tc358767.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/include/drm/ |
H A D | drm_bridge.h | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_bridge.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | sti_hda.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | sti_hdmi.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix_dp_core.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_hdmi.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | diff 63f8f3badf799c8b63ff33a489886bc138ce5d09 Fri Apr 06 09:39:01 CDT 2018 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: bridge: Constify mode arguments to bridge .mode_set() operation
The mode and ajusted_mode passed to the bridge .mode_set() operation should never be modified by the bridge (and are not in any of the existing bridge drivers). Make them const to make this clear.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|