summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915
AgeCommit message (Expand)Author
2020-07-13change some drm locks from IPL_TTY to IPL_NONEJonathan Gray
2020-07-09drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cJonathan Gray
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodJonathan Gray
2020-07-02use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()Jonathan Gray
2020-07-01disable logical ring contexts on cherryview/braswellJonathan Gray
2020-06-29make pci_device_id var const to avoid discarding const warningJonathan Gray
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetJonathan Gray
2020-06-26drm/i915/tgl: Make Wa_14010229206 permanentJonathan Gray
2020-06-26drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Incrementally check for rewindingJonathan Gray
2020-06-26drm/i915/tc: fix the reset of ln0Jonathan Gray
2020-06-26drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionJonathan Gray
2020-06-26drm/i915: Whitelist context-local timestamp in the gen9 cmdparserJonathan Gray
2020-06-26drm/i915/gem: Avoid iterating an empty listJonathan Gray
2020-06-26drm/i915: Fix AUX power domain toggling across TypeC mode resetsJonathan Gray
2020-06-22Some connectors attach late when the drm driver is registers. ForMark Kettenis
2020-06-22gup: document and work around "COW can break either way" issueJonathan Gray
2020-06-20make zeroing fb mem conditional matching linux pathJonathan Gray
2020-06-14rename our kunmap() to kunmap_va()Jonathan Gray
2020-06-14convert kunmap() arguments with pointer to page structJonathan Gray
2020-06-14fix i915_gem_swizzle_page()Jonathan Gray
2020-06-13correct a krealloc conversionJonathan Gray
2020-06-12We won't support debugfs stuff on OpenBSD, at least not via a filesystemMark Kettenis
2020-06-12Make i915_perf_register silent; don't see us supporting this functionalityMark Kettenis
2020-06-08update drm to linux 5.7Jonathan Gray
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-14drm/i915: Don't try to use the hardware frame counter with i965gm TV outputJonathan Gray
2020-03-05The local_clock_us() function needs microsecond resolution so implement itMark Kettenis
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.Martin Pieuchot
2020-01-17drm/i915: Fix use-after-free when destroying GEM contextJonathan Gray
2020-01-15drm/i915/gen9: Clear residual context state on context switchJonathan Gray
2019-12-26implement unregister_shrinker()Jonathan 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-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()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