summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/drm_linux.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-106/+0
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-2696/+30
* Add support to uvm to establish write-combining mappings. Use this in thekettenis2018-10-311-3/+3
* Add arm64 support. On ARM write-combining translates into the normal uncachedkettenis2018-08-201-1/+21
* Use the MI interrupt enable/distable API instead of the MD one on amd64 andkettenis2018-07-271-3/+3
* Implement DRI3/prime support. This allows graphics buffers to be passedkettenis2018-06-251-1/+36
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-19/+407
* oops, snapshot tests not ready yetderaadt2018-04-201-413/+19
* syncderaadt2018-04-201-19/+413
* handle failure better in release_firmware()/request_firmware()jsg2018-04-181-3/+5
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* adjust container_of() for const usejsg2018-01-311-2/+2
* add pci_is_root_bus()jsg2018-01-311-1/+8
* add dmi_match() and change dmi_found() to use itjsg2018-01-311-1/+2
* add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()jsg2018-01-301-1/+32
* add module_init()/module_exit()/signal_pending()jsg2018-01-301-1/+4
* add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/jsg2018-01-301-1/+6
* add mutex_destroy()/down_read_trylock()jsg2018-01-301-1/+3
* add create_singlethread_workqueue()/system_power_efficient_wqjsg2018-01-301-1/+10
* add pm_runtime_* stubsjsg2018-01-301-1/+13
* Don't limit vga_switcheroo stubs to amd64/i386 and addjsg2018-01-301-3/+4
* add iowrite64()/writeq()jsg2018-01-301-1/+8
* add GFP_USER/__user/vmalloc()jsg2018-01-301-1/+12
* add ilog2()/order_base_2()/gcd()jsg2018-01-301-1/+24
* disable -Wformat-zero-length when building with gccjsg2018-01-301-1/+3
* add i2c_bit_add_bus()jsg2018-01-301-1/+3
* add more endian macrosjsg2018-01-301-3/+10
* Switch the inteldrm(4) i2c code over to the Linux code base. This gives uskettenis2018-01-151-2/+13
* Add a linux compatible request_firmware() wrapper around loadfirmware(9).jsg2018-01-131-2/+12
* fix this on sparc64 (or maybe gcc)dlg2017-11-291-4/+4
* Revise the linux sleeping compat code to avoid lock ordering problems.kettenis2017-11-271-69/+85
* Add additional errno values required by POSIX.jsg2017-09-051-2/+1
* Make the vga_client_register() stub available to all archs to unbreakjsg2017-08-141-7/+7
* Provide a stub implementation for request_irq() and free_irq().mpi2017-08-121-1/+5
* Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappersguenther2017-08-121-42/+1
* Add glue for passing through file+line when WITNESS is enabledguenther2017-08-101-1/+54
* Introduce jiffies, a volatile unsigned long version of our ticks variablekettenis2017-07-221-8/+7
* Implement a proper hash table instead of lumping evrything into a singlekettenis2017-07-171-10/+37
* Add some more i2c glue to reduce the diffs to Linux.kettenis2017-07-141-46/+53
* Add a "Backlight" property to connectors with an associated backlightkettenis2017-07-121-3/+7
* You win some, you los some. The Linux 4.4 code is still sub-standard butkettenis2017-07-071-2/+2
* Fix native/raw backlight support in inteldrm(4).kettenis2017-07-051-1/+35
* Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSkettenis2017-07-021-1/+40
* Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forkettenis2017-07-011-56/+667
* The Linux code really isn't up to the same standard as our other code, andkettenis2017-05-261-1/+10
* Always evaluate expression in BUG_ON() macro to avoid unused variablebluhm2017-04-161-2/+6
* Various printf claim to report the PID, so actually report that and not the TIDguenther2016-10-081-6/+6
* Add an implementation of the Linux "idr" API.kettenis2016-04-051-1/+21
* Add vma offset manager code.kettenis2016-04-051-1/+6
* Implement acpi_get_table_with_size(). Will soon be used to read VFCTkettenis2016-02-051-1/+16