CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/07/01 10:14:10
Modified files: sys/dev/pci/drm: drm_irq.c drm_linux.c drm_linux.h drm_linux_list.h drm_mm.c drm_mm.h drm_mode.h drm_modes.c drm_rect.c drm_rect.h drm_vma_manager.c files.drm i915_drm.h i915_pciids.h linux_hdmi.h sys/dev/pci/drm/i915: dvo.h dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c dvo_ns2501.c dvo_sil164.c dvo_tfp410.c i915_dma.c i915_drv.c i915_drv.h i915_gem.c i915_gem_context.c i915_gem_evict.c i915_gem_execbuffer.c i915_gem_gtt.c i915_gem_stolen.c i915_gem_tiling.c i915_gpu_error.c i915_irq.c i915_reg.h i915_suspend.c i915_trace.h intel_bios.c intel_bios.h intel_crt.c intel_ddi.c intel_display.c intel_dp.c intel_drv.h intel_dvo.c intel_fbdev.c intel_hdmi.c intel_i2c.c intel_lvds.c intel_modes.c intel_opregion.c intel_overlay.c intel_panel.c intel_pm.c intel_ringbuffer.c intel_ringbuffer.h intel_sdvo.c intel_sdvo_regs.h intel_sideband.c intel_sprite.c intel_tv.c intel_uncore.c sys/dev/pci/drm/radeon: atombios_crtc.c atombios_dp.c atombios_i2c.c nid.h r100.c radeon.h radeon_connectors.c radeon_device.c radeon_display.c radeon_fb.c radeon_i2c.c radeon_irq_kms.c radeon_kms.c radeon_legacy_crtc.c radeon_legacy_encoders.c radeon_mode.h radeon_pm.c sys/dev/pci/drm/ttm: ttm_bo_manager.c Added files: sys/dev/pci/drm: drm_linux_atomic.h drm_mipi_dsi.h drm_modes.h drm_modeset_lock.c drm_modeset_lock.h drm_panel.c drm_panel.h drm_plane_helper.c drm_plane_helper.h drm_probe_helper.c linux_list_sort.c linux_types.h linux_ww_mutex.h sys/dev/pci/drm/i915: i915_cmd_parser.c i915_gem_batch_pool.c i915_gem_batch_pool.h i915_gem_fence.c i915_gem_gtt.h i915_gem_render_state.c i915_gem_render_state.h i915_gem_userptr.c i915_guc_reg.h i915_guc_submission.c i915_params.c i915_vgpu.c i915_vgpu.h intel_atomic.c intel_atomic_plane.c intel_audio.c intel_csr.c intel_dp_mst.c intel_dsi.c intel_dsi.h intel_dsi_panel_vbt.c intel_dsi_pll.c intel_fbc.c intel_fifo_underrun.c intel_frontbuffer.c intel_gtt.c intel_guc.h intel_guc_fwif.h intel_guc_loader.c intel_hotplug.c intel_lrc.c intel_lrc.h intel_mocs.c intel_mocs.h intel_psr.c intel_renderstate.h intel_renderstate_gen6.c intel_renderstate_gen7.c intel_renderstate_gen8.c intel_renderstate_gen9.c intel_runtime_pm.c sys/dev/pci/drm/radeon: radeon_dp_auxch.c Log message: Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for Skylake and Cherryview and better support for Broadwell and Valleyview. Also adds MST support. Some tweaks to the TTM code and radeondrm(4) to keep it working with the updated generic DRM code needed for inteldrm(4). Tested by many.