summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_linux.h
AgeCommit message (Expand)Author
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2018-10-31Add support to uvm to establish write-combining mappings. Use this in theMark Kettenis
2018-08-20Add arm64 support. On ARM write-combining translates into the normal uncachedMark Kettenis
2018-07-27Use the MI interrupt enable/distable API instead of the MD one on amd64 andMark Kettenis
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-04-25update ttm and radeondrm(4) to Linux 4.4.129Jonathan Gray
2018-04-20oops, snapshot tests not ready yetTheo de Raadt
2018-04-20syncTheo de Raadt
2018-04-18handle failure better in release_firmware()/request_firmware()Jonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-31adjust container_of() for const useJonathan Gray
2018-01-31add pci_is_root_bus()Jonathan Gray
2018-01-31add dmi_match() and change dmi_found() to use itJonathan Gray
2018-01-30add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()Jonathan Gray
2018-01-30add module_init()/module_exit()/signal_pending()Jonathan Gray
2018-01-30add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/Jonathan Gray
2018-01-30add mutex_destroy()/down_read_trylock()Jonathan Gray
2018-01-30add create_singlethread_workqueue()/system_power_efficient_wqJonathan Gray
2018-01-30add pm_runtime_* stubsJonathan Gray
2018-01-30Don't limit vga_switcheroo stubs to amd64/i386 and addJonathan Gray
2018-01-30add iowrite64()/writeq()Jonathan Gray
2018-01-30add GFP_USER/__user/vmalloc()Jonathan Gray
2018-01-30add ilog2()/order_base_2()/gcd()Jonathan Gray
2018-01-30disable -Wformat-zero-length when building with gccJonathan Gray
2018-01-30add i2c_bit_add_bus()Jonathan Gray
2018-01-30add more endian macrosJonathan Gray
2018-01-15Switch the inteldrm(4) i2c code over to the Linux code base. This gives usMark Kettenis
2018-01-13Add a linux compatible request_firmware() wrapper around loadfirmware(9).Jonathan Gray
2017-11-29fix this on sparc64 (or maybe gcc)David Gwynne
2017-11-27Revise the linux sleeping compat code to avoid lock ordering problems.Mark Kettenis
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-08-14Make the vga_client_register() stub available to all archs to unbreakJonathan Gray
2017-08-12Provide a stub implementation for request_irq() and free_irq().Martin Pieuchot
2017-08-12Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappersPhilip Guenther
2017-08-10Add glue for passing through file+line when WITNESS is enabledPhilip Guenther
2017-07-22Introduce jiffies, a volatile unsigned long version of our ticks variableMark Kettenis
2017-07-17Implement a proper hash table instead of lumping evrything into a singleMark Kettenis
2017-07-14Add some more i2c glue to reduce the diffs to Linux.Mark Kettenis
2017-07-12Add a "Backlight" property to connectors with an associated backlightMark Kettenis
2017-07-07You win some, you los some. The Linux 4.4 code is still sub-standard butMark Kettenis
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-02Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-05-26The Linux code really isn't up to the same standard as our other code, andMark Kettenis
2017-04-16Always evaluate expression in BUG_ON() macro to avoid unused variableAlexander Bluhm
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-04-05Add an implementation of the Linux "idr" API.Mark Kettenis
2016-04-05Add vma offset manager code.Mark Kettenis
2016-02-05Implement acpi_get_table_with_size(). Will soon be used to read VFCTMark Kettenis
2016-02-05Improve Linux PCI compatibility code.Mark Kettenis