aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* MFC r278153,284416: ttm memory allocation improvementsAndriy Gapon2015-07-012-21/+74
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-04-28154-8465/+10594
* DRM2: fix off-by-one overflow in ioctl processingJean-Sébastien Pédron2015-04-281-1/+1
* drm: Import Linux commit b7ea85a4fed37835eec78a7be3039c8dc22b8178Jean-Sébastien Pédron2015-04-281-1/+4
* MFC r277487:Konstantin Belousov2015-03-2353-7094/+12354
* MFC r279919: Using parent DMA tag in drm_pci_alloc(). This can allowJason A. Harmening2015-03-221-1/+3
* MFC 270516:John Baldwin2015-03-133-31/+82
* MFC r278004:Dimitry Andric2015-02-122-9/+9
* MFC r269634:Tijl Coosemans2014-12-022-4/+10
* MFC r273969:Tijl Coosemans2014-12-021-2/+1
* MFC r273862,273902:Tijl Coosemans2014-12-027-60/+55
* drm: Take vt(4) default mode from loader tunablesJean-Sébastien Pédron2014-11-222-182/+68
* drm: Lower priority of three messages related to invalid EDIDJean-Sébastien Pédron2014-11-222-4/+4
* MFC r272761:Konstantin Belousov2014-10-151-2/+2
* MFC r268981Aleksandr Rybalko2014-09-251-31/+0
* drm/i915: Add HW context supportJean-Sébastien Pédron2014-09-1814-29/+761
* vt(4): Merge several bug fixes and improvementsJean-Sébastien Pédron2014-09-181-1/+8
* drm/radeon: Fix a memory leak when radeonkms is unloadedJean-Sébastien Pédron2014-09-041-0/+1
* MFC r268954Sean Bruno2014-08-102-22/+5
* MFC r268947: Hide syscons-specific workaround under DEV_SCEd Maste2014-07-241-0/+5
* MFC: r266792Marius Strobl2014-06-041-2/+2
* drm/radeon: Add 32bit ioctls supportJean-Sébastien Pédron2014-05-232-240/+147
* MFC r265102:Konstantin Belousov2014-05-061-1/+1
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,John Baldwin2014-03-069-82/+163
* MFC r261497:Robert Millan2014-02-122-0/+12
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-0419-125/+125
* MFC r259612: ttm_bo_vm_lookup_rb: actually make use of the red-black treeAndriy Gapon2014-01-161-2/+5
* MFC r259717:Jean-Sébastien Pédron2013-12-221-1/+1
* MFC r259684:Jean-Sébastien Pédron2013-12-224-2/+18
* MFC r259003:Robert Millan2013-12-131-0/+7
* MFC r258930:Jean-Sébastien Pédron2013-12-111-1/+5
* MFC r259104:Jean-Sébastien Pédron2013-12-111-1/+1
* MFC r259101:Jean-Sébastien Pédron2013-12-111-3/+3
* MFC r258549 and r258553:Jean-Sébastien Pédron2013-11-281-2/+2
* MFC r258262:Jean-Sébastien Pédron2013-11-284-0/+12
* MFC r257870:Jean-Sébastien Pédron2013-11-121-3/+1
* MFC r257869:Jean-Sébastien Pédron2013-11-122-0/+2
* MFC r256771:Jean-Sébastien Pédron2013-10-291-0/+1
* MFC r256848:Konstantin Belousov2013-10-291-1/+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