search for: fertr

Displaying 20 results from an estimated 23 matches for "fertr".

Did you mean: fertre
2020 Jan 14
1
[PATCH 01/23] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
Thanks for the patch. Tested-by: Yannick Fertr? <yannick.fertre at st.com><mailto:yannick.fertre at st.com> BR Yannick Fertr? On 1/10/20 10:21 AM, Thomas Zimmermann wrote: The new callback get_scanout_position() reads the current location of the scanout process. The operation is currentyl located in struct drm_driver, but really...
2020 Jan 23
0
[PATCH v4 15/22] drm/stm: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of their equivalents in struct drm_crtc_funcs. Convert stm over. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Tested-by: Yannick Fertr? <yannick.fertre at st.com> --- drivers/gpu/drm/stm/drv.c | 1 - drivers/gpu/drm/stm/ltdc.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c index 486985604109..ea9fcbdc68b3 100644 --- a/drivers/gpu/drm/stm/drv.c +++ b...
2020 Jan 23
0
[PATCH v4 14/22] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
The callback struct drm_driver.get_scanout_position() is deprecated in favor of struct drm_crtc_helper_funcs.get_scanout_position(). Convert stm over. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Tested-by: Yannick Fertr? <yannick.fertre at st.com> --- drivers/gpu/drm/stm/drv.c | 1 - drivers/gpu/drm/stm/ltdc.c | 65 ++++++++++++++++++++------------------ drivers/gpu/drm/stm/ltdc.h | 5 --- 3 files changed, 34 insertions(+), 37 deletions(-) diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv...
2017 Jul 25
5
[PATCH 5/8] drm: Nuke drm_atomic_helper_plane_set_property
...el.org> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Tomi Valkeinen <tomi.valkeinen at ti.com> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org> Cc: Vincent Abriou <vincent.abriou at st.com> Cc: Yannick Fertre <yannick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: "Ville Syrjälä" <ville.syrjala at linux.intel.com> Cc: Rongrong Zou <zourongrong at gmail.com> Cc: Shawn Guo <shawn.guo at linaro.org> Cc: Al...
2020 Jan 20
0
[PATCH v3 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
...nverted. v3: * refactor drm_calc_vbltimestamp_from_scanoutpos() to minimize code duplication * define types for get_scanout_position() callbacks v2: * fix logical op in drm_calc_vbltimestamp_from_scanoutpos() Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Tested-by: Yannick Fertr? <yannick.fertre at st.com> --- drivers/gpu/drm/drm_vblank.c | 101 +++++++++++++++++++---- include/drm/drm_drv.h | 7 +- include/drm/drm_modeset_helper_vtables.h | 47 +++++++++++ include/drm/drm_vblank.h | 22 +++++ 4 files changed, 154 in...
2020 Jan 23
0
[PATCH v4 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
...ine fixes v3: * refactor drm_calc_vbltimestamp_from_scanoutpos() to minimize code duplication * define types for get_scanout_position() callbacks v2: * fix logical op in drm_calc_vbltimestamp_from_scanoutpos() Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Tested-by: Yannick Fertr? <yannick.fertre at st.com> Reviewed-by: Ville Syrj?l? <ville.syrjala at linux.intel.com> --- drivers/gpu/drm/drm_vblank.c | 101 +++++++++++++++++++---- include/drm/drm_drv.h | 7 +- include/drm/drm_modeset_helper_vtables.h | 47 +++++++++++ include/d...
2020 Jan 10
36
[PATCH 00/23] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers.
2020 Jan 23
30
[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers. Patch
2017 Jul 25
8
[PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
...nen <tomi.valkeinen at ti.com> Cc: Eric Anholt <eric at anholt.net> Cc: Mark Yao <mark.yao at rock-chips.com> Cc: Heiko Stuebner <heiko at sntech.de> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org> Cc: Vincent Abriou <vincent.abriou at st.com> Cc: Yannick Fertre <yannick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Chen-Yu Tsai <wens at csie.org> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc...
2017 Jul 25
8
[PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
...nen <tomi.valkeinen at ti.com> Cc: Eric Anholt <eric at anholt.net> Cc: Mark Yao <mark.yao at rock-chips.com> Cc: Heiko Stuebner <heiko at sntech.de> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org> Cc: Vincent Abriou <vincent.abriou at st.com> Cc: Yannick Fertre <yannick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Chen-Yu Tsai <wens at csie.org> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc...
2017 Jul 25
8
[PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
...nen <tomi.valkeinen at ti.com> Cc: Eric Anholt <eric at anholt.net> Cc: Mark Yao <mark.yao at rock-chips.com> Cc: Heiko Stuebner <heiko at sntech.de> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org> Cc: Vincent Abriou <vincent.abriou at st.com> Cc: Yannick Fertre <yannick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Chen-Yu Tsai <wens at csie.org> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc...
2020 Jan 20
26
[PATCH v3 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers. Patch
2020 Jan 15
26
[PATCH v2 00/21] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers.
2017 Jul 19
7
[PATCH 000/102] Convert drivers to explicit reset API
...at intel.com> Cc: Vivien Didelot <vivien.didelot at savoirfairelinux.com> Cc: Wim Van Sebroeck <wim at iguana.be> Cc: Wolfram Sang <wsa at the-dreams.de> Cc: Xinliang Liu <z.liuxinliang at hisilicon.com> Cc: Xinwei Kong <kong.kongxinwei at hisilicon.com> Cc: Yannick Fertre <yannick.fertre at st.com> Cc: Yisen Zhuang <yisen.zhuang at huawei.com> Cc: Zhang Rui <rui.zhang at intel.com> Cc: alsa-devel at alsa-project.org Cc: ath10k at lists.infradead.org Cc: devel at driverdev.osuosl.org Cc: dmaengine at vger.kernel.org Cc: dri-devel at lists.freedeskt...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ng01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Yegor Yefremov <yegorslists@googlemail.com> Yehuda Yitschak <yehuday@marvell.com> Yevgeniy Melnichuk <yevgeniy.melnichuk@googlem...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ng01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Yegor Yefremov <yegorslists@googlemail.com> Yehuda Yitschak <yehuday@marvell.com> Yevgeniy Melnichuk <yevgeniy.melnichuk@googlem...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ng01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Yegor Yefremov <yegorslists@googlemail.com> Yehuda Yitschak <yehuday@marvell.com> Yevgeniy Melnichuk <yevgeniy.melnichuk@googlem...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ng01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Yegor Yefremov <yegorslists@googlemail.com> Yehuda Yitschak <yehuday@marvell.com> Yen Lin <yelin@nvidia.com> Yevgeniy Melni...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...ng01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Yegor Yefremov <yegorslists@googlemail.com> Yehuda Yitschak <yehuday@marvell.com> Yen Lin <yelin@nvidia.com> Yevgeniy Melni...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...l.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yann E. MORIN <yann.morin.1998@free.fr> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Yegor Yefremov <yegorslists@googlemail.com> Yehuda Yitschak <yehuday@marvell.com> Yen Lin <yelin@nvidia.com> Yevgeniy Melni...