History log of /freebsd-10-stable/sys/modules/drm2/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
291811 04-Dec-2015 bdrewery

MFC r290665:

Build all of sys/modules with SUBDIR_PARALLEL.

282217 29-Apr-2015 dumbbell

drm: Allow parallel builds of drivers and firmwares

Submitted by: hps@
MFC of: r279600

282199 28-Apr-2015 dumbbell

drm: Update the device-independent code to match Linux 3.8.13

This update brings few features:
o Support for the setmaster/dropmaster ioctls. For instance, they
are used to run multiple X servers simultaneously.
o Support for minor devices. The only user-visible change is a new
entry in /dev/dri but it is useless at the moment. This is a
first step to support render nodes [1].

The main benefit is to greatly reduce the diff with Linux (at the
expense of an unreadable commit diff). Hopefully, next upgrades will be
easier.

No updates were made to the drivers, beside adapting them to API
changes.

[1] https://en.wikipedia.org/wiki/Direct_Rendering_Manager#Render_nodes

r280814 is merged at the same time to avoid a short window where RANDR
might be broken:

drm: Import Linux commit 9bc3cd5673d84d29272fa7181a4dfca83cbb48c1

Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date: Fri May 31 12:17:08 2013 +0000

drm: Sort connector modes based on vrefresh

Keeping the modes sorted by vrefresh before the pixel clock makes the
mode list somehow more pleasing to the eye.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

PR: 198936 (r280814)
Tested by: Many people
MFC of: r280183, r280187 (original commit by glebius), r280814
Relnotes: yes


