drm/i915: properly reenable gen8 pipe IRQs
[dragonfly.git] / sys / dev / drm /
2015-09-13 François Tigeotdrm/i915: properly reenable gen8 pipe IRQs
2015-09-12 Imre Vadászdrm/i915: Reduce diff to Linux 3.17 in i915/intel_dp.c
2015-09-12 Imre Vadászdrm/i915: Adapt i2c handling a bit closer to Linux...
2015-09-05 François Tigeotdrm: drm_fb_cma_helper.c has a restrictive license...
2015-09-01 François Tigeotdrm: Bring back a KNOTE() call, unbreak vblank handling
2015-08-31 François Tigeotdrm: Update drm_irq.c...
2015-08-29 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE* calls.
2015-08-27 François Tigeotdrm/i915: Update to Linux 3.17
2015-08-27 François Tigeotdrm: Add linux/notifier.h
2015-08-25 François Tigeotdrm: Make the hlist API compatible with Linux 3.17
2015-08-25 François Tigeotkernel/linux: Add hweight64()
2015-08-24 Imre Vadászdrm/radeon: Update temperature sensor support after...
2015-08-23 François Tigeotdrm: Move DMI definitions to their usual Linux headers
2015-08-23 François Tigeotdrm/linux: Improve the workqueue subsystem
2015-08-22 François Tigeotdrm/radeon: Wrong authorship in previous commit
2015-08-22 François Tigeotdrm/radeon: Update to Linux 3.17 (v2)
2015-08-22 François Tigeotdrm: Reintroduce drm_kms_free()
2015-08-22 zrjdrm/radeon: Add pcie_get_readrq(), pcie_set_readrq...
2015-08-22 zrjdrm/linux: Add pci_bus compat structure
2015-08-22 zrjdrm/linux: Expand pdev structure
2015-08-22 François Tigeotdrm: Really remove the old implementation of list_sort()
2015-08-22 François Tigeotdrm: Use the NetBSD implementation of list_sort()
2015-08-22 zrjdrm/linux: Add list_sort() implementation
2015-08-22 zrjdrm: Implement gcd64.h math function
2015-08-22 zrjdrm/linux: Implement simple capable() priv helper
2015-08-22 zrjdrm/linux: Add define for jiffies_64 compat
2015-08-22 zrjdrm/linux: Implement atomic64_add/atomic64_sub macros
2015-08-22 zrjdrm: const'ify ioctls table (v2)
2015-08-12 Sascha Wildneri386 removal, part 34/x: Remove some i386 traces from...
2015-08-10 Sascha Wildnerkernel/drm: Fix definition of the DRM_IOCTL_I915_GET_SP...
2015-08-09 François Tigeotdrm/linux: Add printk prefixes
2015-08-09 François Tigeotdrm/linux: Add get_jiffies_64()
2015-08-09 François Tigeotdrm/linux: Add min3()
2015-08-09 zrjdrm/radeon: Partial update to Linux 3.12
2015-08-09 zrjdrm: Implement order_base_2(n)
2015-08-08 John MarinoMerge branch 'vendor/NVI2'
2015-08-08 François Tigeotdrm: Fix wrong by one error in drm_ioctl()
2015-08-06 John MarinoMerge branch 'vendor/TRE'
2015-08-06 Yellow Rabbitdrm/radeon: Limit HDMI to 8 bit per color
2015-08-06 Matthew Dillondrm - Bring in two haswell drm fixes from linux
2015-08-03 Matthew Dillondrm/i915: Fix core-2 ring buffer init
2015-08-02 zrjdrm/i915: experimental adapter->name to sc->name patch
2015-08-02 zrjdrm/i915: use drm_asprintf() in ivybridge_parity_work
2015-08-02 zrjdrm: add connector/encoder name creation
2015-08-02 zrjdrm: init unused_nodes list for drm/ttm from FreeBSD...
2015-08-02 zrjdrm/i915: Avoid releasing non acquired lock for eDP...
2015-08-02 Matthew Dillondrm/i915: Fix i915_gem_fault()
2015-08-02 François Tigeotdrm/i915: Update to Linux 3.16
2015-08-01 Sascha Wildnerkernel: Use <sys/stdbool.h> in kernel code, not <stdboo...
2015-08-01 François Tigeotdrm: Add linux/hashtable.h
2015-07-21 Sascha Wildnerkernel/syscons: Enable kern.kms_console by default...
2015-07-20 Matthew Dillonkernel - Fix pmap_change_attr() use cases.
2015-07-20 Matthew Dillondrm - Add valleyview support
2015-07-18 John MarinoMerge branch 'vendor/GCC50'
2015-07-15 François Tigeotkernel/linux: Implement idr_preload() and idr_preload_end()
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
2015-07-11 François Tigeotdrm: Implement set_memory_wc() and set_memory_wb()
2015-07-09 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-07-07 François Tigeotdrm: Add linux/irqflags.h
2015-07-06 François Tigeotdrm/linux: Implement GENMASK()
2015-07-04 François Tigeotdrm/linux: Fix WARN_ONCE()
2015-07-03 François Tigeotdrm/i915: Sync with Linux 3.14 a tiny bit
2015-06-30 Matthew Dillondrm - Used fixed start address instead of vm_map_hint...
2015-06-17 Markus Pfeifferdrm: Change MSI handling
2015-06-17 Matthew Dilloni915_gem_mmap_ioctl - Align the mmap to 256KB
2015-06-13 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-12 Imre Vadászdrm/radeon: Use fb->pitches[0] for the correctly aligne...
2015-06-11 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Matthew Dillondrm - Attempt to fix radeon stride
2015-06-09 Imre Vadászdrm/radeon: Add backlight sysctls for cards with atombios.
2015-06-09 Matthew Dillondrm - Fix valid NULL address returned from i915 mmap...
2015-06-09 Matthew Dillonbuild - Parallelize kernel module build
2015-06-08 Sascha Wildnerkernel/radeon: Regen register check tables (only remove...
2015-06-08 Sascha Wildnerkernel/drm: Sync radeonkms' PCI ID list with Linux...
2015-06-06 zrjdrm/radeon: Sync gpu driver code with Linux 3.11
2015-06-06 zrjdrm/radeon: Move some prototype declarations
2015-06-06 zrjdrm/radeon: Use release_firmware()/request_firmware()
2015-06-05 Imre Vadászdrm: hack together an implementation of fb_get_options
2015-06-05 Sascha Wildnerkernel/syscons: First hacky steps to make syscons work...
2015-06-02 Matthew Dillondrm - Fix deadlock
2015-06-01 François Tigeotdrm: Partially sync drm_ioctl() with Linux 3.14
2015-06-01 François Tigeotdrm: Synchronize ioctl definitions with Linux 3.14
2015-05-31 François Tigeotdrm: Sync drm_gem_close_ioctl() with Linux 3.14
2015-05-30 Imre Vadászdrm/radeon: Add temperature sensor support
2015-05-29 zrjdrm/radeon: Expose radeon driver knobs to /boot/loader...
2015-05-29 François TigeotSync drm_context.c with Linux 3.14
2015-05-28 François Tigeotdrm: Sync vblank handling code with Linux 3.14
2015-05-28 Michael Neumanndrm/radeon: Sync to Linux 3.11
2015-05-27 Michael Neumannradeon: sync to radeon 3.10
2015-05-27 zrjdrm/ttm: revert again to use tree(3)
2015-05-25 John MarinoMerge branch 'vendor/GCC50'
2015-05-24 François Tigeotdrm: Add linux/ktime.h
2015-05-23 François Tigeotdrm/i915: Fix a __raw_i915_read32() definition
2015-05-23 François Tigeotdrm: Put abs64 definition in the right place
2015-05-23 François Tigeotdrm/linux: Add a few smp_mb_xxx_atomic_inc() functions
2015-05-23 François Tigeotlinux/i2c.h: Properly define struct device
2015-05-23 François Tigeotdrm/linux: Add TASK_COMM_LEN
2015-05-23 François Tigeotdrm/linux: Add mod_timer_pinned()
2015-05-23 François Tigeotdrm/linux: define destroy_timer_on_stack()
2015-05-23 François Tigeotdrm/linux: define ETIME
next