[Intel-gfx] [PULL] drm-intel-next-fixes
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Thu Mar 17 07:47:45 UTC 2022
Hi Dave & Daniel,
Fix for vm_access() out-of-bounds access and PSR not staying disabled
during fastset once determined not reliable.
Then a naming fix to avoid conflicts for potential future fixes.
Regards, Joonas
***
drm-intel-next-fixes-2022-03-17:
- Do not re-enable PSR after it was marked as not reliable (Jose)
- Add missing boundary check in vm_access to avoid out-of-bounds access (Mastan)
- Naming fix for HPD short pulse handling for eDP (Jose)
The following changes since commit 5e7f44b5c2c035fe2e5458193c2bbee56db6a090:
drm/i915/gtt: reduce overzealous alignment constraints for GGTT (2022-03-09 08:34:55 +0200)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2022-03-17
for you to fetch changes up to 278da06c03655c2bb9bc36ebdf45b90a079b3bfd:
drm/i915/display: Do not re-enable PSR after it was marked as not reliable (2022-03-16 08:17:40 +0200)
----------------------------------------------------------------
- Do not re-enable PSR after it was marked as not reliable (Jose)
- Add missing boundary check in vm_access to avoid out-of-bounds access (Mastan)
- Naming fix for HPD short pulse handling for eDP (Jose)
----------------------------------------------------------------
José Roberto de Souza (2):
drm/i915/display: Fix HPD short pulse handling for eDP
drm/i915/display: Do not re-enable PSR after it was marked as not reliable
Mastan Katragadda (1):
drm/i915/gem: add missing boundary check in vm_access
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
drivers/gpu/drm/i915/display/intel_pps.c | 6 +++---
drivers/gpu/drm/i915/display/intel_pps.h | 2 +-
drivers/gpu/drm/i915/display/intel_psr.c | 4 ++++
drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +-
5 files changed, 10 insertions(+), 6 deletions(-)
More information about the Intel-gfx
mailing list