aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* Remove #ifdef-s to reduce difference to upstream.Aleksandr Rybalko2014-07-221-31/+0
* Merge change from upstream linux kernel submitted by OpenBSD:Sean Bruno2014-07-212-22/+5
* Hide syscons-specific workaround under DEV_SCEd Maste2014-07-211-0/+5
* Revert r268543.Rui Paulo2014-07-126-6/+6
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-126-6/+6
* Remove ia64.Marcel Moolenaar2014-07-072-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-2/+1
* Revert r267961, r267973:Glen Barber2014-06-272-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-2/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-163-7/+7
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-131-0/+1
* Fix DMA handling in radeon_dummy_page_init():Marius Strobl2014-05-281-2/+2
* drm/radeon: Add 32bit ioctls supportJean-Sébastien Pédron2014-05-032-259/+166
* Fix two cases of recursive acquisitions of the vm object lock, onlyKonstantin Belousov2014-04-291-1/+1
* Abort when firmware isn't present in R600+ models.Robert Millan2014-02-042-0/+12
* drm: Lower priority of "EDID checksum is invalid" messageJean-Sébastien Pédron2013-12-221-1/+1
* drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...Jean-Sébastien Pédron2013-12-214-2/+18
* ttm_bo_vm_lookup_rb: actually make use of the red-black treeAndriy Gapon2013-12-191-2/+5
* Do not try to probe/attach if attempt to add fbd child are failed.Aleksandr Rybalko2013-12-121-1/+4
* Disable error message about failed attempt to attach fbd when drm2 built withAleksandr Rybalko2013-12-102-0/+3
* drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSDJean-Sébastien Pédron2013-12-081-1/+1
* drm/radeon: agp_info->ai_aperture_size is in bytes, not MbytesJean-Sébastien Pédron2013-12-081-3/+3
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-058-83/+158
* Initialize modesetting sysctls in radeonkms.Robert Millan2013-12-051-0/+7
* drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridgeJean-Sébastien Pédron2013-12-041-1/+5
* Partial revert of r258779 and r258780:Eitan Adler2013-12-021-24/+24
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-3019-118/+118
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-304-7/+7
* drm: Fix build with gcc, broken with r258549Jean-Sébastien Pédron2013-11-251-2/+2
* drm: Dereference pointers given to qsort_r()'s cmp callbackJean-Sébastien Pédron2013-11-251-2/+2
* drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilityJean-Sébastien Pédron2013-11-174-0/+12
* drm/radeon: Wake up userland after page flipJean-Sébastien Pédron2013-11-081-3/+1
* drm: Initialize "handle" to 0 before calling drm_gem_handle_create()Jean-Sébastien Pédron2013-11-082-0/+2
* Reset function on SandyBridge holds the gt_lock for the whole durationKonstantin Belousov2013-10-211-1/+1
* drm/radeon: radeonkms depends on firmware(9)Jean-Sébastien Pédron2013-10-191-0/+1
* drm/radeon: Add missing "return false" after unmapping invalid BIOSJean-Sébastien Pédron2013-09-151-0/+1
* drm/radeon: Fix usage of pci_save_state() and pci_restore_state()Jean-Sébastien Pédron2013-09-144-8/+8
* drm/radeon: Fix usage of vga_pci_map_bios()Jean-Sébastien Pédron2013-09-141-3/+5
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-1/+1
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.Jung-uk Kim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.Jung-uk Kim2013-08-293-8/+5
* Fix the incomplete conversion from atomic_t to long for test_bit().Jung-uk Kim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsJung-uk Kim2013-08-292-13/+19
* - Remove test_and_set_bit() macro. It is unused since r255037.Jung-uk Kim2013-08-291-5/+3
* Fix atomic operations on context_flag without altering semantics.Jung-uk Kim2013-08-291-3/+3
* Correct atomic operations in i915.Jung-uk Kim2013-08-283-11/+11
* Fix a compiler warning and add couple of VM map types.Jung-uk Kim2013-08-281-3/+21
* Fix a compiler warning. With this fix, a negative time can be converted toJung-uk Kim2013-08-281-1/+1
* drm/radeon: Rename the (S)DEBUG macros in atom.c to avoid conflictsJean-Sébastien Pédron2013-08-261-100/+100
* drm/radeon: Import the Radeon KMS driverJean-Sébastien Pédron2013-08-25146-0/+130572