summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2020-02-12drm/amd/dm/mst: Ignore payload update failuresJonathan Gray
2020-02-12drm/rect: Avoid division by zeroJonathan Gray
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.Martin Pieuchot
2020-01-28drm/radeon: fix bad DMA from INTERRUPT_CNTL2Jonathan Gray
2020-01-28drm/panel: make drm_panel.h self-containedJonathan Gray
2020-01-28drm/fb-helper: generic: Call drm_client_add() after setup is doneJonathan Gray
2020-01-28drm/fb-helper: generic: Fix setup error pathJonathan Gray
2020-01-28drm/dp_mst: Skip validating ports during destruction, just refJonathan Gray
2020-01-26Pull in drm_bridge.c from linux 4.19.y.Patrick Wildt
2020-01-22Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap().Jonathan Gray
2020-01-22Make ttm_bo_unmap_virtual_locked() actually unmap things. Fixes cursorMark Kettenis
2020-01-21Enable mmhub power gating on picasso. Matches linux 4.20.Jonathan Gray
2020-01-17drm/ttm: fix incrementing the page pointer for huge pagesJonathan Gray
2020-01-17drm/ttm: fix start page for huge page check in ttm_put_pages()Jonathan Gray
2020-01-17drm/i915: Fix use-after-free when destroying GEM contextJonathan Gray
2020-01-16Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.Martin Pieuchot
2020-01-15drm/i915/gen9: Clear residual context state on context switchJonathan Gray
2020-01-15drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READJonathan Gray
2020-01-15drm/fb-helper: Round up bits_per_pixel if possibleJonathan Gray
2020-01-10drm/mst: Fix MST sideband up-reply failure handlingJonathan Gray
2020-01-10drm: limit to INT_MAX in create_blob ioctlJonathan Gray
2020-01-10drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongleJonathan Gray
2020-01-10drm/amdgpu: add cache flush workaround to gfx8 emit_fenceJonathan Gray
2020-01-10drm/amdgpu: add check before enabling/disabling broadcast modeJonathan Gray
2020-01-05Constify instances of struct fileops.Visa Hankala
2020-01-05remove some unneeded includesJonathan Gray
2020-01-05Remove unneeded #include <sys/ttycom.h>.Visa Hankala
2020-01-04remove unused TIOCSPGRP / TIOCGPGRP cases in drmJonathan Gray
2020-01-01drm/amdkfd: fix a potential NULL pointer dereference (v2)Jonathan Gray
2020-01-01drm/amdgpu: fix uninitialized variable pasid_mapping_neededJonathan Gray
2020-01-01drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Jonathan Gray
2020-01-01drm/amdgpu: fix potential double drop fence referenceJonathan Gray
2020-01-01drm/amdgpu: disallow direct upload save restore list from gfx driverJonathan Gray
2020-01-01drm/amd/display: Fix dongle_caps containing stale information.Jonathan Gray
2019-12-31drm/drm_vblank: Change EINVAL by the correct errnoJonathan Gray
2019-12-31drm/amdgpu: grab the id mgr lock while accessing passid_mappingJonathan Gray
2019-12-31drm: mst: Fix query_payload ack reply structJonathan Gray
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
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-26enable shrinker for ttmJonathan Gray
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-25Hook up the shrinker for inteldrm(4). This is a "light" version that onlyMark Kettenis
2019-12-22drm/radeon: fix r1xx/r2xx register checker for POT texturesJonathan Gray
2019-12-18Allow pagefault_disable() to be called recursively, something that may happenMark Kettenis
2019-12-11Replace p_xstat with ps_xexit and ps_xsigPhilip Guenther
2019-12-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Jonathan Gray
2019-12-02drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsJonathan Gray
2019-11-30Move kernel locking inside the sleep machinery. This enables callingVisa Hankala