summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/include/linux
AgeCommit message (Expand)Author
2020-06-21correct mutex_lock_interruptible()Jonathan Gray
2020-06-17use atomic_set() in kref_init()Jonathan Gray
2020-06-17kref_sub() interface was removed from linux and is unusedJonathan Gray
2020-06-17use WRITE_ONCE and READ_ONCE for set and readJonathan Gray
2020-06-16remove some unused definesJonathan Gray
2020-06-16implement atomic_inc_not_zero() by way of atomic_add_unless()Jonathan Gray
2020-06-16remove a dead storeJonathan Gray
2020-06-14rename our kunmap() to kunmap_va()Jonathan Gray
2020-06-14make IS_ERR() and IS_ERR_OR_NULL() return boolJonathan Gray
2020-06-13use wakeup_one() in complete()Jonathan Gray
2020-06-13use a unique wchan name for wait_for_completion()Jonathan Gray
2020-06-11handle sg_set_page() with NULL page argumentJonathan Gray
2020-06-09reduce the diff to linuxJonathan Gray
2020-06-08update drm to linux 5.7Jonathan Gray
2020-04-30Fix return value of dma_fence_wait(). Seems to fix occasionalMark Kettenis
2020-04-17Fix an incorrect test for root in drm linux compatiblity code.Sebastian Benoit
2020-04-12Turn those spinlock and seqlock inline functions to macrosJeremie Courreges-Anglas
2020-02-20Implement request_firmware_direct().Mark Kettenis
2020-02-20In signal_pending_state() only test for pending signal whenJonathan Gray
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-18Use SIGPENDING() instead of CURSIG() for emulating signal_pending().Claudio Jeker
2020-01-22Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap().Jonathan Gray
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
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-12-18Allow pagefault_disable() to be called recursively, something that may happenMark Kettenis
2019-11-24correct return type of sign_extend64()Jonathan Gray
2019-11-13Fix off-by-one (truncation) in k{v,}asprintf().Martin Pieuchot
2019-10-06add BL_CORE_SUSPENDRESUME defineJonathan Gray
2019-09-07define away dma_set_max_seg_size()Jonathan Gray
2019-08-28Build and enable amdgpu(4) on arm64. The DCN1.0 support has been madeMark Kettenis
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-08-17change drm memory barriers to be closer to what linux does onJonathan Gray
2019-08-14move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICEJonathan Gray
2019-07-25Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() andJonathan Gray
2019-07-25remove some unused macrosJonathan Gray
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-15add PCI_BUS_NUM()Jonathan Gray
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enableJonathan Gray
2019-07-11include linux/string.h so drm_panel_orientation_quirks.c can get theJonathan Gray
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-09add dma_fence_wait_any_timeout() required for parts of amdgpuJonathan Gray
2019-07-04Make seqlock_init() take an IPL argument so the engine stats lock whichJonathan Gray
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
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-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
2019-05-13add in_irq() in_interrupt() in_task()Jonathan Gray
2019-05-13add idr_is_empty()Jonathan Gray