/freebsd-10-stable/sys/dev/drm2/ati_pcigart.c
/freebsd-10-stable/sys/dev/drm2/drm.h
/freebsd-10-stable/sys/dev/drm2/drmP.h
/freebsd-10-stable/sys/dev/drm2/drm_agpsupport.c
/freebsd-10-stable/sys/dev/drm2/drm_atomic.h
/freebsd-10-stable/sys/dev/drm2/drm_auth.c
/freebsd-10-stable/sys/dev/drm2/drm_buffer.c
/freebsd-10-stable/sys/dev/drm2/drm_bufs.c
/freebsd-10-stable/sys/dev/drm2/drm_context.c
/freebsd-10-stable/sys/dev/drm2/drm_crtc.c
/freebsd-10-stable/sys/dev/drm2/drm_crtc.h
/freebsd-10-stable/sys/dev/drm2/drm_crtc_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_crtc_helper.h
/freebsd-10-stable/sys/dev/drm2/drm_dma.c
/freebsd-10-stable/sys/dev/drm2/drm_dp_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_dp_iic_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_drawable.c
/freebsd-10-stable/sys/dev/drm2/drm_drv.c
/freebsd-10-stable/sys/dev/drm2/drm_edid.c
/freebsd-10-stable/sys/dev/drm2/drm_edid.h
/freebsd-10-stable/sys/dev/drm2/drm_edid_modes.h
/freebsd-10-stable/sys/dev/drm2/drm_fb_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_fb_helper.h
/freebsd-10-stable/sys/dev/drm2/drm_fops.c
/freebsd-10-stable/sys/dev/drm2/drm_fourcc.h
/freebsd-10-stable/sys/dev/drm2/drm_gem.c
/freebsd-10-stable/sys/dev/drm2/drm_gem_names.c
/freebsd-10-stable/sys/dev/drm2/drm_global.c
/freebsd-10-stable/sys/dev/drm2/drm_hashtab.c
/freebsd-10-stable/sys/dev/drm2/drm_internal.h
/freebsd-10-stable/sys/dev/drm2/drm_ioc32.c
/freebsd-10-stable/sys/dev/drm2/drm_ioctl.c
/freebsd-10-stable/sys/dev/drm2/drm_irq.c
/freebsd-10-stable/sys/dev/drm2/drm_lock.c
/freebsd-10-stable/sys/dev/drm2/drm_memory.c
/freebsd-10-stable/sys/dev/drm2/drm_mm.c
/freebsd-10-stable/sys/dev/drm2/drm_mm.h
/freebsd-10-stable/sys/dev/drm2/drm_mode.h
/freebsd-10-stable/sys/dev/drm2/drm_modes.c
/freebsd-10-stable/sys/dev/drm2/drm_os_freebsd.c
/freebsd-10-stable/sys/dev/drm2/drm_os_freebsd.h
/freebsd-10-stable/sys/dev/drm2/drm_pci.c
/freebsd-10-stable/sys/dev/drm2/drm_pciids.h
/freebsd-10-stable/sys/dev/drm2/drm_sarea.h
/freebsd-10-stable/sys/dev/drm2/drm_scatter.c
/freebsd-10-stable/sys/dev/drm2/drm_sman.c
/freebsd-10-stable/sys/dev/drm2/drm_sman.h
/freebsd-10-stable/sys/dev/drm2/drm_stub.c
/freebsd-10-stable/sys/dev/drm2/drm_sysctl.c
/freebsd-10-stable/sys/dev/drm2/drm_vm.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_debug.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_dma.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_drm.h
/freebsd-10-stable/sys/dev/drm2/i915/i915_drv.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_drv.h
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_context.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_evict.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_execbuffer.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_gtt.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_tiling.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_ioc32.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_irq.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_suspend.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_crt.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_display.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_dp.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_fb.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_hdmi.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_iic.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_lvds.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_modes.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_opregion.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_overlay.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_panel.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_ringbuffer.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_sdvo.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_tv.c
/freebsd-10-stable/sys/dev/drm2/radeon/atom.c
/freebsd-10-stable/sys/dev/drm2/radeon/atombios_crtc.c
/freebsd-10-stable/sys/dev/drm2/radeon/atombios_dp.c
/freebsd-10-stable/sys/dev/drm2/radeon/atombios_encoders.c
/freebsd-10-stable/sys/dev/drm2/radeon/atombios_i2c.c
/freebsd-10-stable/sys/dev/drm2/radeon/cayman_blit_shaders.c
/freebsd-10-stable/sys/dev/drm2/radeon/evergreen.c
/freebsd-10-stable/sys/dev/drm2/radeon/evergreen_blit_shaders.c
/freebsd-10-stable/sys/dev/drm2/radeon/evergreen_cs.c
/freebsd-10-stable/sys/dev/drm2/radeon/evergreen_reg.h
/freebsd-10-stable/sys/dev/drm2/radeon/ni.c
/freebsd-10-stable/sys/dev/drm2/radeon/nid.h
/freebsd-10-stable/sys/dev/drm2/radeon/r100.c
/freebsd-10-stable/sys/dev/drm2/radeon/r200.c
/freebsd-10-stable/sys/dev/drm2/radeon/r300.c
/freebsd-10-stable/sys/dev/drm2/radeon/r300_cmdbuf.c
/freebsd-10-stable/sys/dev/drm2/radeon/r420.c
/freebsd-10-stable/sys/dev/drm2/radeon/r500_reg.h
/freebsd-10-stable/sys/dev/drm2/radeon/r600.c
/freebsd-10-stable/sys/dev/drm2/radeon/r600_blit.c
/freebsd-10-stable/sys/dev/drm2/radeon/r600_blit_shaders.c
/freebsd-10-stable/sys/dev/drm2/radeon/r600_cp.c
/freebsd-10-stable/sys/dev/drm2/radeon/r600_cs.c
/freebsd-10-stable/sys/dev/drm2/radeon/r600_hdmi.c
/freebsd-10-stable/sys/dev/drm2/radeon/r600d.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_acpi.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_agp.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_atombios.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_atpx_handler.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_benchmark.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_bios.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_clocks.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_combios.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_connectors.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_cp.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_cs.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_device.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_display.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_drm.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_drv.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_drv.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_fb.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_fence.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_gart.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_gem.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_i2c.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_ioc32.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_irq_kms.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_irq_kms.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_kms.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_legacy_crtc.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_legacy_encoders.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_legacy_tv.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_mem.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_object.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_object.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_pm.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_ring.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_sa.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_semaphore.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_state.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_test.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_ttm.c
/freebsd-10-stable/sys/dev/drm2/radeon/rs400.c
/freebsd-10-stable/sys/dev/drm2/radeon/rs600.c
/freebsd-10-stable/sys/dev/drm2/radeon/rs690.c
/freebsd-10-stable/sys/dev/drm2/radeon/rv515.c
/freebsd-10-stable/sys/dev/drm2/radeon/rv770.c
/freebsd-10-stable/sys/dev/drm2/radeon/si.c
/freebsd-10-stable/sys/dev/drm2/radeon/si_blit_shaders.c
/freebsd-10-stable/sys/dev/drm2/radeon/sid.h
/freebsd-10-stable/sys/dev/drm2/ttm/ttm_bo.c
/freebsd-10-stable/sys/dev/drm2/ttm/ttm_bo_util.c
/freebsd-10-stable/sys/dev/drm2/ttm/ttm_bo_vm.c
/freebsd-10-stable/sys/dev/drm2/ttm/ttm_lock.c
/freebsd-10-stable/sys/modules/Makefile
Makefile
drm2/Makefile
radeonkms/Makefile
280703 26-Mar-2015 emaste

MFC r270572: drm/i915: Disable the build of i915 on PC98

This module is of no use on this platform.

280369 23-Mar-2015 kib

MFC r277487:
An update for the i915 GPU driver, which brings the code up to Linux
commit 4d93914ae3db4a897ead4b.

MFC r277959 (by adrian):
Fix backlight for ivybridge based laptops (and whatever else comes through
this codepath.)

MFC r278146:
Do not attach to the unsupported chipsets, unless magic tunable is
frobbed.

MFC r278147, r278148:
Fix sign for the error code returned from the driver-specific code.

MFC r278152:
Do not access gmbus_ports array past its end.

MFC r278159 (by emaste):
Remove duplicate intel_fbc_enabled prototype.


/freebsd-10-stable/sys/dev/drm2/drm.h
/freebsd-10-stable/sys/dev/drm2/drmP.h
/freebsd-10-stable/sys/dev/drm2/drm_crtc.c
/freebsd-10-stable/sys/dev/drm2/drm_crtc.h
/freebsd-10-stable/sys/dev/drm2/drm_crtc_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_crtc_helper.h
/freebsd-10-stable/sys/dev/drm2/drm_drv.c
/freebsd-10-stable/sys/dev/drm2/drm_edid.c
/freebsd-10-stable/sys/dev/drm2/drm_edid.h
/freebsd-10-stable/sys/dev/drm2/drm_edid_modes.h
/freebsd-10-stable/sys/dev/drm2/drm_fb_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_ioctl.c
/freebsd-10-stable/sys/dev/drm2/drm_irq.c
/freebsd-10-stable/sys/dev/drm2/drm_memory.c
/freebsd-10-stable/sys/dev/drm2/drm_mode.h
/freebsd-10-stable/sys/dev/drm2/drm_pciids.h
/freebsd-10-stable/sys/dev/drm2/drm_stub.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_debug.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_dma.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_drm.h
/freebsd-10-stable/sys/dev/drm2/i915/i915_drv.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_drv.h
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_context.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_evict.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_execbuffer.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_gtt.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_stolen.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_gem_tiling.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_irq.c
/freebsd-10-stable/sys/dev/drm2/i915/i915_reg.h
/freebsd-10-stable/sys/dev/drm2/i915/i915_suspend.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_bios.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_crt.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_ddi.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_display.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_dp.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_drv.h
/freebsd-10-stable/sys/dev/drm2/i915/intel_fb.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_hdmi.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_iic.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_lvds.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_modes.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_overlay.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_panel.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_pm.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_ringbuffer.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_ringbuffer.h
/freebsd-10-stable/sys/dev/drm2/i915/intel_sdvo.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_sprite.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_tv.c
/freebsd-10-stable/sys/dev/drm2/radeon/atombios_encoders.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_legacy_encoders.c
i915kms/Makefile
279978 14-Mar-2015 kib

MFC r270571 (by dumbbell):
drm/i915: Add opt_acpi.h and acpi_if.h to the source files

275408 02-Dec-2014 tijl

MFC r273862,273902:

Port the TTM AGP backend to the FreeBSD agp driver and enable AGP support
in the radeonkms driver.

Note: In PCI mode virtual addresses on the graphics card that map to system
RAM are translated to physical addresses by the graphics card itself. In
AGP mode address translation is done by the AGP chipset so fictitious
addresses appear on the system bus. For the CPU cache management to work
correctly when the CPU accesses this memory it needs to use the same
fictitious addresses (and let the chipset translate them) instead of using
the physical addresses directly.

Reviewed by: kib

271816 18-Sep-2014 dumbbell

drm/i915: Add HW context support

