summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* drm: Import Linux commit 9bc3cd5673d84d29272fa7181a4dfca83cbb48c1dumbbell2015-03-292-2/+8
* Fix build.glebius2015-03-171-2/+2
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-17154-8487/+10612
* Using parent DMA tag in drm_pci_alloc(). This can allow drm2 devices to work...jah2015-03-121-1/+3
* drm: Import Linux commit b7ea85a4fed37835eec78a7be3039c8dc22b8178dumbbell2015-03-041-1/+4
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-012-5/+9
* After r278004 was committed, Bruce Evans noted that the casts weredim2015-02-092-7/+7
* Remove duplicate intel_fbc_enabled prototypeemaste2015-02-031-1/+0
* If the vm_page_alloc_contig() failed in the ttm page allocators, dokib2015-02-032-5/+39
* Do not access gmbus_ports array past its end.kib2015-02-031-3/+9
* Followup to r278147. Two more sign errors.kib2015-02-031-2/+2
* Fix sign for the error code returned from the driver-specific code.kib2015-02-031-4/+4
* Do not attach to the unsupported chipsets, unless magic tunable iskib2015-02-032-1/+17
* Constify a number of accesses in drm2's radeon drivers to avoiddim2015-01-312-9/+9
* Fix backlight for ivybridge based laptops (and whatever else comes throughadrian2015-01-311-1/+1
* An update for the i915 GPU driver, which brings the code up to Linuxkib2015-01-2153-7097/+12336
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-1/+2
* DRM2: fix off-by-one overflow in ioctl processingrea2014-11-281-1/+1
* drm/radeon: Lower priority of a message related to invalid EDIDdumbbell2014-11-161-1/+1
* drm: When reading connector mode tunables, list connectorsdumbbell2014-11-031-0/+3
* drm: Take vt(4) default mode from loader tunablesdumbbell2014-11-032-182/+65
* Use default memory type for TTM buffer objects that may be cached.tijl2014-11-021-2/+1
* drm: Lower priority of two messages related to invalid EDIDdumbbell2014-11-022-3/+3
* Port the TTM AGP backend to the FreeBSD agp driver and enable AGP supporttijl2014-10-307-60/+55
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Add an argument to the x86 pmap_invalidate_cache_range() to requestkib2014-10-081-2/+2
* drm/i915: Add HW context supportdumbbell2014-09-1714-29/+761
* drm/radeon: Fix a memory leak when radeonkms is unloadeddumbbell2014-08-281-0/+1
* drm: Don't "taskqueue" vt-switch if under DDB/panic situationdumbbell2014-08-271-1/+7
* i915 driver - enable opregion handle; program CADL.adrian2014-08-253-31/+82
* drm: fix usage of vm_phys_fictitious_to_vm_pageroyger2014-08-062-4/+10
* Remove #ifdef-s to reduce difference to upstream.ray2014-07-221-31/+0
* Merge change from upstream linux kernel submitted by OpenBSD:sbruno2014-07-212-22/+5
* Hide syscons-specific workaround under DEV_SCemaste2014-07-211-0/+5
* Revert r268543.rpaulo2014-07-126-6/+6
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-126-6/+6
* Remove ia64.marcel2014-07-072-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-2/+1
* Revert r267961, r267973:gjb2014-06-272-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-2/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-163-7/+7
* Add missing calls to bus_dmamap_unload() when freeing static DMAjhb2014-06-131-0/+1
* Fix DMA handling in radeon_dummy_page_init():marius2014-05-281-2/+2
* drm/radeon: Add 32bit ioctls supportdumbbell2014-05-032-259/+166
* Fix two cases of recursive acquisitions of the vm object lock, onlykib2014-04-291-1/+1
* Abort when firmware isn't present in R600+ models.rmh2014-02-042-0/+12
* drm: Lower priority of "EDID checksum is invalid" messagedumbbell2013-12-221-1/+1
* drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...dumbbell2013-12-214-2/+18
* ttm_bo_vm_lookup_rb: actually make use of the red-black treeavg2013-12-191-2/+5
* Do not try to probe/attach if attempt to add fbd child are failed.ray2013-12-121-1/+4
OpenPOWER on IntegriCloud