summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
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
2019-11-29drm_sched_entity_flush() doesn't care about specific threads, so justPhilip Guenther
2019-11-24correct return type of sign_extend64()Jonathan Gray
2019-11-13drm/i915/cmdparser: Fix jump whitelist clearingJonathan Gray
2019-11-13drm/i915/gen8+: Add RC6 CTX corruption WAJonathan Gray
2019-11-13drm/i915: Lower RM timeout to avoid DSI hard hangsJonathan Gray
2019-11-13drm/i915/cmdparser: Ignore Length operands during command matchingJonathan Gray
2019-11-13drm/i915/cmdparser: Add support for backward jumpsJonathan Gray
2019-11-13drm/i915/cmdparser: Use explicit goto for error pathsJonathan Gray
2019-11-13drm/i915: Add gen9 BCS cmdparsingJonathan Gray
2019-11-13drm/i915: Allow parsing of unsized batchesJonathan Gray
2019-11-13drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJonathan Gray
2019-11-13drm/i915: Add support for mandatory cmdparsingJonathan Gray
2019-11-13drm/i915: Remove Master tables from cmdparserJonathan Gray
2019-11-13drm/i915: Disable Secure Batches for gen6+Jonathan Gray
2019-11-13drm/i915: Rename gen7 cmdparser tablesJonathan Gray
2019-11-13Fix off-by-one (truncation) in k{v,}asprintf().Martin Pieuchot
2019-11-13drm/amd/display: Passive DP->HDMI dongle detection fixJonathan Gray
2019-11-13drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Jonathan Gray
2019-11-13drm/radeon: fix si_enable_smc_cac() failed issueJonathan Gray