drm: Handle drm masters and minors like Linux
[dragonfly.git] / sys / dev / drm /
2015-01-11 François Tigeotdrm: Handle drm masters and minors like Linux
2015-01-10 François Tigeotdrm: drm_detach() is drm_release()
2015-01-09 François Tigeotdrm: Add wake_up_interruptible_all()
2015-01-05 François Tigeotdrm/i915: Fix a porting bug
2015-01-04 François Tigeotdrm/i915: Update to Linux 3.9.11
2015-01-02 François Tigeotdrm: Add hweight16()
2015-01-02 François Tigeotdrm: Add DIV_ROUND_CLOSEST()
2015-01-02 François Tigeotdrm: Add BUILD_BUG_ON_NOT_POWER_OF_2()
2015-01-02 François Tigeotdrm: Improve linux/wait.h
2015-01-02 François Tigeotdrm: Add linux/sched.h
2015-01-02 François Tigeotdrm: Add linux/math64.h
2015-01-02 François Tigeotdrm: Improve linux/jiffies.h
2015-01-02 François Tigeotdrm: Add linux/scatterlist.h
2015-01-02 François Tigeotdrm: Add the atomic_set_mask() Linux function
2015-01-02 François Tigeotdrm: Add the mutex_lock and _unlock() Linux functions
2015-01-02 François Tigeotdrm: Add linux/log2.h
2015-01-02 François Tigeotdrm: Add linux/bug.h
2015-01-02 François Tigeotdrm/linux: Implement waitqueue_active()
2015-01-02 François Tigeotdrm: Add linux/pm_qos.h
2014-12-29 François Tigeotdrm: Only define struct drm_sysctl_info once
2014-12-28 Matthew Dillondrm - Add safety to ttm_eu_reserve_buffers()
2014-12-24 Matthew Dillonkernel - Add backlight sysctls to i915
2014-12-24 François Tigeotdrm/i915: Use struct pci_dev and Linux pci functions
2014-12-23 François Tigeotdrm: Improve linux/pci.h
2014-12-23 François Tigeotdrm: Add linux/io.h
2014-12-23 François Tigeotdrm: Add linux/device.h
2014-12-16 François Tigeotdrm/i915: Reduce GEM code differences with Linux 3...
2014-12-14 François Tigeotdrm/i915: use i915_ggtt_clear_range()
2014-12-14 François Tigeotdrm/i915: Make struct intel_gtt more compatible with...
2014-12-11 François Tigeotdrm: Sync drm_pci_alloc() with Linux 3.8.13
2014-11-29 François Tigeotdrm/i915: i915_gem_do_init() is i915_gem_init_global_gtt()
2014-11-28 François Tigeotdrm: Add linux/shmem_fs.h
2014-11-28 François Tigeotdrm/i915: i915_wire_page is shmem_read_mapping_page()
2014-11-28 François Tigeotdrm/i915: Extract general object init routine
2014-11-26 Matthew Dillondrm - Fix improper M_NOWAIT usage
2014-11-26 François Tigeotdrm/i915: Rename mm.gtt_list to bound_list
2014-11-24 François Tigeotdrm: Add linux/module.h and linux/moduleparam.h
2014-11-23 François Tigeotdrm/i915: revert part of "Make the GEM code more Linux...
2014-11-23 François Tigeotdrm: Move intel-gtt.h to include/drm
2014-11-22 François Tigeotdrm/ttm: glob->lru_lock locking from Linux 3.9.11
2014-11-18 François Tigeotdrm: Use lockmgr locks with Linux wait queues
2014-11-18 Imre Vadaszdrm: Make wait_event_interruptible interruptible and...
2014-11-16 François Tigeotdrm: Use the ERESTARTSYS error code
2014-11-16 François Tigeotdrm: Add linux/mm.h
2014-11-16 François Tigeotdrm/radeon: Replace some custom code by Linux wait...
2014-11-16 François Tigeotdrm/ttm: Fix ttm_bo_wait_unreserved()
2014-11-16 François Tigeotdrm: Change sruct drm_local_map
2014-11-15 François Tigeotdrm: Rename drm_os_freebsd.h to drm_os_linux.h
2014-11-15 François Tigeotdrm: linux/io.h is really asm/io.h, rename it
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-09 François Tigeotdrm: Remove some useless macros
2014-11-08 Imre Vadaszdev/drm: Implement kqueue support; Wake up blocking...
2014-11-05 François Tigeotdrm/i915: Remove a premature i915_gem_valid_gtt_space...
2014-11-03 François Tigeotdrm/i915: Make the GEM code more Linux-like
2014-11-01 François Tigeotdrm/i915: Clean up various non-critical files
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-25 Sascha Wildnerdrm/radeon: Handle -fms-extensions better (fixes the...
2014-10-25 John Marinodev/drm: For now, only build radeon drivers with base...
2014-10-23 François Tigeotdrm: Remove unused PCI ids
2014-10-23 François Tigeotkernel: Drop drm1 drivers
2014-10-23 François Tigeotdrm: msleep() must not sleep forever
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-16 François Tigeotdrm: Add and use drm/drm_mem_util.h
2014-10-15 François Tigeotdrm: Consolidate memory allocation types
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-04 François Tigeotdrm: Add Linux PCI headers
2014-10-03 François Tigeotdrm/i915: Simplify the flush code
2014-09-22 Sascha Wildnerkernel/i915: Add missing opt_acpi.h to SRCS.
2014-09-22 Sascha Wildnerkernel/drm: Add back #include "opt_drm.h" to drmP.h...
2014-09-18 François Tigeotdrm: Fix a randr bug
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-15 Markus PfeifferRevert "sys/dev/drm/i915: Activate ACPI"
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-13 François Tigeotdrm/i915: i915_gem_object_pin() takes 4 arguments
2014-09-10 François Tigeotdrm/i915: Add the I915_REG_READ IOCTL
2014-09-07 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE().
2014-09-07 François Tigeotdrm/i915: Add hardware context support
2014-09-07 François Tigeotdrm: Add WARN_ON_ONCE()
2014-09-06 François Tigeotdrm/i915: Add i915_gem_object_wait_rendering__nonblocking()
2014-09-06 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-08-31 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-08-31 François Tigeotdrm: struct drm_driver.max_ioctl doesn't exist
2014-08-30 François Tigeotdrm/i915: Add the I915_GEM_WAIT ioctl
2014-08-30 François Tigeotlinux/time.h: Add a few Linux timespec functions
2014-08-26 François Tigeotdrm/i915: Implement GEM GET and SET_CACHING ioctls
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-18 François Tigeotdrm/i915: Sync ioctl definitions with Linux 3.8.13
2014-08-17 Sascha Wildnerdrm/ttm: Add missing kfree().
2014-08-17 Sascha Wildnerdrm/i915: Fix a missing initialization.
2014-08-17 François Tigeotdrm/i915: Enable fbc on Mobile Ironlake
2014-08-16 François Tigeotdrm/i915: Sync i915_drv.h and i915_debugfs.c with Linux...
2014-08-15 François Tigeotdrm/i915: Only build on amd64/x86_64 machines
2014-08-14 Markus Pfeifferdrm/i915: grab the config log on hardware init
2014-08-14 Markus Pfeifferdrm/i915: Use intel_gmbus_get_adapter instead of dev_pr...
2014-08-14 Markus Pfeifferdrm/i915: Fix multiple off-by-one errors in intel_i2c
2014-08-14 François Tigeotdrm/i915: Sync i915_gem_execbuffer.c with Linux 3.8.13
next