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
/
i915_drv.c
Age
Commit message (
Expand
)
Author
2017-06-19
Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowing
Frederic Cambus
2017-01-08
Display color depth alongside resolution when attaching inteldrm and
Frederic Cambus
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2015-12-31
Unconditionally set the "switchcookie". Fixes synchronous VT switching.
Mark Kettenis
2015-11-22
Remove drm_gem_object_alloc() and associated infrastructure. It's unused and
Mark Kettenis
2015-11-01
drm/i915: Fix and clean BDW PCH identification
Jonathan Gray
2015-10-30
Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI
Mark Kettenis
2015-10-29
Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).
Mark Kettenis
2015-10-17
Fix the code that sets up the MCH BAR on systems where the (buggy) BIOS
Mark Kettenis
2015-09-28
The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.
Mark Kettenis
2015-09-28
Remove the "Quanta Transcode" device from the list of supported hardware.
Mark Kettenis
2015-09-26
Try a little bit harder to clean up if attaching inteldrm(4) fails.
Mark Kettenis
2015-09-26
Update drm_irq.c to the version from Linux 3.14.52.
Mark Kettenis
2015-09-25
3.14 backports of some Broadwell fixes from
Jonathan Gray
2015-09-25
Disable IPS for now. Identified by jsg@ as the cause for the unsynched
Mark Kettenis
2015-09-24
Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pin
Mark Kettenis
2015-09-23
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
Mark Kettenis
2015-06-26
Add Linux completion API and use it.
Mark Kettenis
2015-06-24
Introduce Linux work queue APIs and use them. As a side-effect, this will
Mark Kettenis
2015-04-18
another round of reducing the diff to linux
Jonathan Gray
2015-04-18
define and use trace macros
Jonathan Gray
2015-04-18
Remove some unused debug functions. If we're interested in
Jonathan Gray
2015-04-18
add and use module param macros
Jonathan Gray
2015-04-17
Make drm ioctls table driven. Further reduces the diff to linux.
Jonathan Gray
2015-04-12
change back to wait_for/wait_for_atomic_us
Jonathan Gray
2015-04-11
Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush()
Jonathan Gray
2015-04-03
resync i915_drv.h to make it diffable to linux
Jonathan Gray
2015-02-12
Rename the struct device member of inteldrm_softc to sc_dev and rename the
Mark Kettenis
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-10
switch most mtx_* calls back to linux spinlocks
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-10-25
Don't attempt to suspend/resume a partially attached drm(4) driver.
Mark Kettenis
2014-07-12
remove ifdef'd out valleyview/baytrail device lists
Jonathan Gray
2014-05-12
Move GTT management for Sandy Bridge and up into inteldrm(4). This makes
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-01-24
drm/i915: Move num_pipes to intel info
Jonathan Gray
2014-01-24
drm/i915: add more VLV IDs
Jonathan Gray
2014-01-22
bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, able
Theo de Raadt
2013-12-06
Another round of reducing diffs with Linux.
Mark Kettenis
2013-12-01
drm/i915: Adding more reserved PCI IDs for Haswell.
Mark Kettenis
2013-12-01
Bring back the DRM_IOCTL_I915_GEM_WAIT diff now that I've figured out what
Mark Kettenis
[next]