summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* MFC r268954sbruno2014-08-102-22/+5
* MFC r268947: Hide syscons-specific workaround under DEV_SCemaste2014-07-241-0/+5
* MFC: r266792marius2014-06-041-2/+2
* drm/radeon: Add 32bit ioctls supportdumbbell2014-05-232-259/+166
* MFC r265102:kib2014-05-061-1/+1
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-069-83/+164
* MFC r261497:rmh2014-02-122-0/+12
* MFC r258779,r258780,r258787,r258822:eadler2014-02-0419-125/+125
* MFC r259612: ttm_bo_vm_lookup_rb: actually make use of the red-black treeavg2014-01-161-2/+5
* MFC r259717:dumbbell2013-12-221-1/+1
* MFC r259684:dumbbell2013-12-224-2/+18
* MFC r259003:rmh2013-12-131-0/+7
* MFC r258930:dumbbell2013-12-111-1/+5
* MFC r259104:dumbbell2013-12-111-1/+1
* MFC r259101:dumbbell2013-12-111-3/+3
* MFC r258549 and r258553:dumbbell2013-11-281-2/+2
* MFC r258262:dumbbell2013-11-284-0/+12
* MFC r257870:dumbbell2013-11-121-3/+1
* MFC r257869:dumbbell2013-11-122-0/+2
* MFC r256771:dumbbell2013-10-291-0/+1
* MFC r256848:kib2013-10-291-1/+1
* drm/radeon: Add missing "return false" after unmapping invalid BIOSdumbbell2013-09-151-0/+1
* drm/radeon: Fix usage of pci_save_state() and pci_restore_state()dumbbell2013-09-144-8/+8
* drm/radeon: Fix usage of vga_pci_map_bios()dumbbell2013-09-141-3/+5
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.jkim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.jkim2013-08-293-8/+5
* Fix the incomplete conversion from atomic_t to long for test_bit().jkim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsjkim2013-08-292-13/+19
* - Remove test_and_set_bit() macro. It is unused since r255037.jkim2013-08-291-5/+3
* Fix atomic operations on context_flag without altering semantics.jkim2013-08-291-3/+3
* Correct atomic operations in i915.jkim2013-08-283-11/+11
* Fix a compiler warning and add couple of VM map types.jkim2013-08-281-3/+21
* Fix a compiler warning. With this fix, a negative time can be converted tojkim2013-08-281-1/+1
* drm/radeon: Rename the (S)DEBUG macros in atom.c to avoid conflictsdumbbell2013-08-261-100/+100
* drm/radeon: Import the Radeon KMS driverdumbbell2013-08-25146-0/+130572
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64dumbbell2013-08-255-8/+11
* drm/ttm: Remove unused VM_ALLOC_DMA32 definedumbbell2013-08-251-2/+0
* drm/ttm: Fix a reversed condition and add missing locksdumbbell2013-08-251-5/+7
* drm/ttm: Fix style in ttm_bo_release_mmap()dumbbell2013-08-251-2/+1
* drm/ttm: Fix unmap of buffer objectdumbbell2013-08-252-6/+28
* ttm: "to_page->valid = VM_PAGE_BITS_ALL" before vm_page_dirty(to_page)dumbbell2013-08-251-1/+1
* drm/ttm: Improve comment in ttm_bo_vm_ctor() about lack of ref acquisitiondumbbell2013-08-251-2/+10
* drm/ttm: When removing a range of pages from a pool, remove all of themdumbbell2013-08-251-2/+5
* drm/ttm: Fix style errorsdumbbell2013-08-251-15/+15
* drm/ttm: Make ttm_bo_wait() call uninterruptible in page fault handlerdumbbell2013-08-251-1/+17
* drm/ttm: Import Linux commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4dumbbell2013-08-251-8/+11
* drm/ttm: Import Linux commit 014b34409fb2015f63663b6cafdf557fdf289628dumbbell2013-08-251-0/+1
* drm/ttm: Import Linux commit 630541863b29f88c7ab34e647758344e4cd1eafddumbbell2013-08-251-2/+9
* drm/ttm: Import Linux commit cc4c0c4de3c775be22072ec3251f2e581b63d9a0dumbbell2013-08-252-13/+1
OpenPOWER on IntegriCloud