summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_linux.c
AgeCommit message (Expand)Author
2020-07-02remove unused timespec interfaces no longer in linuxJonathan Gray
2020-06-14rename our kunmap() to kunmap_va()Jonathan Gray
2020-06-08update drm to linux 5.7Jonathan Gray
2020-03-15kthread_park() and kthread_stop() don't need PCATCH the linux API doesClaudio Jeker
2020-03-06Release mutex before calling sleep_setup_signal() since this may stopMark Kettenis
2020-01-16Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.Martin Pieuchot
2020-01-05Constify instances of struct fileops.Visa Hankala
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-26implement unregister_shrinker()Jonathan Gray
2019-12-25Hook up the shrinker for inteldrm(4). This is a "light" version that onlyMark Kettenis
2019-11-30Move kernel locking inside the sleep machinery. This enables callingVisa Hankala
2019-10-23Use baseboard specific vendor, product and serial strings for DMI_BOARD_*Jonathan Gray
2019-08-27Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionallyMark Kettenis
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-07-15put smbios date access under NBIOS > 0 instead of CONFIG_DMIJonathan Gray
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enableJonathan Gray
2019-07-12Revert anton@ changes about read/write unlockingsolene
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-09Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()Jonathan Gray
2019-07-09add dma_fence_wait_any_timeout() required for parts of amdgpuJonathan Gray
2019-07-05Use multi-threaded task queues to prevent deadlocks in the case where aMark Kettenis
2019-06-09Let drm(4) allocate memory without constraints if the hardware supportsMark Kettenis
2019-06-04Move a function used as a callback out of a header so there will only beJonathan Gray
2019-05-11implement dma_fence_arrayJonathan Gray
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.Mark Kettenis
2019-04-23Linux code expects to find struct file in fs.h so include sys/file.hJonathan Gray
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2018-09-11Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crashMark Kettenis
2018-08-25Use __HAVE_ACPI to decide whether ACPI support should be considered.Mark Kettenis
2018-08-20Reorder checks in the read/write(2) family of syscalls to prepare makingMartin Pieuchot
2018-08-20Make fnew() return a new file with only one reference. This makesVisa Hankala
2018-08-15Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This preventsVisa Hankala
2018-08-12Drop reference to dmabuf "file" as fnew() returns one that has twoMark Kettenis
2018-07-03Add a new so_seek member to "struct file" such that we can have seekableMark Kettenis
2018-07-01Use fnew() to allocate a struct file. Simplifies the code.Mark 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-01-31add dmi_match() and change dmi_found() to use itJonathan Gray
2018-01-30add i2c_bit_add_bus()Jonathan Gray
2018-01-15Switch the inteldrm(4) i2c code over to the Linux code base. This gives usMark Kettenis
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
2017-07-12Add a "Backlight" property to connectors with an associated backlightMark Kettenis
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne