linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH RESEND 06/14] drm: rockchip: Provide ddc symlink in inno_hdmi sysfs directory
       [not found] ` <a1f778d328328f15300338600bb2400850717300.1566845537.git.andrzej.p@collabora.com>
@ 2019-08-26 22:14   ` Heiko Stuebner
  0 siblings, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2019-08-26 22:14 UTC (permalink / raw)
  To: Andrzej Pietrasiewicz, linux-kernel, Sam Ravnborg, Daniel Vetter,
	Sean Paul
  Cc: dri-devel, kernel, Harry Wentland, Leo Li, Alex Deucher,
	Sandy Huang, Thierry Reding, Jonathan Hunter, Eric Anholt,
	linux-arm-kernel, linux-samsung-soc, intel-gfx, linux-mediatek,
	linux-arm-msm, freedreno, linux-rockchip, linux-tegra

Am Montag, 26. August 2019, 21:25:48 CEST schrieb Andrzej Pietrasiewicz:
> Use the ddc pointer provided by the generic connector.
> 
> Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

Acked-by: Heiko Stuebner <heiko@sntech.de>




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND 05/14] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
       [not found] ` <4cad24dde4508cec17483f983da08226ba7e48b0.1566845537.git.andrzej.p@collabora.com>
@ 2019-08-26 22:15   ` Heiko Stuebner
  0 siblings, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2019-08-26 22:15 UTC (permalink / raw)
  To: Andrzej Pietrasiewicz, amd-gfx
  Cc: dri-devel, kernel, Harry Wentland, Leo Li, Alex Deucher,
	Christian König, David (ChunMing) Zhou, David Airlie,
	Daniel Vetter, Andrzej Hajda, Neil Armstrong, Sean Paul,
	Sandy Huang, linux-kernel, linux-arm-kernel, linux-samsung-soc,
	intel-gfx, linux-mediatek, linux-arm-msm, freedreno,
	linux-rockchip, linux-tegra

Am Montag, 26. August 2019, 21:25:47 CEST schrieb Andrzej Pietrasiewicz:
> Use the ddc pointer provided by the generic connector.
> 
> Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

Acked-by: Heiko Stuebner <heiko@sntech.de>





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND 00/14] Next round of associating ddc adapters with connectors
       [not found] <cover.1566845537.git.andrzej.p@collabora.com>
       [not found] ` <a1f778d328328f15300338600bb2400850717300.1566845537.git.andrzej.p@collabora.com>
       [not found] ` <4cad24dde4508cec17483f983da08226ba7e48b0.1566845537.git.andrzej.p@collabora.com>
@ 2019-09-18 14:01 ` Andrzej Pietrasiewicz
  2 siblings, 0 replies; 3+ messages in thread
From: Andrzej Pietrasiewicz @ 2019-09-18 14:01 UTC (permalink / raw)
  To: dri-devel
  Cc: Neil Armstrong, David Airlie, Bhawanpreet Lakha, Thierry Reding,
	Laurent Pinchart, kernel, Anthony Koo, Emil Velikov,
	linux-samsung-soc, Tomi Valkeinen, David Francis,
	Krzysztof Kozlowski, Jonathan Hunter, linux-rockchip, Kukjin Kim,
	linux-arm-msm, linux-tegra, Jonas Karlman, Leo Li, linux-kernel,
	intel-gfx, Mamta Shukla, linux-mediatek, Jyri Sarha,
	Rodrigo Vivi, Matthias Brugger, Thomas Gleixner, Sean Paul,
	linux-arm-kernel, Jernej Skrabec, amd-gfx, freedreno,
	Seung-Woo Kim, Nicholas Kazlauskas, Todor Tomov, Kyungmin Park,
	Alex Deucher, Shawn Guo, Christian König

Hi All,

A gentle ping.

Andrzej

W dniu 26.08.2019 o 21:25, Andrzej Pietrasiewicz pisze:
> I'm resending the patches which have somehow got lost: one patch
> from Geert and 13 patches from me.
> 
> Geert's patch updates the error message to reflect the actually
> called function's name.
> 
> Most of patches from me have their Acked-by and Reviewed-by tags
> and deal with providing a ddc symlink in connector's sysfs directory.
> 
> Rebased onto drm-misc-next as of 26th August.
> 
> Andrzej Pietrasiewicz (13):
>    drm/radeon: Provide ddc symlink in connector sysfs directory
>    drm/amdgpu: Provide ddc symlink in dm connector's sysfs directory
>    drm/exynos: Provide ddc symlink in connector's sysfs
>    drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
>    drm: rockchip: Provide ddc symlink in inno_hdmi sysfs directory
>    drm/msm/hdmi: Provide ddc symlink in hdmi connector sysfs directory
>    drm/mediatek: Provide ddc symlink in hdmi connector sysfs directory
>    drm/tegra: Provide ddc symlink in output connector sysfs directory
>    drm/vc4: Provide ddc symlink in connector sysfs directory
>    drm: zte: Provide ddc symlink in hdmi connector sysfs directory
>    drm: zte: Provide ddc symlink in vga connector sysfs directory
>    drm/tilcdc: Provide ddc symlink in connector sysfs directory
>    drm/i915: Provide ddc symlink in hdmi connector sysfs directory
> 
> Geert Uytterhoeven (1):
>    drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc() error
>      message
> 
>   .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |   5 +-
>   drivers/gpu/drm/bridge/ti-tfp410.c            |   3 +-
>   drivers/gpu/drm/exynos/exynos_hdmi.c          |   6 +-
>   drivers/gpu/drm/i915/display/intel_hdmi.c     |  12 +-
>   drivers/gpu/drm/mediatek/mtk_hdmi.c           |   7 +-
>   drivers/gpu/drm/msm/hdmi/hdmi_connector.c     |   6 +-
>   drivers/gpu/drm/radeon/radeon_connectors.c    | 143 +++++++++++++-----
>   drivers/gpu/drm/rockchip/inno_hdmi.c          |   6 +-
>   drivers/gpu/drm/rockchip/rk3066_hdmi.c        |   7 +-
>   drivers/gpu/drm/tegra/hdmi.c                  |   7 +-
>   drivers/gpu/drm/tegra/sor.c                   |   7 +-
>   drivers/gpu/drm/tilcdc/tilcdc_tfp410.c        |   6 +-
>   drivers/gpu/drm/vc4/vc4_hdmi.c                |  12 +-
>   drivers/gpu/drm/zte/zx_hdmi.c                 |   6 +-
>   drivers/gpu/drm/zte/zx_vga.c                  |   6 +-
>   15 files changed, 168 insertions(+), 71 deletions(-)
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-18 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1566845537.git.andrzej.p@collabora.com>
     [not found] ` <a1f778d328328f15300338600bb2400850717300.1566845537.git.andrzej.p@collabora.com>
2019-08-26 22:14   ` [PATCH RESEND 06/14] drm: rockchip: Provide ddc symlink in inno_hdmi sysfs directory Heiko Stuebner
     [not found] ` <4cad24dde4508cec17483f983da08226ba7e48b0.1566845537.git.andrzej.p@collabora.com>
2019-08-26 22:15   ` [PATCH RESEND 05/14] drm: rockchip: Provide ddc symlink in rk3066_hdmi " Heiko Stuebner
2019-09-18 14:01 ` [PATCH RESEND 00/14] Next round of associating ddc adapters with connectors Andrzej Pietrasiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).