[PULL] drm-intel-fixes
Rodrigo Vivi
rodrigo.vivi at intel.com
Wed Jul 8 19:06:54 UTC 2020
Hi Dave and Daniel,
A few patches this week while I'm covering Joonas vacation.
Most of the patches below also target stable trees (5.5+)
Here goes drm-intel-fixes-2020-07-08:
One display's fbc patch fixing fence_y_offset calculation
from Ville and 4 patches from Chris on GEM: 1 fixing a debugfs
panic and others fixing vma construction and pin under vm->mutex.
Thanks,
Rodrigo.
The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:
Linux 5.8-rc4 (2020-07-05 16:20:22 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2020-07-08
for you to fetch changes up to 5a383d443b29a140094430f3ad1d02fa1acc2b80:
drm/i915/gt: Pin the rings before marking active (2020-07-07 18:00:15 -0700)
----------------------------------------------------------------
One display's fbc patch fixing fence_y_offset calculation
from Ville and 4 patches from Chris on GEM: 1 fixing a debugfs
panic and others fixing vma construction and pin under vm->mutex.
----------------------------------------------------------------
Chris Wilson (4):
drm/i915: Skip stale object handle for debugfs per-file-stats
drm/i915: Drop vm.ref for duplicate vma on construction
drm/i915: Also drop vm.ref along error paths for vma construction
drm/i915/gt: Pin the rings before marking active
Ville Syrjälä (1):
drm/i915/fbc: Fix fence_y_offset handling
drivers/gpu/drm/i915/display/intel_display.c | 11 ++++++++++
drivers/gpu/drm/i915/display/intel_display.h | 1 +
drivers/gpu/drm/i915/display/intel_fbc.c | 32 +++++++++-------------------
drivers/gpu/drm/i915/gt/intel_context.c | 12 +++++------
drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
drivers/gpu/drm/i915/i915_drv.h | 6 +++---
drivers/gpu/drm/i915/i915_vma.c | 15 ++++++-------
7 files changed, 38 insertions(+), 41 deletions(-)
More information about the dri-devel
mailing list