opnsense-src/sys/dev/drm2
Mateusz Guzik 21b737495b Introduce __read_mostly and __exclusive_cache_line macros.
The intended use is to annotate frequently used globals which either rarely
change (and thus can be grouped in the same cacheline) or are an atomic counter
(which means it may benefit from being the only variable in the cacheline).

Linker script support is provided only for amd64. Architectures without it risk
having other variables put in, i.e. as if they were not annotated. This is
harmless from correctness point of view.

Reviewed by:	bde (previous version)
MFC after:	1 month
2017-01-27 14:53:09 +00:00
..
i915 Fix bug in r309712, do not leak gem object pin count in case of error 2016-12-13 19:04:05 +00:00
radeon
ttm Allow DRM2 code to be built on platforms without AGP. 2016-11-13 13:31:23 +00:00
ati_pcigart.c
drm.h
drm_agpsupport.c
drm_atomic.h
drm_auth.c
drm_buffer.c
drm_buffer.h
drm_bufs.c
drm_context.c
drm_core.h
drm_crtc.c
drm_crtc.h
drm_crtc_helper.c
drm_crtc_helper.h
drm_dma.c
drm_dp_helper.c
drm_dp_helper.h
drm_dp_iic_helper.c
drm_drv.c
drm_edid.c
drm_edid.h
drm_edid_modes.h
drm_fb_helper.c Fix late monitor hotplug event. 2016-12-26 11:20:40 +00:00
drm_fb_helper.h
drm_fixed.h
drm_fops.c
drm_fourcc.h
drm_gem.c
drm_gem_names.c
drm_gem_names.h
drm_global.c
drm_global.h
drm_hashtab.c
drm_hashtab.h
drm_ioc32.c
drm_ioctl.c
drm_irq.c
drm_linux_list.h
drm_linux_list_sort.c
drm_lock.c
drm_mem_util.h
drm_memory.c Allow DRM2 code to be built on platforms without AGP. 2016-11-13 13:31:23 +00:00
drm_mm.c
drm_mm.h
drm_mode.h
drm_modes.c
drm_os_freebsd.c Allow DRM2 code to be built on platforms without AGP. 2016-11-13 13:31:23 +00:00
drm_os_freebsd.h Introduce __read_mostly and __exclusive_cache_line macros. 2017-01-27 14:53:09 +00:00
drm_pci.c
drm_pciids.h
drm_platform.c Import drm_patform.c, an implementation of non-PCI based attachment 2016-12-26 14:28:23 +00:00
drm_sarea.h
drm_scatter.c
drm_stub.c
drm_sysctl.c
drm_vm.c
drmP.h Import drm_patform.c, an implementation of non-PCI based attachment 2016-12-26 14:28:23 +00:00