summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915
AgeCommit message (Expand)Author
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-06-16Change the prefix of UVM object functions to match NetBSD's.Martin Pieuchot
2021-06-04disable ppgtt on cherryview/braswellJonathan Gray
2021-03-05ansiJonathan Gray
2020-12-20sync with i915_pciids.hJonathan Gray
2020-12-20remove duplicate device id caused by subids in INTEL_IVB_Q_IDSJonathan Gray
2020-11-17adjust for reversed outb arguments linux usesJonathan Gray
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().Martin Pieuchot
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
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-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-02adjust for reversed outb arguments linux usesJonathan Gray
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-08-22drm/i915/gt: Force the GT reset on shutdownJonathan Gray
2020-07-23drm/i915/perf: Use GTT when saving/restoring engine GPRJonathan Gray
2020-07-23drm/i915/gvt: Fix two CFL MMIO handling caused by regression.Jonathan Gray
2020-07-23drm/i915/gt: Only swap to a random sibling once upon creationJonathan Gray
2020-07-23drm/i915/gt: Ignore irq enabling on the virtual enginesJonathan Gray
2020-07-23drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.Jonathan Gray
2020-07-16drm/i915: Also drop vm.ref along error paths for vma constructionJonathan Gray
2020-07-16drm/i915: Drop vm.ref for duplicate vma on constructionJonathan Gray
2020-07-16drm/i915: Skip stale object handle for debugfs per-file-statsJonathan Gray
2020-07-16drm/i915/gt: Pin the rings before marking activeJonathan Gray
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