summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/include
AgeCommit message (Expand)Author
2020-11-17remove unused definitions which no longer exist in linuxJonathan Gray
2020-11-17remove setup_timer() interface linux removed in 2017Jonathan Gray
2020-11-17fix time_after32() macroJonathan Gray
2020-11-14Bring IDR function prototypes in line with modern Linux and implementMark Kettenis
2020-11-12use RWLOCK_INITIALIZER() in DEFINE_MUTEX()Jonathan Gray
2020-11-09use a single preinitialised mutex for atomic64 fallback pathJonathan Gray
2020-11-09use 64 bit atomic builtins on i386 for atomic64Jonathan Gray
2020-11-07change from rwlock(9) to mutex(9) for linux rwlocksJonathan Gray
2020-11-06move definitions which should be in rwsem.hJonathan Gray
2020-10-29We need more memory barriers on powerpc.Mark Kettenis
2020-10-26Improve I/O functions to match Linux:Mark Kettenis
2020-10-26remove unused alpha memory barrier definesJonathan Gray
2020-10-26use __membar() where possibleJonathan Gray
2020-10-26use lwsync and eieio for smp barriers on powerpcJonathan Gray
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray
2020-10-20use drm_mm from linux 5.7.yJonathan Gray
2020-10-16remove uneeded pool.h includeJonathan Gray
2020-10-16implement linux interval tree functionsJonathan Gray
2020-10-14remove unused locally added drm_driver struct membersJonathan Gray
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-10-05drm/i915/tgl: Add new PCI IDs to TGLJonathan Gray
2020-10-01avoid uninitialised var use in drm_syncobj.cJonathan Gray
2020-09-13use drm_cache.c from linux 5.7.yJonathan Gray
2020-09-13add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() functionJonathan Gray
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-08-25enable more of the syncobj codeJonathan Gray
2020-08-18Our usleep_range(min, max) implementation today is only taking accountMarcus Glocker
2020-08-12drm/drm_fb_helper: fix fbdev with sparc64Jonathan Gray
2020-08-03remove timeval conversion interfaces no longer in linuxJonathan Gray
2020-07-29change ktime to nanoseconds in drmJonathan Gray
2020-07-20use timeout_del_barrier(9) for del_timer_sync()Jonathan Gray
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha
2020-07-02remove unused timespec interfaces no longer in linuxJonathan Gray
2020-07-02powerpc64 has ci_idepthJonathan Gray
2020-07-02use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()Jonathan Gray
2020-06-30use intr_restore() when restoring interruptsJonathan Gray
2020-06-29use time since epoch not time since boot for 'real' interfacesJonathan Gray
2020-06-29remove unused getrawmonotonic() and ktime_mono_to_real()Jonathan Gray
2020-06-29remove unused interfaces which were removed from linuxJonathan Gray
2020-06-29use attributes for __maybe_unused and __always_inlineJonathan Gray
2020-06-29reduce disabled warnings with clangJonathan Gray
2020-06-29make fbops const to avoid warning about discarding constJonathan Gray
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetJonathan Gray
2020-06-28call fb_set_par() function pointer in register_framebuffer() if setJonathan Gray
2020-06-26add readx_poll_timeout() required for 5.7.6 drmJonathan Gray
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-22apart from the lock wait_queue_head struct is unused so replace itJonathan Gray
2020-06-22don't try to decrement if completion flag is UINT_MAXJonathan Gray
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signalJonathan Gray