summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().Martin Pieuchot
2020-11-06move definitions which should be in rwsem.hJonathan Gray
2020-10-29We need more memory barriers on powerpc.Mark Kettenis
2020-10-29Silence "using MMIO for ATOM IIO" error message, since that is normal onMark Kettenis
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for allJonathan Gray
2020-10-28Use the function from <linux/io.h> for all "Memory Space" IO. This reducesMark Kettenis
2020-10-26Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark 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-25Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark Kettenis
2020-10-25Add firmload attribute to drivers that load firmware.Mark Kettenis
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21Constify and use C99 initializer for "struct uvm_pagerops".Martin Pieuchot
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-18Fix several bugs in the TTM page fault handler and porperly integrate all theMark Kettenis
2020-10-17Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()Sebastien Marie
2020-10-16remove uneeded pool.h includeJonathan Gray
2020-10-16implement linux interval tree functionsJonathan Gray
2020-10-15consistently use dev_info() for sos fw version messagesJonathan Gray
2020-10-15don't print pci ids when radeondrm attachesJonathan Gray
2020-10-15don't print pci ids when amdgpu attachesJonathan Gray
2020-10-15drm/amdgpu: move gpu_info parsing after common early initJonathan Gray
2020-10-15drm/amdgpu: move discovery gfx config fetchingJonathan Gray
2020-10-14remove unused locally added drm_driver struct membersJonathan Gray
2020-10-14don't multiply ticks by hz when result is compared to jiffiesJonathan Gray
2020-10-13move ifdef to make it clear we don't use __create_shmem()Jonathan Gray
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-10-05syncJonathan Gray
2020-10-05drm/i915/tgl: Add new PCI IDs to TGLJonathan Gray
2020-10-02adjust for reversed outb arguments linux usesJonathan Gray
2020-10-01avoid uninitialised var use in drm_syncobj.cJonathan Gray
2020-09-21allow DRM_IOCTL_GET_CLIENT with "drm" pledgeJonathan Gray
2020-09-15Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlledMarcus Glocker
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-09-04drm/amdgpu: Fix buffer overflow in INFO ioctlJonathan Gray
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updateJonathan Gray
2020-08-26Revert "drm/amd/display: Improve DisplayPort monitor interop"Jonathan Gray
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessJonathan Gray
2020-08-26drm/amd/display: fix pow() crashing when given base 0Jonathan Gray
2020-08-26drm/amd/display: Fix DFPstate hang due to view port changedJonathan Gray
2020-08-26drm/amd/display: Blank stream before destroying HDCP sessionJonathan Gray
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendJonathan Gray
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internalJonathan Gray
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-08-25enable more of the syncobj codeJonathan Gray