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
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
switch most rwlock calls back to their linux equivalents
Jonathan Gray
2015-02-10
use linux function names when locking mode config
Jonathan Gray
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2015-02-09
we want to defer work traditionally (in openbsd) handled in an
David Gwynne
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-20
Replace switch workq with taskq.
Kenneth R Westerback
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
Philip Guenther
2014-12-15
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
Philip Guenther
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-11-06
Add the required includes for the conditional parts of
Jonathan Gray
2014-10-25
Don't attempt to suspend/resume a partially attached drm(4) driver.
Mark Kettenis
2014-10-08
Remove the i830/i845 pipe A force quirks, matching changes
Jonathan Gray
2014-09-20
Make another fast path properly atomic.
Mark Kettenis
2014-09-20
On i386, agp_map_subregion might sleep, which is not allowed in some of
Mark Kettenis
2014-07-12
regen
Jonathan Gray
2014-07-12
missed the trailing digit
Jonathan Gray
2014-07-12
Print a line in dmesg to indicate if the aperture driver is
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
remove ifdef'd out valleyview/baytrail device lists
Jonathan Gray
2014-06-21
drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()
Jonathan Gray
2014-06-19
drm/i915: fix lane bandwidth capping for DP 1.2 sinks
Jonathan Gray
2014-06-19
drm/i915: kill intel_dp_link_clock()
Jonathan Gray
2014-05-12
Move GTT management for Sandy Bridge and up into inteldrm(4). This makes
Mark Kettenis
2014-05-03
Skip intel_crt_init for Dell XPS 8700
Jonathan Gray
2014-05-03
drm/i915/tv: fix gen4 composite s-video tv-out
Jonathan Gray
2014-05-03
drm/i915: quirk invert brightness for Acer Aspire 5336
Jonathan Gray
2014-04-07
reduce the diff to linux for drm pci vid/pid tests
Jonathan Gray
2014-04-01
Move some duplicated code implementing Linux compatibility APIs and stick it
Mark Kettenis
2014-03-30
drm/i915/dp: add native aux defer retry limit
Jonathan Gray
2014-03-30
drm/i915/dp: increase native aux defer retry timeout
Jonathan Gray
2014-03-30
drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB
Jonathan Gray
2014-03-30
drm/i915: Add intel_ring_cachline_align()
Jonathan Gray
2014-03-25
Remove and shuffle some includes to reduce their number since drmP.h
Martin Pieuchot
2014-03-24
Another round of reducing diffs with the Linux codebase.
Mark Kettenis
2014-03-17
Use the ci_inatomic flag here as well to "disable" page faults and provide
Mark Kettenis
2014-03-16
drm/i915: Do not clobber config status after a forced restore of hw state
Jonathan Gray
2014-03-13
Block userland from entering drm code (and make sure it is no longer in there)
Mark Kettenis
2014-02-23
Give drm(4) a console locator just like wsdisplay(4) such that we can make
Mark Kettenis
2014-02-19
drm/i915: fix missed hunk after GT access breakage
Jonathan Gray
2014-02-19
drm/i915: initialize gt_lock early with other spin locks
Jonathan Gray
2014-02-19
drm/i915: fix up gt init sequence fallout
Jonathan Gray
2014-02-19
drm/i915: fix long-standing SNB regression in power consumption after resume v2
Jonathan Gray
2014-02-19
Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"
Jonathan Gray
2014-02-18
drm/i915: VLV2 - Fix hotplug detect bits
Jonathan Gray
2014-02-18
drm/i915: Hold mutex across i915_gem_release
Jonathan Gray
2014-02-15
drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck code
Jonathan Gray
2014-02-15
drm/i915: Use the correct GMCH_CTRL register for Sandybridge+
Jonathan Gray
2014-02-15
drm/i915: fix DDI PLLs HW state readout code
Jonathan Gray
[prev]
[next]