This feature is required by Mesa 9.2+. Without this, a GL application
crashes with the following message:
# glxinfo
name of display: :0.0
Gen6+ requires Kernel 3.6 or later.
Assertion failed: (ctx->Version > 0), function handle_first_current,
file ../../src/mesa/main/context.c, line 1498.
Abort (core dumped)

Now, Mesa 10.2.4 and 10.3-rc3 works fine:
# glxinfo
name of display: :0
display: :0 screen: 0
direct rendering: Yes
...
OpenGL renderer string: Mesa DRI Intel(R) 965GM
OpenGL version string: 2.1 Mesa 10.2.4
...

The code was imported from Linux 3.8.13.

This an MFC of r271705.

Approved by: re (glebius)
Reviewed by: kib@
Tested by: kwm@, danfe@, Henry Hu,
Lundberg, Johannes <johannes@brilliantservice.co.jp>,
Johannes Dieterich <dieterich.joh@gmail.com>,
Lutz Bichler <lutz.bichler@gmail.com>,
Relnotes: yes

266594 23-May-2014 dumbbell

drm/radeon: Add 32bit ioctls support

This allows to run 32bit applications on a 64bit host. This was tested
successfully with Wine (emulators/i386-wine-devel) and StarCraft II.

Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>

262861 06-Mar-2014 jhb

MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,
259203,259221,259261,259532,259615,259650,259651,259667,259680,259727,
259761,259772,259776,259777,259830,259882,259915,260160,260449,260450,
260688,260888,260953,261269,261547,261551,261552,261553,261585:
Merge the vt(4) driver (newcons) to stable/10.

Approved by: ray


/freebsd-10-stable/sys/amd64/conf/VT
/freebsd-10-stable/sys/conf/files
/freebsd-10-stable/sys/conf/files.amd64
/freebsd-10-stable/sys/conf/files.arm
/freebsd-10-stable/sys/conf/files.i386
/freebsd-10-stable/sys/conf/files.powerpc
/freebsd-10-stable/sys/conf/files.sparc64
/freebsd-10-stable/sys/conf/kmod.mk
/freebsd-10-stable/sys/conf/options
/freebsd-10-stable/sys/dev/drm2/drmP.h
/freebsd-10-stable/sys/dev/drm2/drm_fb_helper.c
/freebsd-10-stable/sys/dev/drm2/drm_os_freebsd.h
/freebsd-10-stable/sys/dev/drm2/i915/i915_drv.c
/freebsd-10-stable/sys/dev/drm2/i915/intel_fb.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon.h
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_drv.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_fb.c
/freebsd-10-stable/sys/dev/drm2/radeon/radeon_pm.c
/freebsd-10-stable/sys/dev/fb/fb_if.m
/freebsd-10-stable/sys/dev/fb/fbd.c
/freebsd-10-stable/sys/dev/syscons/scterm-teken.c
/freebsd-10-stable/sys/dev/vt
/freebsd-10-stable/sys/dev/vt/font/vt_font_default.c
/freebsd-10-stable/sys/dev/vt/font/vt_mouse_cursor.c
/freebsd-10-stable/sys/dev/vt/hw/fb/vt_fb.c
/freebsd-10-stable/sys/dev/vt/hw/ofwfb/ofwfb.c
/freebsd-10-stable/sys/dev/vt/hw/vga/vga.c
/freebsd-10-stable/sys/dev/vt/hw/xboxfb/xboxfb.c
/freebsd-10-stable/sys/dev/vt/vt.h
/freebsd-10-stable/sys/dev/vt/vt_buf.c
/freebsd-10-stable/sys/dev/vt/vt_consolectl.c
/freebsd-10-stable/sys/dev/vt/vt_core.c
/freebsd-10-stable/sys/dev/vt/vt_font.c
/freebsd-10-stable/sys/dev/vt/vt_sysmouse.c
/freebsd-10-stable/sys/i386/conf/VT
/freebsd-10-stable/sys/kern/subr_terminal.c
drm2/Makefile
i915kms/Makefile
radeonkms/Makefile
/freebsd-10-stable/sys/sparc64/sparc64/machdep.c
/freebsd-10-stable/sys/sys/consio.h
/freebsd-10-stable/sys/sys/eventhandler.h
/freebsd-10-stable/sys/sys/fbio.h
/freebsd-10-stable/sys/sys/terminal.h
/freebsd-10-stable/sys/sys/tty.h
/freebsd-10-stable/sys/teken/demo/teken_demo.c
/freebsd-10-stable/sys/teken/teken.c
/freebsd-10-stable/sys/teken/teken.h
/freebsd-10-stable/sys/teken/teken_subr.h
/freebsd-10-stable/tools/tools/vt
/freebsd-10-stable/tools/tools/vt/fontcvt/fontcvt.c
/freebsd-10-stable/tools/tools/vt/mkkfont/mkkfont.c
/freebsd-10-stable/tools/tools/vt/setfont/setfont.c
260495 09-Jan-2014 dim

