index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
i915
Age
Commit message (
Expand
)
Author
2020-07-13
change some drm locks from IPL_TTY to IPL_NONE
Jonathan Gray
2020-07-09
drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.c
Jonathan Gray
2020-07-09
drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace period
Jonathan Gray
2020-07-02
use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()
Jonathan Gray
2020-07-01
disable logical ring contexts on cherryview/braswell
Jonathan Gray
2020-06-29
make pci_device_id var const to avoid discarding const warning
Jonathan Gray
2020-06-28
set fb_set_par and have register_framebuffer() do initial modeset
Jonathan Gray
2020-06-26
drm/i915/tgl: Make Wa_14010229206 permanent
Jonathan Gray
2020-06-26
drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds
Jonathan Gray
2020-06-26
drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds
Jonathan Gray
2020-06-26
drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds
Jonathan Gray
2020-06-26
drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds
Jonathan Gray
2020-06-26
drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds
Jonathan Gray
2020-06-26
drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds
Jonathan Gray
2020-06-26
drm/i915/gt: Incrementally check for rewinding
Jonathan Gray
2020-06-26
drm/i915/tc: fix the reset of ln0
Jonathan Gray
2020-06-26
drm/i915/icl+: Fix hotplug interrupt disabling after storm detection
Jonathan Gray
2020-06-26
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser
Jonathan Gray
2020-06-26
drm/i915/gem: Avoid iterating an empty list
Jonathan Gray
2020-06-26
drm/i915: Fix AUX power domain toggling across TypeC mode resets
Jonathan Gray
2020-06-22
Some connectors attach late when the drm driver is registers. For
Mark Kettenis
2020-06-22
gup: document and work around "COW can break either way" issue
Jonathan Gray
2020-06-20
make zeroing fb mem conditional matching linux path
Jonathan Gray
2020-06-14
rename our kunmap() to kunmap_va()
Jonathan Gray
2020-06-14
convert kunmap() arguments with pointer to page struct
Jonathan Gray
2020-06-14
fix i915_gem_swizzle_page()
Jonathan Gray
2020-06-13
correct a krealloc conversion
Jonathan Gray
2020-06-12
We won't support debugfs stuff on OpenBSD, at least not via a filesystem
Mark Kettenis
2020-06-12
Make i915_perf_register silent; don't see us supporting this functionality
Mark Kettenis
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-03-26
print platform name and gen in early inteldrm attach
Jonathan Gray
2020-03-14
drm/i915: Don't try to use the hardware frame counter with i965gm TV output
Jonathan Gray
2020-03-05
The local_clock_us() function needs microsecond resolution so implement it
Mark Kettenis
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-01-30
Split `p_priority' into `p_runpri' and `p_slppri'.
Martin Pieuchot
2020-01-17
drm/i915: Fix use-after-free when destroying GEM context
Jonathan Gray
2020-01-15
drm/i915/gen9: Clear residual context state on context switch
Jonathan Gray
2019-12-26
implement unregister_shrinker()
Jonathan Gray
2019-12-25
WSDISPLAYIO_GTYPE is u_int not int
Jonathan Gray
2019-12-25
Hook up the shrinker for inteldrm(4). This is a "light" version that only
Mark Kettenis
2019-12-02
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
Jonathan Gray
2019-11-13
drm/i915/cmdparser: Fix jump whitelist clearing
Jonathan Gray
2019-11-13
drm/i915/gen8+: Add RC6 CTX corruption WA
Jonathan Gray
2019-11-13
drm/i915: Lower RM timeout to avoid DSI hard hangs
Jonathan Gray
2019-11-13
drm/i915/cmdparser: Ignore Length operands during command matching
Jonathan Gray
2019-11-13
drm/i915/cmdparser: Add support for backward jumps
Jonathan Gray
2019-11-13
drm/i915/cmdparser: Use explicit goto for error paths
Jonathan Gray
2019-11-13
drm/i915: Add gen9 BCS cmdparsing
Jonathan Gray
[next]