aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* radeon_suspend_kms: don't mess with pci state that's managed by the busAndriy Gapon2015-09-111-8/+0
* drm/ttm: Drain taskqueue if taskqueue_cancel_timeout() returned an errorJean-Sébastien Pédron2015-09-081-2/+1
* Reduce diff with linux 3.8.13 on i915 headersBaptiste Daroussin2015-09-053-7/+31
* Mark ValleyView/Bay Trail as not supportedBaptiste Daroussin2015-08-291-0/+2
* More fixes to the new macrosBaptiste Daroussin2015-08-271-5/+5
* Fix typo in new macrosBaptiste Daroussin2015-08-271-4/+4
* Merge i915_emit_box_p and i915_emit_box as done in linux 3.8Baptiste Daroussin2015-08-263-24/+8
* Back out a change which should not have been committed yetBaptiste Daroussin2015-08-261-1/+1
* backout a change that should not have crept inBaptiste Daroussin2015-08-261-1/+1
* Reduce diff against linux 3.8Baptiste Daroussin2015-08-265-138/+144
* Reduce diff with linux 3.8.13 on i915_drv.cBaptiste Daroussin2015-08-261-71/+123
* Add more DRM_* debug macros from linux 3.8.13Baptiste Daroussin2015-08-261-2/+27
* Synchronize i915_reg.h with linux 3.8.13 versionBaptiste Daroussin2015-08-264-179/+590
* Reduce diff on i915_dma.c against linux 3.8.13Baptiste Daroussin2015-08-261-53/+75
* Instead of defining the actualy user and group id in the drmP.h filesKoop Mast2015-08-111-2/+2
* Add a new group named 'video' with the id of 44. And make drm createKoop Mast2015-08-091-1/+1
* drm/i915: Sort functions in i915_gem.c to match Linux 3.8's orderingJean-Sébastien Pédron2015-07-283-2068/+2204
* ttm_vm_page_alloc: use vm_page_alloc for pages without dma32 restrictionAndriy Gapon2015-06-151-45/+64
* A miss from r284310. vm_pager_get_pages() updates the array, so there isGleb Smirnoff2015-06-121-3/+0
* Implement lockless resource limits.Mateusz Guzik2015-06-101-1/+1
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-041-2/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-3/+3
* drm: Import Linux commit 9bc3cd5673d84d29272fa7181a4dfca83cbb48c1Jean-Sébastien Pédron2015-03-292-2/+8
* Fix build.Gleb Smirnoff2015-03-171-2/+2
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-17154-8487/+10612
* Using parent DMA tag in drm_pci_alloc(). This can allow drm2 devices to work...Jason A. Harmening2015-03-121-1/+3
* drm: Import Linux commit b7ea85a4fed37835eec78a7be3039c8dc22b8178Jean-Sébastien Pédron2015-03-041-1/+4
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-012-5/+9
* After r278004 was committed, Bruce Evans noted that the casts wereDimitry Andric2015-02-092-7/+7
* Remove duplicate intel_fbc_enabled prototypeEd Maste2015-02-031-1/+0
* If the vm_page_alloc_contig() failed in the ttm page allocators, doKonstantin Belousov2015-02-032-5/+39
* Do not access gmbus_ports array past its end.Konstantin Belousov2015-02-031-3/+9
* Followup to r278147. Two more sign errors.Konstantin Belousov2015-02-031-2/+2
* Fix sign for the error code returned from the driver-specific code.Konstantin Belousov2015-02-031-4/+4
* Do not attach to the unsupported chipsets, unless magic tunable isKonstantin Belousov2015-02-032-1/+17
* Constify a number of accesses in drm2's radeon drivers to avoidDimitry Andric2015-01-312-9/+9
* Fix backlight for ivybridge based laptops (and whatever else comes throughAdrian Chadd2015-01-311-1/+1
* An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov2015-01-2153-7097/+12336
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-171-1/+2
* DRM2: fix off-by-one overflow in ioctl processingEygene Ryabinkin2014-11-281-1/+1
* drm/radeon: Lower priority of a message related to invalid EDIDJean-Sébastien Pédron2014-11-161-1/+1
* drm: When reading connector mode tunables, list connectorsJean-Sébastien Pédron2014-11-031-0/+3
* drm: Take vt(4) default mode from loader tunablesJean-Sébastien Pédron2014-11-032-182/+65
* Use default memory type for TTM buffer objects that may be cached.Tijl Coosemans2014-11-021-2/+1
* drm: Lower priority of two messages related to invalid EDIDJean-Sébastien Pédron2014-11-022-3/+3
* Port the TTM AGP backend to the FreeBSD agp driver and enable AGP supportTijl Coosemans2014-10-307-60/+55
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Add an argument to the x86 pmap_invalidate_cache_range() to requestKonstantin Belousov2014-10-081-2/+2
* drm/i915: Add HW context supportJean-Sébastien Pédron2014-09-1714-29/+761
* drm/radeon: Fix a memory leak when radeonkms is unloadedJean-Sébastien Pédron2014-08-281-0/+1