summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2018-05-31Add sleep_finish_all(), which provides the common combo of sleep_finish(),Philip Guenther
2018-05-23Add back a local change to prevent interrupt handlers claiming anJonathan Gray
2018-05-22Turns out lucky me picked the Asus T100HA to implement the heuristic toMark Kettenis
2018-05-03use rasops scrollback with radeondrm as wellJonathan Gray
2018-04-27rasops: implement scrollbackJoshua Stein
2018-04-27implement test for running in a hypervisor on amd64/i386Jonathan Gray
2018-04-25update ttm and radeondrm(4) to Linux 4.4.129Jonathan Gray
2018-04-20revert to 2018/04/20 10:00:00, before oopsChristian Weisgerber
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-03-28drm/edid: set ELD connector type in drm_edid_to_eld()Jonathan Gray
2018-03-28drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Jonathan Gray
2018-03-13drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAJonathan Gray
2018-03-13drm/dp/mst: save vcpi with payloadsJonathan Gray
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
2018-02-21match linux whitespace in ioctl listJonathan Gray
2018-02-20stop mixing bsd and c99 fixed width types and just use c99 types everywhereJonathan 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 list_prev_entry()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-30add drm_invalid_op()Jonathan Gray
2018-01-30add atomic_cmpxchg()/atomic64_add()/atomic64_sub()Jonathan Gray
2018-01-22Match on Iris Pro Graphics 580 and other skylake GT4 ids and correctJonathan 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
2018-01-13add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()Robert Nagy
2018-01-12Constrain alloc_pages() to the dma_constraint range. Avoids aJonathan Gray
2018-01-09lock->ctx != NULL => lock->ctxJonathan Gray
2018-01-09Work around a problem with ww_mutexes in the drm modeset lock.Jonathan Gray
2018-01-05Fix DRM_DEBUG builds.Paul Irofti
2017-12-26drm/i915: call kunmap_px on pt_vaddrMark Kettenis
2017-11-29fix this on sparc64 (or maybe gcc)David Gwynne
2017-11-28Silence the "Unclaimed register before interrupt" errors. While these doMark Kettenis
2017-11-28Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.Martin Pieuchot