aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-064-7/+0
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* vm_wait() rework.Konstantin Belousov2018-02-204-5/+5
* drm2: Basic use of mallocarray(9).Pedro F. Giffuni2018-01-221-6/+2
* These drivers have a sentinel at the end of the device list. ExcludeWarner Losh2017-12-232-2/+2
* Fix typos from last commit, these should have been #.Warner Losh2017-12-221-1/+1
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-222-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-1/+11
* Unrevert r324059Conrad Meyer2017-09-272-0/+4
* Remove PNP metadata from drm2 drivers until kldxref problem is resolvedConrad Meyer2017-09-272-4/+0
* Add PNP metadata to more driversConrad Meyer2017-09-262-0/+4
* Simplify i915_gem_wire_page() and avoid unneeded page-busying.Mark Johnston2017-09-211-7/+6
* Modernize calls to vm_page_unwire(). As of r288122, vm_page_unwire()Alan Cox2017-09-212-4/+3
* Don't bother enqueuing a page immediately before freeing it.Mark Johnston2017-05-181-1/+1
* Fix a few uses of kern_yield() in the TTM and the LinuxKPI.Mark Johnston2017-05-181-2/+2
* Add TUNABLE_INT to radeonkms driver parameters.Yoshihiro Takahashi2017-04-291-0/+17
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* drm2: Add some missing PCIIDs for some Haswell systemsConrad Meyer2017-04-132-0/+2
* Use atop() instead of OFF_TO_IDX() for convertion of addresses orKonstantin Belousov2017-03-141-1/+1
* Really revert 312923 this timeBaptiste Daroussin2017-01-285-12/+13
* Revert crap accidentally committedBaptiste Daroussin2017-01-287-76/+83
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-287-83/+76
* Make the drm2 module depend on linuxkpiBaptiste Daroussin2017-01-285-13/+12
* Introduce __read_mostly and __exclusive_cache_line macros.Mateusz Guzik2017-01-271-1/+0
* Import drm_patform.c, an implementation of non-PCI based attachmentMichal Meloun2016-12-262-0/+187
* Fix late monitor hotplug event.Michal Meloun2016-12-261-0/+22
* Fix bug in r309712, do not leak gem object pin count in case of errorKonstantin Belousov2016-12-131-1/+3
* Use the populate() driver paging method for i915 driver.Konstantin Belousov2016-12-081-52/+19
* Allow DRM2 code to be built on platforms without AGP.Michal Meloun2016-11-135-40/+178
* Fix a race in vm_page_busy_sleep(9).Konstantin Belousov2016-10-132-3/+3
* Define drmP.h's __OS_HAS_AGP and __OS_HAS_MTRR macros in a defined andDimitry Andric2016-09-031-2/+10
* Always panic if an invalid capability is passed to `capable(..)` instead ofEnji Cooper2016-07-141-2/+1
* Add missing default case to capable(..) function definitionEnji Cooper2016-07-111-0/+4
* Remove redundant declarations for intel_fbc_enabled(..) andEnji Cooper2016-07-111-3/+0
* Remove redundant declaration for radeon_pm_acpi_event_handler(..) to fixEnji Cooper2016-07-111-2/+0
* [drm] fix up hex_dump_to_buffer to not overflow linebuf.Adrian Chadd2016-06-031-1/+1
* Don't repeat the the word 'the'Eitan Adler2016-05-177-8/+8
* Ensure waiting loops terminate during cold boot. This fixes boot withHans Petter Selasky2016-05-101-0/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-0314-26/+26
* Revert bus_get_cpus() for now.John Baldwin2016-05-032-2/+2
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-022-2/+2
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-024-6/+6
* i915kms: Fix memory leak if a CRT is detectedConrad Meyer2016-04-201-2/+5
* drm2(4): Fix double-free in low-memory error pathConrad Meyer2016-04-201-1/+3
* i915kms intel_pm: Read from actual tsc_freq instead of uninitialized localConrad Meyer2016-04-201-3/+4
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Handle the driver KPI change from r292373. Ensure that managed deviceKonstantin Belousov2016-03-242-28/+23
* i915: disable GEN6_MBCTL write in gen6_init_clock_gatingEd Maste2016-03-211-0/+30
* Fix the printf for PAE kernels where it'd be long long to unbreakBjoern A. Zeeb2016-03-141-3/+4
* drm/i915: Import Linux commit 168f83660211b9e059e3bc0638daaa01e9ea0b71Jean-Sébastien Pédron2016-03-121-0/+8