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
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-30
Enable some #ifdef'ed out SandyBridge-specific code that seems to work fine.
Mark Kettenis
2013-11-30
Restore frame buffer upon last close; makes sure we we have a usable console
Mark Kettenis
2013-11-29
Should be safe to allow intel_ring_wait_seqno() to be interrupted.
Mark Kettenis
2013-11-28
Re-enable RADEON_INFO_VA_START and RADEON_INFO_IB_VM_MAX_SIZE.
Mark Kettenis
2013-11-28
Add short-circuit code to __wait_seqno() that's also present in Linux.
Mark Kettenis
2013-11-27
Reduce diffs with Linux.
Mark Kettenis
2013-11-27
Hook up gem_open/close_object methods.
Mark Kettenis
2013-11-27
Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux.
Mark Kettenis
2013-11-26
claim to support relaxed fencing
Jonathan Gray
2013-11-20
Eliminate some differences with the Linux code; no code change.
Mark Kettenis
2013-11-20
Silly Linux-style negative errno returns.
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-17
drm/radeon: fix hw contexts for SUMO2 asics
Jonathan Gray
2013-11-17
drm/i915: Only clear write-domains after a successful wait-seqno
Jonathan Gray
2013-11-17
Sync with libdrm 2.4.47.
Mark Kettenis
2013-11-17
Distinguish between inteldrm and radeondrm.
Mark Kettenis
2013-11-16
PAGE_MASK has exactly the opposite meaning in Linux and OpenBSD. Adjust its
Mark Kettenis
2013-11-16
Remove some dead code.
Mark Kettenis
2013-11-11
replace things like "start + interval > ticks" with
David Gwynne
2013-11-11
drm/i915/hsw: Disable L3 caching of atomic memory operations.
Jonathan Gray
2013-11-11
drm/i915: Don't enable the cursor on a disable pipe
Jonathan Gray
2013-11-11
drm/i915: do not update cursor in crtc mode set
Jonathan Gray
2013-11-11
drm/i915: Fix context sizes on HSW
Jonathan Gray
2013-11-07
add a simplistic version of WARN_ON_ONCE() that doesn't warn
Jonathan Gray
2013-11-04
The radeondrm code that sets the DPMS mode may sleep, so it should not be run
Mark Kettenis
2013-11-02
Replace drm_handle_create/delete with drm_gem_handle_create/delete and make
Mark Kettenis
2013-11-02
Fix reference leak in i915_gem_mmap_ioctl().
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-26
Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().
Mark Kettenis
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
Use rdev->audio_task for hdmi audio related hotplug events. Matches the
Mark Kettenis
2013-10-20
WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@
Miod Vallat
2013-10-18
the radeon suspend routine looks hairy, and feels like it should run
Theo de Raadt
2013-10-18
At device attach, mark the device "shutdown", until the mountroot hook
Theo de Raadt
2013-10-05
add and use gtt mapping flags, further reduces the diff to linux
Jonathan Gray
2013-10-03
Another fix from Linux that ended up being packported to the 3.8.13 stable
Mark Kettenis
2013-10-01
Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.
Mark Kettenis
2013-09-30
move the read/write functions and macros closer to linux
Jonathan Gray
2013-09-30
drmclose: don't unref objects with a mutex locked.
Jonathan Gray
2013-09-25
Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.
Mark Kettenis
2013-09-24
Make (almost all) atomic operations really atomic.
Mark Kettenis
2013-09-24
Make sure vblank_time_lock blocks interrupts to match Linux.
Mark Kettenis
[next]