tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
drivers
/
gpu
/
drm
/
i915
/
at
v5.11-rc5
5 folders
109 files
display
drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when outputting YCbCr 4:4:4
5 years ago
gem
drm/i915: clear the gpu reloc batch
5 years ago
gt
drm/i915: Check for rq->hwsp validity after acquiring RCU lock
5 years ago
gvt
drm/i915/gvt: Fix vfio_edid issue for BXT/APL
5 years ago
selftests
drm/i915/gem: Check the correct variable in selftest
5 years ago
.gitignore
.gitignore: add SPDX License Identifier
6 years ago
Kconfig
Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
5 years ago
Kconfig.debug
drm/i915: Exclude low pages (128KiB) of stolen from use
5 years ago
Kconfig.profile
drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
6 years ago
Kconfig.unstable
drm/i915/lmem: add the fake lmem region
6 years ago
Makefile
drm/i915: Allow the sysadmin to override security mitigations
5 years ago
i915_active.c
treewide: Make all debug_obj_descriptors const
5 years ago
i915_active.h
drm/i915: Provide a fastpath for waiting on vma bindings
5 years ago
i915_active_types.h
drm/i915: Serialise i915_active_fence_set() with itself
6 years ago
i915_buddy.c
drm/i915/buddy: avoid double list_add
6 years ago
i915_buddy.h
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
6 years ago
i915_cmd_parser.c
drm/i915: clear the shadow batch
5 years ago
i915_config.c
drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
6 years ago
i915_debugfs.c
drm/i915: Improve record of hung engines in error state
5 years ago
i915_debugfs.h
drm/i915: have *_debugfs_init() functions return void.
6 years ago
i915_debugfs_params.c
drm/i915/params: switch to device specific parameters
5 years ago
i915_debugfs_params.h
drm/i915/params: add i915 parameters to debugfs
6 years ago
i915_drv.c
drm/i915: Disable RPM wakeref assertions during driver shutdown
5 years ago
i915_drv.h
drm/i915/dp: Track pm_qos per connector
5 years ago
i915_fixed.h
drm/i915: make i915_fixed.h self-contained
6 years ago
i915_gem.c
drm/i915/gem: Pull phys pread/pwrite implementations to the backend
5 years ago
i915_gem.h
drm/i915: Use per object locking in execbuf, v12.
5 years ago
i915_gem_evict.c
drm: fix some kernel-doc markups
5 years ago
i915_gem_gtt.c
drm/i915: Update dma-attributes for our sg DMA
5 years ago
i915_gem_gtt.h
drm/i915: Remove PIN_UPDATE for i915_vma_pin
5 years ago
i915_getparam.c
drm/i915: add syncobj timeline support
5 years ago
i915_globals.c
drm/i915: Ratelimit i915_globals_park
6 years ago
i915_globals.h
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
6 years ago
i915_gpu_error.c
drm/i915: Use ABI engine class in error state ecode
5 years ago
i915_gpu_error.h
drm/i915: Improve record of hung engines in error state
5 years ago
i915_ioc32.c
i915 compat ioctl(): just use drm_ioctl_kernel()
6 years ago
i915_ioc32.h
drm/i915: add i915_ioc32.h for compat
6 years ago
i915_irq.c
Revert "drm/i915: re-order if/else ladder for hpd_irq_setup"
5 years ago
i915_irq.h
drm/i915: Add enable/disable flip done and flip done handler
5 years ago
i915_memcpy.c
drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
6 years ago
i915_memcpy.h
drm/i915: Align start for memcpy_from_wc
6 years ago
i915_mitigations.c
drm/i915: Allow the sysadmin to override security mitigations
5 years ago
i915_mitigations.h
drm/i915: Allow the sysadmin to override security mitigations
5 years ago
i915_mm.c
mm: don't include asm/pgtable.h if linux/mm.h is already included
5 years ago
i915_params.c
drm/i915: Initial implementation of PSR2 selective fetch
5 years ago
i915_params.h
drm/i915: Initial implementation of PSR2 selective fetch
5 years ago
i915_pci.c
drm/i915: Restore ILK-M RPS support
5 years ago
i915_perf.c
drm/i915/perf: also include Gen11 in OATAILPTR workaround
5 years ago
i915_perf.h
drm/i915/perf: Register sysctl path globally
6 years ago
i915_perf_types.h
drm/i915/perf: Schedule oa_config after modifying the contexts
6 years ago
i915_pmu.c
drm/i915/pmu: Don't grab wakeref when enabling events
5 years ago
i915_pmu.h
drm/i915/pmu: Replace open coded kstat_irqs() copy
5 years ago
i915_priolist_types.h
drm/i915/gt: Prevent timeslicing into unpreemptable requests
5 years ago
i915_pvinfo.h
drm/i915: make i915_pvinfo.h self-contained
6 years ago
i915_query.c
drm/i915/sseu: Move sseu_info under gt_info
5 years ago
i915_query.h
drm/i915: add query uAPI
8 years ago
i915_reg.h
drm/i915/perf: workaround register corruption in OATAILPTR
5 years ago
i915_request.c
irq_work: Cleanup
5 years ago
i915_request.h
drm/i915: Check for rq->hwsp validity after acquiring RCU lock
5 years ago
i915_scatterlist.c
drm/i915: Pull scatterlist utils out of i915_gem.h
6 years ago
i915_scatterlist.h
drm: Remove SCATTERLIST_MAX_SEGMENT
5 years ago
i915_scheduler.c
drm/i915: Don't set queue-priority hint when supressing the reschedule
5 years ago
i915_scheduler.h
Merge tag 'gvt-fixes-2020-05-12' of https://github.com/intel/gvt-linux into drm-intel-fixes
6 years ago
i915_scheduler_types.h
drm/i915: Drop no-semaphore boosting
6 years ago
i915_selftest.h
drm/i915/gem: Implement legacy MI_STORE_DATA_IMM
6 years ago
i915_suspend.c
drm/i915: Rename i915_{save,restore}_state()
5 years ago
i915_suspend.h
drm/i915: Rename i915_{save,restore}_state()
5 years ago
i915_sw_fence.c
treewide: Make all debug_obj_descriptors const
5 years ago
i915_sw_fence.h
drm/i915/gem: Don't leak non-persistent requests on changing engines
6 years ago
i915_sw_fence_work.c
drm/i915: Immediately execute the fenced work
6 years ago
i915_sw_fence_work.h
drm/i915: Immediately execute the fenced work
6 years ago
i915_switcheroo.c
drm/i915/switcheroo: use struct drm_device based logging
6 years ago
i915_switcheroo.h
drm/i915: split out i915_switcheroo.[ch] from i915_drv.c
6 years ago
i915_syncmap.c
drm/i915: Convert to BITS_PER_TYPE
7 years ago
i915_syncmap.h
drm/i915: Squash repeated awaits on the same fence
9 years ago
i915_sysfs.c
drm/i915/gt: Expose engine properties via sysfs
6 years ago
i915_sysfs.h
drm/i915: extract i915_sysfs.h from i915_drv.h
6 years ago
i915_trace.h
drm/i915: Drop i915_request.i915 backpointer
5 years ago
i915_trace_points.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
8 years ago
i915_user_extensions.c
drm/i915: Introduce the i915_user_extension_method
7 years ago
i915_user_extensions.h
drm/i915: Introduce the i915_user_extension_method
7 years ago
i915_utils.c
drm/i915: Don't taint when using fault injection
5 years ago
i915_utils.h
drm/i915: Remove unused inline function drain_delayed_work()
5 years ago
i915_vgpu.c
drm/i915/vgpu: improve vgpu abstractions
6 years ago
i915_vgpu.h
drm/i915/vgpu: improve vgpu abstractions
6 years ago
i915_vma.c
Merge tag 'drm-intel-next-queued-2020-11-03' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
5 years ago
i915_vma.h
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
5 years ago
i915_vma_types.h
drm/i915: Export ppgtt_bind_vma
5 years ago
intel_device_info.c
drm/i915/jsl: Split EHL/JSL platform info and PCI ids
5 years ago
intel_device_info.h
drm/i915/jsl: Split EHL/JSL platform info and PCI ids
5 years ago
intel_dram.c
drm/i915: Read DIMM size in Gb rather than GB
5 years ago
intel_dram.h
drm/i915: split out intel_dram.[ch] from i915_drv.c
6 years ago
intel_gvt.c
drm/i915/gvt: Save/restore HW status to support GVT suspend/resume
5 years ago
intel_gvt.h
drm/i915/gvt: Save/restore HW status to support GVT suspend/resume
5 years ago
intel_memory_region.c
drm/i915/region: fix order when adding blocks
5 years ago
intel_memory_region.h
drm/i915: lookup for mem_region of a mem_type
6 years ago
intel_pch.c
drm/i915/jsl: Split EHL/JSL platform info and PCI ids
5 years ago
intel_pch.h
drm/i915/dg1: Add fake PCH
5 years ago
intel_pm.c
drm/i915/tgl: Fix Media power gate sequence.
5 years ago
intel_pm.h
drm/i915: Make intel_{enable,disable}_sagv() static
5 years ago
intel_region_lmem.c
drm/i915/params: switch to device specific parameters
5 years ago
intel_region_lmem.h
drm/i915/lmem: add the fake lmem region
6 years ago
intel_runtime_pm.c
drm/i915/runtime_pm: Prefer drm_WARN* over WARN*
6 years ago
intel_runtime_pm.h
drm/i915: Propagate "_release" function name suffix down
6 years ago
intel_sideband.c
drm/i915/dg1: Wait for pcode/uncore handshake at startup
5 years ago
intel_sideband.h
drm/i915/dg1: Wait for pcode/uncore handshake at startup
5 years ago
intel_uncore.c
drm/i915: Drop runtime-pm assert from vgpu io accessors
5 years ago
intel_uncore.h
drm/i915: Rename FORCEWAKE_BLITTER to FORCEWAKE_GT
5 years ago
intel_wakeref.c
drm/i915: Extend intel_wakeref to support delayed puts
6 years ago
intel_wakeref.h
drm/i915: Extend intel_wakeref to support delayed puts
6 years ago
intel_wopcm.c
drm/i915: Remove cnl pre-prod workarounds
6 years ago
intel_wopcm.h
drm/i915/wopcm: Don't fail on WOPCM partitioning failure
6 years ago
vlv_suspend.c
Merge v5.6-rc2 into drm-misc-next
6 years ago
vlv_suspend.h
drm/i915: split out vlv/chv specific suspend/resume code
6 years ago