CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2019/11/23 17:31:08

Modified files:
        sys/dev/pci/drm/i915: Tag: OPENBSD_6_6 i915_cmd_parser.c 
                              i915_drv.c i915_drv.h i915_gem.c 
                              i915_gem_context.c i915_gem_context.h 
                              i915_gem_execbuffer.c i915_gem_gtt.c 
                              i915_reg.h intel_drv.h intel_pm.c 
                              intel_ringbuffer.h 

Log message:
changes from linux 4.19.y/4.19.84

drm/i915/cmdparser: Fix jump whitelist clearing
drm/i915/gen8+: Add RC6 CTX corruption WA
drm/i915: Lower RM timeout to avoid DSI hard hangs
drm/i915/cmdparser: Ignore Length operands during command matching
drm/i915/cmdparser: Add support for backward jumps
drm/i915/cmdparser: Use explicit goto for error paths
drm/i915: Add gen9 BCS cmdparsing
drm/i915: Allow parsing of unsized batches
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
drm/i915: Add support for mandatory cmdparsing
drm/i915: Remove Master tables from cmdparser
drm/i915: Disable Secure Batches for gen6+
drm/i915: Rename gen7 cmdparser tables

A local user could cause the system to hang by reading specific
registers when Intel Gen8/Gen9 graphics hardware is in a low power state.

A local user could perform writes to memory that should be blocked with
Intel Gen9 graphics hardware.

OpenBSD 6.6 errata 007

Reply via email to