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.h
Age
Commit message (
Expand
)
Author
2016-04-05
Use the "idr" API here as well, reducing the diffs to Linux.
Mark Kettenis
2015-12-09
Backport some commits from mainline linux to enable High Bit Rate 2
Jonathan Gray
2015-11-01
Bring in some commits from Rodrigo Vivi in linux to correct
Jonathan Gray
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-26
Make the PPGTT code work. Seems to fix the caching issues on Broadwell.
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
Linux jiffies and OpenBSD ticks are the same thing.
Mark Kettenis
2015-06-24
Introduce Linux work queue APIs and use them. As a side-effect, this will
Mark Kettenis
2015-06-04
Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from
Jonathan Gray
2015-04-18
define and use trace macros
Jonathan Gray
2015-04-17
Make drm ioctls table driven. Further reduces the diff to linux.
Jonathan Gray
2015-04-11
change back to spinlock_t/DEFINE_SPINLOCK
Jonathan Gray
2015-04-11
Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush()
Jonathan Gray
2015-04-05
Another round of reducing diffs with Linux. This one moves the various
Mark Kettenis
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-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-20
Replace switch workq with taskq.
Kenneth R Westerback
2014-11-06
Add the required includes for the conditional parts of
Jonathan Gray
2014-05-12
Move GTT management for Sandy Bridge and up into inteldrm(4). This makes
Mark Kettenis
2014-03-25
Remove and shuffle some includes to reduce their number since drmP.h
Martin Pieuchot
2014-02-19
drm/i915: fix missed hunk after GT access breakage
Jonathan Gray
2014-02-19
drm/i915: fix up gt init sequence fallout
Jonathan Gray
2014-01-24
drm/i915: Move num_pipes to intel info
Jonathan Gray
2014-01-24
drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight
Jonathan Gray
2014-01-23
drm/i915: add HAS_DDI check
Jonathan Gray
2013-12-11
Make obj->pages a simple array instead of an array of bus_dma_segment_t's.
Mark Kettenis
2013-12-05
Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs with
Mark Kettenis
2013-12-03
Remove some unused cruft.
Mark Kettenis
2013-12-01
Remove some prototypes for functions that no longer exist.
Mark Kettenis
2013-12-01
Bring back the DRM_IOCTL_I915_GEM_WAIT diff now that I've figured out what
Mark Kettenis
2013-11-30
Oops! Only intended to commit the i915_dma.c changes in the previous commit.
Mark Kettenis
2013-11-30
Reorder some case statements to reduce the diffs with Linux.
Mark Kettenis
2013-11-27
Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux.
Mark Kettenis
2013-11-20
switch to the drm_mm based gtt eviction code from linux 3.8.13
Jonathan Gray
2013-11-19
Move the GTT management into the inteldrm driver. It is really obvious now
Mark Kettenis
2013-11-19
backout the DRM_IOCTL_I915_GEM_WAIT commit
Jonathan Gray
2013-11-17
Remove some more dead code.
Mark Kettenis
2013-11-17
Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@
Mark Kettenis
2013-11-16
Remove some dead code.
Mark Kettenis
2013-10-29
Move most of the uses of workqs in drm to the new task/taskq api.
Jonathan Gray
2013-10-05
add and use gtt mapping flags, further reduces the diff to linux
Jonathan Gray
2013-09-30
move the read/write functions and macros closer to linux
Jonathan Gray
2013-09-18
sync the execbuffer relocation code with linux 3.8.13
Jonathan Gray
2013-08-13
add static back to functions that originally had it
Jonathan Gray
2013-08-07
Another major overhaul of the inteldrm(4) GEM code, bringing us considerably
Mark Kettenis
2013-08-07
add support for hardware contexts on recent intel hardware
Jonathan Gray
[next]