MFC r260102:

Similar to r260020, only use -fms-extensions with gcc, for all other
modules which require this flag to compile. Use a GCC_MS_EXTENSIONS
variable, defined in kern.pre.mk, which can be used to easily supply the
flag (or not), depending on the compiler type.

MFC r260322:

In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk,
since kernel module builds do not use kern.pre.mk.

260321 05-Jan-2014 dim

Revert MFC of r260102 for now, until I can merge the required fix from
head. This should fix building modules which require -fms-extensions to
compile them with gcc.

260270 04-Jan-2014 dim

MFC r260019:

For some files under sys/dev/drm2/i915, turn off warnings about unused
functions and variables, since they are contributed code.

260268 04-Jan-2014 dim

MFC r260020:

For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flag
is only to stop gcc complaining about anonymous unions, which clang does
not do. For clang 3.4 however, -fms-extensions enables the Microsoft
__wchar_t type, which clashes with our own types.h.

MFC r260102:

Similar to r260020, only use -fms-extensions with gcc, for all other
modules which require this flag to compile. Use a GCC_MS_EXTENSIONS
variable, defined in kern.pre.mk, which can be used to easily supply the
flag (or not), depending on the compiler type.

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


254899 26-Aug-2013 dumbbell

drm/radeon: Disable build on i386/pc98


254885 25-Aug-2013 dumbbell

drm/radeon: Import the Radeon KMS driver

This driver is based on Linux 3.8 and a previous effort by kan@.

More informations about this project can be found on the FreeBSD wiki:
https://wiki.freebsd.org/AMD_GPU

The driver is split into:

sys/dev/drm2:
The driver sources.

sys/modules/drm2/radeonkmw:
The driver main kernel module's Makefile.

sys/modules/drm2/radeonkmsfw:
All firmware kernel module Makefiles. There's one directory and one
Makefile for each firmware.

sys/contrib/dev/drm2/radeonkmsfw:
All firmware binary sources.

tools/tools/drm/radeon
Tools to update firmwares or regenerate some headers.

Merging the driver to FreeBSD 9.x may be possible but not a priority for
now.

Help from: kib@, kan@
Tested by: avg@, kwm@, ray@,
Alexander Yerenkow <yerenkow@gmail.com>,
Anders Bolt-Evensen <andersbo87@me.com>,
Denis Djubajlo <stdedjub@googlemail.com>,
J.R. Oldroyd <fbsd@opal.com>,
Mikaël Urankar <mikael.urankar@gmail.com>,
Pierre-Emmanuel Pédron <pepcitron@gmail.com>,
Sam Fourman Jr. <sfourman@gmail.com>,
Wade <wade-is-great@live.com>,
(probably other I forgot...)
HW donations: kyzh, Yakaz


254817 24-Aug-2013 dumbbell

drm: Import drm_dp_helper.c from Linux 3.8-rc3

While here, update drm_dp_helper.h to better match Linux one.


254794 24-Aug-2013 dumbbell

drm: Import drm_buffer.[ch] from Linux 3.8-rc3

This will be used by the Radeon KMS driver.


247835 05-Mar-2013 kib

Import the preliminary port of the TTM.

The early commit is done to facilitate the off-tree work on the
porting of the Radeon driver.

Sponsored by: The FreeBSD Foundation
Debugged and tested by: dumbbell
MFC after: 1 month


247834 05-Mar-2013 kib

Import the drm_global references helpers.

Sponsored by: The FreeBSD Foundation
MFC after: 1 month


239375 18-Aug-2012 kib

Add drm and i915 ioctl translations for 32 bit process on 64 bit host.

Submitted by: meowthink@gmail.com
MFC after: 2 weeks


235847 23-May-2012 kib

The drm2 modules makefiles commit.
Still not attached to the build.

Sponsored by: The FreeBSD Foundation
MFC after: 1 month