summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
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
2020-08-23fix unused variable warning gcc4 complains aboutJonathan Gray
2020-08-22drm/amd/display: dchubbub p-state warning during surface planes switchJonathan Gray
2020-08-22drm/amd/display: Fix dmesg warning from setting abm levelJonathan Gray
2020-08-22drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumeJonathan Gray
2020-08-22drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiJonathan Gray
2020-08-22drm: Added orientation quirk for ASUS tablet model T103HAFJonathan Gray
2020-08-22drm/amdgpu: fix ordering of psp suspendJonathan Gray
2020-08-22drm/dp_mst: Fix the DDC I2C device registration of an MST portJonathan Gray
2020-08-22drm/i915/gt: Force the GT reset on shutdownJonathan Gray
2020-08-22drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Jonathan Gray