CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2013/03/18 06:36:52

Modified files:
        sys/dev/pci/drm: drmP.h drm_atomic.h drm_drv.c drm_irq.c 
                         drm_mode.h files.drm i915_drm.h radeon_drv.c 
                         radeon_irq.c 
Added files:
        sys/dev/pci/drm: drm_crtc.c drm_crtc.h drm_crtc_helper.c 
                         drm_crtc_helper.h drm_dp_helper.c 
                         drm_dp_helper.h drm_edid.c drm_edid.h 
                         drm_edid_modes.h drm_fb_helper.c 
                         drm_fb_helper.h drm_fourcc.h drm_linux_list.h 
                         drm_mm.c drm_mm.h drm_modes.c 
        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_evict.c 
                              i915_gem_execbuffer.c i915_gem_gtt.c 
                              i915_gem_tiling.c i915_irq.c i915_reg.h 
                              i915_suspend.c 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_fb.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_sprite.c intel_tv.c 
Removed files:
        sys/dev/pci/drm: i915_drv.c i915_drv.h i915_irq.c i915_reg.h 
                         i915_suspend.c 

Log message:
Significantly increase the wordlist for ddb hangman,
and update our device independent DRM code and the Intel DRM code
to be mostly in sync with Linux 3.8.3.  Among other things this
brings support for kernel modesetting and enables use of
the rings on gen6+ Intel hardware.

Based on some earlier work from matthieu@ with some hints from FreeBSD
and with lots of help from kettenis@ (including a beautiful accelerated
wscons framebuffer console!)

Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work.

Reply via email to