All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Osipenko <digetx@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Lyude Paul <lyude@redhat.com>, David Airlie <airlied@linux.ie>,
	Daniel Vetter <daniel@ffwll.ch>,
	Thomas Graichen <thomas.graichen@gmail.com>
Cc: dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] Restore Tegra DRM on Nyan Big Chromebook
Date: Wed,  1 Dec 2021 02:09:53 +0300	[thread overview]
Message-ID: <20211130230957.30213-1-digetx@gmail.com> (raw)

This patchset restores regressed SOR driver probing on Nyan Chromebook.

Changelog:

v2: - Changed host1x and Tegra DRM drivers such that DRM device is
      registered early now. This removes the need to change DRM core.

    - Introduced dev_err_probe() patch again. Previously Thierry rejected
      it, saying that he likes his variant more, but I kept that patch in
      grate kernel and it happened to be very handy to have because I
      instantly identified the problem in the DP AUX driver with it,
      which would've been much more difficult to do otherwise.
      Please apply it this time.

Dmitry Osipenko (4):
  gpu/host1x: Add init/deinit callbacks to host1x driver framework
  drm/tegra: Create DRM device early
  drm/tegra: dpaux: Restore DP AUX DDC registration order
  drm/tegra: Use dev_err_probe()

 drivers/gpu/drm/tegra/dc.c    | 13 +++-------
 drivers/gpu/drm/tegra/dpaux.c | 26 +++++++++++++-------
 drivers/gpu/drm/tegra/drm.c   | 46 +++++++++++++++++++++++++----------
 drivers/gpu/drm/tegra/drm.h   |  2 ++
 drivers/gpu/drm/tegra/hdmi.c  | 34 +++++++-------------------
 drivers/gpu/host1x/bus.c      | 15 ++++++++++++
 include/linux/host1x.h        |  4 +++
 7 files changed, 83 insertions(+), 57 deletions(-)

-- 
2.33.1


WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Osipenko <digetx@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Lyude Paul <lyude@redhat.com>, David Airlie <airlied@linux.ie>,
	Daniel Vetter <daniel@ffwll.ch>,
	Thomas Graichen <thomas.graichen@gmail.com>
Cc: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: [PATCH v2 0/4] Restore Tegra DRM on Nyan Big Chromebook
Date: Wed,  1 Dec 2021 02:09:53 +0300	[thread overview]
Message-ID: <20211130230957.30213-1-digetx@gmail.com> (raw)

This patchset restores regressed SOR driver probing on Nyan Chromebook.

Changelog:

v2: - Changed host1x and Tegra DRM drivers such that DRM device is
      registered early now. This removes the need to change DRM core.

    - Introduced dev_err_probe() patch again. Previously Thierry rejected
      it, saying that he likes his variant more, but I kept that patch in
      grate kernel and it happened to be very handy to have because I
      instantly identified the problem in the DP AUX driver with it,
      which would've been much more difficult to do otherwise.
      Please apply it this time.

Dmitry Osipenko (4):
  gpu/host1x: Add init/deinit callbacks to host1x driver framework
  drm/tegra: Create DRM device early
  drm/tegra: dpaux: Restore DP AUX DDC registration order
  drm/tegra: Use dev_err_probe()

 drivers/gpu/drm/tegra/dc.c    | 13 +++-------
 drivers/gpu/drm/tegra/dpaux.c | 26 +++++++++++++-------
 drivers/gpu/drm/tegra/drm.c   | 46 +++++++++++++++++++++++++----------
 drivers/gpu/drm/tegra/drm.h   |  2 ++
 drivers/gpu/drm/tegra/hdmi.c  | 34 +++++++-------------------
 drivers/gpu/host1x/bus.c      | 15 ++++++++++++
 include/linux/host1x.h        |  4 +++
 7 files changed, 83 insertions(+), 57 deletions(-)

-- 
2.33.1


             reply	other threads:[~2021-11-30 23:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30 23:09 Dmitry Osipenko [this message]
2021-11-30 23:09 ` [PATCH v2 0/4] Restore Tegra DRM on Nyan Big Chromebook Dmitry Osipenko
2021-11-30 23:09 ` [PATCH v2 1/4] gpu/host1x: Add init/deinit callbacks to host1x driver framework Dmitry Osipenko
2021-11-30 23:09   ` Dmitry Osipenko
2021-11-30 23:09 ` [PATCH v2 2/4] drm/tegra: Create DRM device early Dmitry Osipenko
2021-11-30 23:09   ` Dmitry Osipenko
2021-11-30 23:09 ` [PATCH v2 3/4] drm/tegra: dpaux: Restore DP AUX DDC registration order Dmitry Osipenko
2021-11-30 23:09   ` Dmitry Osipenko
2021-11-30 23:09 ` [PATCH v2 4/4] drm/tegra: Use dev_err_probe() Dmitry Osipenko
2021-11-30 23:09   ` Dmitry Osipenko

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=20211130230957.30213-1-digetx@gmail.com \
    --to=digetx@gmail.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=lyude@redhat.com \
    --cc=thierry.reding@gmail.com \
    --cc=thomas.graichen@gmail.com \
    /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.