Hi Dave, new pull for drm-next/v4.2 with the compiler warnings fixed.
BR, Jani.
The following changes since commit bf546f8158e2df2656494a475e6235634121c87c:
drm/i915/skl: Fix DMC API version in firmware file name (2015-06-05 12:08:01 +0300)
are available in the git repository at:
git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-fixes-2015-06-22
for you to fetch changes up to 9044a81d1be632251b7ee97ce9a0bf2a97989be6:
drm/i915: Silence compiler warning (2015-06-22 11:56:17 +0300)
---------------------------------------------------------------- Ander Conselvan de Oliveira (4): drm/i915: Don't check modeset state in the hw state force restore path drm/i915: Don't update staged config during force restore modesets drm/i915: Don't set enabled value of all CRTCs when restoring the mode drm/i915: Silence compiler warning
Francisco Jerez (3): drm/i915: Fix command parser to validate multiple register access with the same command. drm/i915: Extend the parser to check register writes against a mask/value pair. drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.
Ville Syrjälä (1): drm/i915: Don't skip request retirement if the active list is empty
drivers/gpu/drm/i915/i915_cmd_parser.c | 197 +++++++++++++++++++++----------- drivers/gpu/drm/i915/i915_drv.h | 5 + drivers/gpu/drm/i915/i915_gem.c | 3 - drivers/gpu/drm/i915/intel_display.c | 96 ++++++++-------- drivers/gpu/drm/i915/intel_ringbuffer.h | 5 +- 5 files changed, 185 insertions(+), 121 deletions(-)
dri-devel@lists.freedesktop.org