All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: airlied@redhat.com, kuohsiang_chou@aspeedtech.com,
	airlied@linux.ie, daniel@ffwll.ch,
	maarten.lankhorst@linux.intel.com, mripard@kernel.org
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2 0/5] drm/ast: Connector cleanups and polling
Date: Tue, 31 May 2022 13:16:23 +0200	[thread overview]
Message-ID: <fc6f7963-5abf-bf53-b671-a4d10bb68d10@suse.de> (raw)
In-Reply-To: <20220531111502.4470-1-tzimmermann@suse.de>


[-- Attachment #1.1: Type: text/plain, Size: 1638 bytes --]



Am 31.05.22 um 13:14 schrieb Thomas Zimmermann:
> Various cleanups to ast's conenctor code. Simplifies the code, adds
> support for using VGA and ASTDP connectors at the same time, and
> initializes polling of the connector status.
> 
> Patch 1 was first posted at [1], so this patchset starts at version

[1] 
https://lore.kernel.org/dri-devel/20220510105010.20712-1-tzimmermann@suse.de/

> 2. The implementation of detect_ctx in patch 3 has been added to DRM
> helpers as it will be useful for other drivers, such as mgag200 and
> udl.
> 
> Thomas Zimmermann (5):
>    drm/ast: Support multiple outputs
>    drm/ast: Fix updating the connector's EDID property
>    drm/ast: Support output polling
>    drm/ast: Fail probing if DCC channel could not be initialized
>    drm/ast: Remove struct ast_{vga,sil164}_connector
> 
>   drivers/gpu/drm/ast/ast_dp.c       |   5 +-
>   drivers/gpu/drm/ast/ast_dp501.c    |   2 +-
>   drivers/gpu/drm/ast/ast_drv.h      |  30 +-----
>   drivers/gpu/drm/ast/ast_i2c.c      |   7 +-
>   drivers/gpu/drm/ast/ast_main.c     |  21 ++--
>   drivers/gpu/drm/ast/ast_mode.c     | 165 ++++++++++-------------------
>   drivers/gpu/drm/ast/ast_post.c     |   2 +-
>   drivers/gpu/drm/drm_probe_helper.c |  35 ++++++
>   include/drm/drm_probe_helper.h     |   3 +
>   9 files changed, 116 insertions(+), 154 deletions(-)
> 
> 
> base-commit: 2c8cc5cd20e28afe6b63acb28890e5f57d9bf055

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

      parent reply	other threads:[~2022-05-31 11:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 11:14 [PATCH v2 0/5] drm/ast: Connector cleanups and polling Thomas Zimmermann
2022-05-31 11:14 ` [PATCH v2 1/5] drm/ast: Support multiple outputs Thomas Zimmermann
2022-06-02  7:24   ` Patrik Jakobsson
2022-06-02 11:01     ` Thomas Zimmermann
2022-05-31 11:14 ` [PATCH v2 2/5] drm/ast: Fix updating the connector's EDID property Thomas Zimmermann
2022-06-02  7:24   ` Patrik Jakobsson
2022-06-07  8:13     ` Thomas Zimmermann
2022-06-07  9:08       ` Patrik Jakobsson
2022-05-31 11:15 ` [PATCH v2 3/5] drm/ast: Support output polling Thomas Zimmermann
2022-06-02  7:25   ` Patrik Jakobsson
2022-06-02 11:00     ` Thomas Zimmermann
2022-06-07 10:03   ` Jani Nikula
2022-06-07 10:50     ` Thomas Zimmermann
2022-05-31 11:15 ` [PATCH v2 4/5] drm/ast: Fail probing if DCC channel could not be initialized Thomas Zimmermann
2022-06-02  7:25   ` Patrik Jakobsson
2022-06-02  7:42     ` Patrik Jakobsson
2022-06-02  9:32       ` Thomas Zimmermann
2022-06-02 10:34         ` Patrik Jakobsson
2022-05-31 11:15 ` [PATCH v2 5/5] drm/ast: Remove struct ast_{vga,sil164}_connector Thomas Zimmermann
2022-06-02  7:25   ` Patrik Jakobsson
2022-05-31 11:16 ` Thomas Zimmermann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc6f7963-5abf-bf53-b671-a4d10bb68d10@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@linux.ie \
    --cc=airlied@redhat.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kuohsiang_chou@aspeedtech.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.