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
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-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-17
Distinguish between inteldrm and radeondrm.
Mark Kettenis
2013-11-16
Remove some dead code.
Mark Kettenis
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
David Gwynne
2013-10-29
Move most of the uses of workqs in drm to the new task/taskq api.
Jonathan Gray
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-10-20
WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@
Miod Vallat
2013-09-30
move the read/write functions and macros closer to linux
Jonathan Gray
2013-09-08
switch to using linux style pci match tables
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
2013-07-05
make use of the drm_i915_private macro to reduce the diff to linux
Jonathan Gray
2013-07-01
The fast scrolling code causes random page table errors on older hardware.
Mark Kettenis
2013-06-06
Add the remaining support code for 4th gen Intel Core/Haswell graphics
Jonathan Gray
2013-06-01
Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE.
Mark Kettenis
2013-05-21
Delete unused function.
Mark Kettenis
2013-05-17
wsmoused support
Mark Kettenis
2013-05-16
burner support
Mark Kettenis
2013-05-15
sync the list of pre haswell intel video devices with linux
Jonathan Gray
2013-05-05
Add nonblocking argument to i915_gem_object_pin() and
Mark Kettenis
2013-05-05
With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.
Mark Kettenis
2013-05-05
Remove some #ifdef'ed out code that's never going to get used again.
Mark Kettenis
2013-05-04
In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to make
Mark Kettenis
2013-04-30
Clear the right pixels when scrolling backwards.
Mark Kettenis
2013-04-21
Move GEM initialization code into its own function like Linux has.
Mark Kettenis
2013-04-18
"160 chars ought to be enough for everybody"
Mark Kettenis
2013-04-17
Also accelerate scrolling backwards.
Mark Kettenis
2013-04-17
Another round of reducing diffs with Linux code.
Mark Kettenis
2013-04-14
Take a different approach towards framebuffer accelartion. Instead of using
Mark Kettenis
2013-04-05
move the bounds check for execbuffer relocation count closer to linux
Jonathan Gray
2013-04-03
Return ENOENT instead of EBADF if looking up a gem object fails.
Mark Kettenis
2013-04-03
move i915_gem_find_inactive_object() into i915_gem_evict.c
Jonathan Gray
2013-03-30
If the ws_{get|set}_param hooks are set, use those for brightness control
Mark Kettenis
2013-03-30
go back to the old method of execbuffer pinning
Jonathan Gray
2013-03-28
add support for relaxed deltas
Jonathan Gray
2013-03-28
Add i915_enable_hangcheck parameter.
Mark Kettenis
2013-03-28
add i915_gem_execbuffer_reserve_object and friends and move
Jonathan Gray
2013-03-28
add the ioctls to get/set the caching level of a buffer object
Jonathan Gray
2013-03-26
Short-circuit screen switching if we're switching to the screen that's
Mark Kettenis
2013-03-25
Use the new rasops multiple screen support to provide proper virtual
Mark Kettenis
2013-03-22
Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename it
Mark Kettenis
2013-03-22
implement DRM_IOCTL_I915_GEM_SW_FINISH
Jonathan Gray
2013-03-20
Backout some changes introduced in linux 3.8.3 which are known
Jonathan Gray
2013-03-19
Don't advertise brightness control if it isn't supported.
Mark Kettenis
[prev]
[next]