summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-051-1/+1
* sync with i915_pciids.hjsg2020-12-201-2/+0
* remove duplicate device id caused by subids in INTEL_IVB_Q_IDSjsg2020-12-201-1/+0
* adjust for reversed outb arguments linux usesjsg2020-11-171-0/+4
* Remove unused `anon' argument from uvmfault_unlockall().mpi2020-11-061-5/+5
* handle capable(CAP_SYS_NICE) for allowing high priority contextsjsg2020-10-211-4/+0
* change drm_vma function arguments to take struct drm_file *jsg2020-10-212-3/+3
* use drm_mm from linux 5.7.yjsg2020-10-202-18/+0
* move ifdef to make it clear we don't use __create_shmem()jsg2020-10-131-6/+2
* Align pool items on CACHELINESIZE when replacing linux kmem_cache withjsg2020-10-117-9/+9
* syncjsg2020-10-051-1/+5
* adjust for reversed outb arguments linux usesjsg2020-10-021-0/+6
* use drm_cache.c from linux 5.7.yjsg2020-09-131-2/+0
* add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() functionjsg2020-09-131-1/+1
* drm/i915/gt: Force the GT reset on shutdownjsg2020-08-221-0/+5
* drm/i915/perf: Use GTT when saving/restoring engine GPRjsg2020-07-231-0/+1
* drm/i915/gvt: Fix two CFL MMIO handling caused by regression.jsg2020-07-231-2/+2
* drm/i915/gt: Only swap to a random sibling once upon creationjsg2020-07-231-14/+4
* drm/i915/gt: Ignore irq enabling on the virtual enginesjsg2020-07-231-0/+1
* drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.jsg2020-07-231-8/+2
* drm/i915: Also drop vm.ref along error paths for vma constructionjsg2020-07-161-10/+6
* drm/i915: Drop vm.ref for duplicate vma on constructionjsg2020-07-161-0/+1
* drm/i915: Skip stale object handle for debugfs per-file-statsjsg2020-07-161-1/+1
* drm/i915/gt: Pin the rings before marking activejsg2020-07-161-6/+6
* change some drm locks from IPL_TTY to IPL_NONEjsg2020-07-137-8/+8
* drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cjsg2020-07-093-0/+282
* drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodjsg2020-07-091-2/+10
* use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()jsg2020-07-022-2/+6
* disable logical ring contexts on cherryview/braswelljsg2020-07-011-0/+8
* make pci_device_id var const to avoid discarding const warningjsg2020-06-291-1/+1
* set fb_set_par and have register_framebuffer() do initial modesetjsg2020-06-282-6/+6
* drm/i915/tgl: Make Wa_14010229206 permanentjsg2020-06-261-6/+6
* drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsjsg2020-06-262-20/+22
* drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsjsg2020-06-262-61/+59
* drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsjsg2020-06-262-10/+14
* drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsjsg2020-06-262-33/+41
* drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsjsg2020-06-263-49/+63
* drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsjsg2020-06-262-37/+50
* drm/i915/gt: Incrementally check for rewindingjsg2020-06-264-4/+43
* drm/i915/tc: fix the reset of ln0jsg2020-06-261-1/+1
* drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionjsg2020-06-261-0/+1
* drm/i915: Whitelist context-local timestamp in the gen9 cmdparserjsg2020-06-261-0/+4
* drm/i915/gem: Avoid iterating an empty listjsg2020-06-261-6/+9
* drm/i915: Fix AUX power domain toggling across TypeC mode resetsjsg2020-06-261-2/+3
* Some connectors attach late when the drm driver is registers. Forkettenis2020-06-221-17/+37
* gup: document and work around "COW can break either way" issuejsg2020-06-221-0/+8
* make zeroing fb mem conditional matching linux pathjsg2020-06-201-1/+2
* rename our kunmap() to kunmap_va()jsg2020-06-144-5/+5
* convert kunmap() arguments with pointer to page structjsg2020-06-142-3/+4
* fix i915_gem_swizzle_page()jsg2020-06-141-1/+1