From: Dave Airlie Date: Mon, 11 Feb 2019 03:41:53 +0000 (+1000) Subject: Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/drm-intel... X-Git-Tag: v5.4-rc1~1388^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ea3998d56346975c2701df18fb5b6e3ab5c8d9e;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-next UAPI Changes: - Expose RPCS (SSEU) configuration to userspace for Ice Lake in order to allow userspace to reconfigure the subslice config per context basis. (Tvrtko, Lionel) Driver Changes: - Execbuf and preemption improvements including selftests (Chris) - Rename HAS_GMCH_DISPLAY/HAS_GMCH (Rodrigo) - Debugfs error handling fix for robustness (Greg) - Improve reg_rw traces (Ville) - Push clear_intel_crtc_state onto the heap (Chris) - Watermark fixes for Ice Lake (Ville) - Fix enable count array size and bounds checking (Tvrtko) - MST Fixes (Lyude) - Prevent race and handle error on I915_GEM_MMAP (Joonas) - Initial rework for an full atomic gamma mode (Ville) Signed-off-by: Dave Airlie From: Rodrigo Vivi Link: https://patchwork.freedesktop.org/patch/msgid/20190208165000.GA30314@intel.com --- 5ea3998d56346975c2701df18fb5b6e3ab5c8d9e diff --cc drivers/gpu/drm/i915/i915_pci.c index 5d05572,36fa6f1..66f82f3 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@@ -26,8 -26,7 +26,9 @@@ #include #include +#include + + #include "i915_active.h" #include "i915_drv.h" #include "i915_selftest.h"