All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Restore Tegra DRM on Nyan Big Chromebook
@ 2021-11-30 23:09 ` Dmitry Osipenko
  0 siblings, 0 replies; 10+ messages in thread
From: Dmitry Osipenko @ 2021-11-30 23:09 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Lyude Paul, David Airlie,
	Daniel Vetter, Thomas Graichen
  Cc: dri-devel, linux-tegra, linux-kernel

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


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

end of thread, other threads:[~2021-11-30 23:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-30 23:09 [PATCH v2 0/4] Restore Tegra DRM on Nyan Big Chromebook Dmitry Osipenko
2021-11-30 23:09 ` 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

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.