mbox series

[PULL] drm-fixes

Message ID 20190111230648.GA18543@phenom.ffwll.local (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-01-11-1

Message

Daniel Vetter Jan. 11, 2019, 11:06 p.m. UTC
Hi Linus,

Dave sends out his pull, everybody remembers holidays are over :-)

Since Dave's already in w/e mode and it was quite a few patches I figured
better to apply all the pulls and forward them to you. Hence here 2nd part
of bugfixes for -rc2.

nouveau:
one backlight, falcon register access, and a fan fix.

i915:
- Disable PSR for Apple panels
- Broxton ERR_PTR error state fix
- Kabylake VECS workaround fix
- Unwind failure on pinning the gen7 ppgtt
- GVT workload request allocation fix

core:
- Fix fb-helper to work correctly with SDL 1.2 bugs.
- Fix lockdep warning in the atomic ioctl and setproperty.

Cheers, Daniel

The following changes since commit f34c48e06ddcc197f2cf7cbc006ceb74e28e1ccf:

  Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-01-11 07:38:56 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-01-11-1

for you to fetch changes up to e2d3c414ec0f9d1557c8c5ff2c32166e68bbc4ad:

  Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-01-11 10:26:21 +0100)

----------------------------------------------------------------
drm-fixes for 5.0-rc2, part 2

nouveau:
one backlight, falcon register access, and a fan fix.

i915:
- Disable PSR for Apple panels
- Broxton ERR_PTR error state fix
- Kabylake VECS workaround fix
- Unwind failure on pinning the gen7 ppgtt
- GVT workload request allocation fix

core:
- Fix fb-helper to work correctly with SDL 1.2 bugs.
- Fix lockdep warning in the atomic ioctl and setproperty.

----------------------------------------------------------------
Ben Skeggs (1):
      drm/nouveau: register backlight on pascal and newer

Chris Wilson (2):
      drm/i915: Skip the ERR_PTR error state
      drm/i915: Unwind failure on pinning the gen7 ppgtt

Daniel Vetter (2):
      Merge tag 'drm-misc-fixes-2019-01-10-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Daniele Ceraolo Spurio (1):
      drm/i915: init per-engine WAs for all engines

Dave Airlie (1):
      Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-fixes

Ilia Mirkin (1):
      drm/nouveau/falcon: avoid touching registers if engine is off

Ivan Mironov (2):
      drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
      drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

Jani Nikula (1):
      Merge tag 'gvt-fixes-2019-01-09' of https://github.com/intel/gvt-linux into drm-intel-fixes

José Roberto de Souza (2):
      drm/i915: Disable PSR in Apple panels
      drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

Takashi Iwai (1):
      drm/nouveau: Don't disable polling in fallback mode

Tetsuo Handa (1):
      gpu/drm: Fix lock held when returning to user space.

Zhenyu Wang (1):
      drm/i915/gvt: Fix workload request allocation before request add

 drivers/gpu/drm/drm_atomic_uapi.c                |   3 +-
 drivers/gpu/drm/drm_dp_helper.c                  |   2 +
 drivers/gpu/drm/drm_fb_helper.c                  | 133 ++++++++++++++---------
 drivers/gpu/drm/drm_mode_object.c                |   4 +-
 drivers/gpu/drm/i915/gvt/scheduler.c             |  64 +++++++----
 drivers/gpu/drm/i915/gvt/scheduler.h             |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c              |  12 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c              |  15 ++-
 drivers/gpu/drm/i915/i915_gpu_error.c            |  23 ++--
 drivers/gpu/drm/i915/i915_sysfs.c                |   4 +-
 drivers/gpu/drm/i915/intel_lrc.c                 |   3 +-
 drivers/gpu/drm/i915/intel_psr.c                 |   6 +
 drivers/gpu/drm/nouveau/nouveau_backlight.c      |   3 +
 drivers/gpu/drm/nouveau/nvkm/engine/falcon.c     |   7 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c |   7 +-
 include/drm/drm_dp_helper.h                      |   7 ++
 16 files changed, 192 insertions(+), 102 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 12, 2019, 6:45 p.m. UTC | #1
The pull request you sent on Sat, 12 Jan 2019 00:06:48 +0100:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-01-11-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7b5c8f5226bd0eb77da8a055f43b2f1a06e92ba8

Thank you!