[PULL] drm-misc-fixes

Sean Paul sean at poorly.run
Thu Jun 13 14:39:46 UTC 2019


Hi Da.*,
A bit more meat on this PR, which should probably be expected given how light we
have been on the last 4.


drm-misc-fixes-2019-06-13:
meson: A few G12A fixes across the driver (Neil)
quirks: A couple quirks for GPD devices (Hans)
gem_shmem: Use writecombine when vmapping non-dmabuf BOs (Boris)
panfrost: A couple tweaks to requiring devfreq (Neil & Ezequiel)
edid: Ensure we return the override mode when ddc probe fails (Jani)

Cc: Hans de Goede <hdegoede at redhat.com>
Cc: Neil Armstrong <narmstrong at baylibre.com>
Cc: Boris Brezillon <boris.brezillon at collabora.com>
Cc: Ezequiel Garcia <ezequiel at collabora.com>
Cc: Jani Nikula <jani.nikula at intel.com>

Cheers, Sean


The following changes since commit 283f1e383e91d96fe652fad549537ae15cf31d60:

  udmabuf: actually unmap the scatterlist (2019-06-05 10:41:17 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-06-13

for you to fetch changes up to 48eaeb7664c76139438724d520a1ea4a84a3ed92:

  drm: add fallback override/firmware EDID modes workaround (2019-06-12 13:26:25 +0300)

----------------------------------------------------------------
meson: A few G12A fixes across the driver (Neil)
quirks: A couple quirks for GPD devices (Hans)
gem_shmem: Use writecombine when vmapping non-dmabuf BOs (Boris)
panfrost: A couple tweaks to requiring devfreq (Neil & Ezequiel)
edid: Ensure we return the override mode when ddc probe fails (Jani)

Cc: Hans de Goede <hdegoede at redhat.com>
Cc: Neil Armstrong <narmstrong at baylibre.com>
Cc: Boris Brezillon <boris.brezillon at collabora.com>
Cc: Ezequiel Garcia <ezequiel at collabora.com>
Cc: Jani Nikula <jani.nikula at intel.com>

----------------------------------------------------------------
Boris Brezillon (1):
      drm/gem_shmem: Use a writecombine mapping for ->vaddr

Ezequiel Garcia (1):
      drm/panfrost: Require the simple_ondemand governor

Hans de Goede (2):
      drm: panel-orientation-quirks: Add quirk for GPD pocket2
      drm: panel-orientation-quirks: Add quirk for GPD MicroPC

Jani Nikula (2):
      drm/edid: abstract override/firmware EDID retrieval
      drm: add fallback override/firmware EDID modes workaround

Neil Armstrong (4):
      drm/meson: fix G12A HDMI PLL settings for 4K60 1000/1001 variations
      drm/meson: fix primary plane disabling
      drm/meson: fix G12A primary plane disabling
      drm/panfrost: make devfreq optional again

 drivers/gpu/drm/drm_edid.c                     | 55 ++++++++++++++++++++++----
 drivers/gpu/drm/drm_gem_shmem_helper.c         |  3 +-
 drivers/gpu/drm/drm_panel_orientation_quirks.c | 32 +++++++++++++++
 drivers/gpu/drm/drm_probe_helper.c             |  7 ++++
 drivers/gpu/drm/meson/meson_crtc.c             |  6 +--
 drivers/gpu/drm/meson/meson_plane.c            |  8 ++--
 drivers/gpu/drm/meson/meson_vclk.c             | 13 +++++-
 drivers/gpu/drm/meson/meson_viu.c              |  3 +-
 drivers/gpu/drm/panfrost/Kconfig               |  1 +
 drivers/gpu/drm/panfrost/panfrost_devfreq.c    | 13 +++++-
 include/drm/drm_edid.h                         |  1 +
 11 files changed, 121 insertions(+), 21 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dri-devel mailing list