summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* drm/ttm: Import Linux commit f2d476a110bc24fde008698ae9018c99e803e25cdumbbell2013-08-251-2/+20
* drm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70bfd1f9fae1671dedumbbell2013-08-252-0/+80
* drm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf9b0f1612e68f62dumbbell2013-08-252-31/+19
* drm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38fc331d34e1da9bdumbbell2013-08-253-33/+42
* drm: Update drm_atomic.h, now that projects/atomic64 is in HEADdumbbell2013-08-251-46/+35
* drm: Add missing bits to drmP.h, required by the Radeon driverdumbbell2013-08-252-114/+332
* drm: Import drm_fixed.h from Linux 3.8dumbbell2013-08-251-0/+72
* drm: Update drm_pciids.h based on Linux 3.8dumbbell2013-08-251-457/+675
* drm: Import drm_pcie_get_speed_cap_mask() in drm_pci.cdumbbell2013-08-252-0/+67
* drm: Import list_for_each_entry_safe_from() macrodumbbell2013-08-251-0/+5
* drm: Use DRM_IF_MAJOR & DRM_IF_MINOR from drm_core.hdumbbell2013-08-251-4/+1
* drm: In drm_gem_name_create(), verify argument before acquiring lockdumbbell2013-08-251-3/+3
* drm: Call "gem_close_object" driver callback from drm_gem_object_release_hand...dumbbell2013-08-251-1/+9
* drm: Support gem_open_object() and gem_close_object() callbacksdumbbell2013-08-252-4/+22
* drm: Fix typo in KASSERT message: s/Dandling/Dangling/dumbbell2013-08-251-1/+1
* drm: Import Linux commit cd004b3f4cd4169815c82bf9e424fda06978898adumbbell2013-08-251-1/+14
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()dumbbell2013-08-252-5/+5
* drm: Fix cleanup if device initialization failsdumbbell2013-08-251-3/+19
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisteddumbbell2013-08-252-10/+24
* drm: Don't delete already deleted iicbus child from drm_iic_dp_auxdumbbell2013-08-241-17/+1
* drm: Move definition of EREMOTEIO to drmP.hdumbbell2013-08-242-3/+5
* drm: Import drm_dp_helper.c from Linux 3.8-rc3dumbbell2013-08-243-11/+267
* drm: Fix leak of connector->edid_blob_ptrdumbbell2013-08-241-0/+5
* drm: Const'ify the 1st "drm_display_mode" passed to "mode_fixup" callbacksdumbbell2013-08-2411-15/+15
* drm/i915: Import Linux commit 71244653a8fb0f46bc12ae421f1d5f72af6a75dadumbbell2013-08-241-7/+2
* drm: Import drm_buffer.[ch] from Linux 3.8-rc3dumbbell2013-08-242-0/+334
* drm: Call drm_global_init() & drm_global_release() at module load/unloaddumbbell2013-08-242-13/+79
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-222-6/+4
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-15/+15
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-092-4/+21
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-093-21/+23
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-10/+8
* MFgem r251960: re-check the mgt device object for the requested pagekib2013-07-271-2/+9
OpenPOWER on IntegriCloud