index
:
~anholt/drm
X_4_0_1-20000711-merge
agpgart_2_0_branch
android
arb_timer_query
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-0-2-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
aub
batch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cache-buckets
cairo-gl
cle266-0-0-1-branch
config-0-0-1-branch
dispatch-0-0-1-branch
dispatch-0-0-2-branch
dispatch-0-0-3-branch
dmx-0-1-branch
dmx-1-0-branch
dri2-swapbuffers
driinterface-0-0-1-branch
driinterface-0-0-2-branch
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-gem
drm-sman-branch
drm-ttm-0-2-branch
drm-ttm-branch
drm-ttm-cleanup-branch
drm-ttm-finalize
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
drmpci-0-0-1
execbuf2
full-0-0-1-branch
full-0-0-2-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
geode-0-0-1-branch
glxmisc-1-0-0-branch
glxmisc-2-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
i915-pageflip
i915-zone-rendering
i915tex-compat
import-1.1.1
intel-decode
intel-decode-gen7
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
likely
m3-0-0-1-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-4-dma-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
modesetting-101
modesetting-101-hotplug
modesetting-dirty
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
no-more-buckets
nouveau-1
nv-0-0-1-branch
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r500-support
r6xx-r7xx-support
radeon-1-0-0-branch
reinit-0-0-1-branch
reloc-reset
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
smt-0-0-1-branch
smt-0-0-1-stage2b
smt-0-0-2-branch
sse-1-0-0-branch
sse-1-0-1-branch
stable-1-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
texmem-1.0
trident-0-0-1-branch
trident-0-0-2-branch
ttm-vram-0-1-branch
vblank
vblank-event
vblank-rework
vc4-android
vc4-label
video-1-0-0-branch
xc_4_0_1-20000711-merge
xgi-0-0-1
xgi-0-0-2
xv845g-0-1-branch
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
i915_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-09
i915: Cleanup interrupt handling
Robert Noland
1
-11
/
+16
2008-08-24
i915: Fix i915 build on FreeBSD
Robert Noland
1
-1
/
+10
2008-08-24
i915: Convert vblank on disabled pipe DRM_ERROR to DRM_DEBUG.
Robert Noland
1
-1
/
+1
2008-08-24
i915: Move spinlock init / destroy to load / unload time.
Robert Noland
1
-2
/
+0
2008-08-08
Merge branch 'drm-gem'
Eric Anholt
1
-25
/
+79
2008-08-01
Revert "i915: Move all of the irq install/uninstall to load time."
Dave Airlie
1
-3
/
+51
2008-07-30
i915: more version checks
Dave Airlie
1
-0
/
+6
2008-07-28
Merge commit 'origin/master' into drm-gem
Eric Anholt
1
-170
/
+87
2008-07-23
i915: Move all of the irq install/uninstall to load time.
Robert Noland
1
-51
/
+3
2008-07-19
i915: convert to using drm_vblank_get/put around vblank counter usage
Jesse Barnes
1
-6
/
+12
2008-07-17
i915: remove old broken vblank code
Jesse Barnes
1
-65
/
+5
2008-07-15
This is a modified version of Hong's patch from last month, with a few
Hong Liu
1
-0
/
+22
2008-07-01
i915: only use tiled blits on 965+
Jesse Barnes
1
-2
/
+2
2008-06-24
[intel] Get vblank pipe from irq_mask_reg instead of hardware enable reg
Keith Packard
1
-2
/
+3
2008-06-24
[intel] Create functions to enable/disable interrupts
Keith Packard
1
-22
/
+26
2008-06-24
i915: register definition & header file cleanup
Jesse Barnes
1
-49
/
+52
2008-06-21
[intel] Use IMR instead of IER to pend interrupts during ISR
Keith Packard
1
-7
/
+10
2008-06-21
[intel] Count received interrupts
Keith Packard
1
-0
/
+2
2008-06-20
[intel-gem] Add intel-specific /proc entries to help monitor gem operation
Keith Packard
1
-0
/
+1
2008-06-13
[intel] Enable MSI for i915 IRQ
Keith Packard
1
-4
/
+16
2008-06-13
[intel] Restructure irq to pend all work until after iir write.
Keith Packard
1
-22
/
+24
2008-06-13
Fix i915_wait_irq in the presence of interrupt masking.
Eric Anholt
1
-1
/
+5
2008-06-13
[gem] Remove the interrupt handler for retiring requests.
Eric Anholt
1
-23
/
+0
2008-06-12
Don't clear USER_INTERRUPT if we're not handling it.
Eric Anholt
1
-1
/
+1
2008-06-10
[intel] Fix BUG_ON trigger in irq masking if you did on/off with irqs disabled.
Eric Anholt
1
-1
/
+1
2008-06-10
[gem] Manage the ringbuffer from the kernel in the GEM case.
Eric Anholt
1
-0
/
+5
2008-05-30
Merge commit 'origin/master' into drm-gem
Eric Anholt
1
-2
/
+1
2008-05-27
[FreeBSD] Add vblank-rework support and get drivers building.
Robert Noland
1
-2
/
+1
2008-05-26
[i915] leave interrupts masked off when not in use.
Keith Packard
1
-24
/
+50
2008-05-22
[gem] Release GEM buffers from work task scheduled from IRQ.
Eric Anholt
1
-0
/
+23
2008-05-06
GEM: Use irq-based fencing rather than syncing and evicting every exec.
Eric Anholt
1
-1
/
+1
2008-04-20
[I915] Handle tiled buffers in vblank tasklet
Keith Packard
1
-5
/
+16
2008-04-20
On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblank
Keith Packard
1
-10
/
+23
2008-03-08
Switch from PIPE_VBLANK to PIPE_EVENT interrupts.
Keith Packard
1
-53
/
+99
2008-03-03
[i915] 2D driver may reset Frame count value, this may lead driver
Zou Nan hai
1
-0
/
+7
2008-02-13
i915: Make sarea_priv setup optional.
Kristian Høgsberg
1
-3
/
+7
2008-01-24
Remove broken 'in vblank' accounting
Jesse Barnes
1
-7
/
+24
2008-01-23
Fix thinko in get_vblank_counter
Jesse Barnes
1
-3
/
+3
2008-01-22
Correct vblank count value
vblank-rework
Jesse Barnes
1
-2
/
+13
2008-01-22
i915 irq fixes
Jesse Barnes
1
-32
/
+87
2008-01-22
Merge branch 'master' into vblank-rework, including mach64 support
Jesse Barnes
1
-28
/
+23
2008-01-22
Revert "Fix pipe<->plane mapping vs. vblank handling (again)"
Dave Airlie
1
-15
/
+2
2008-01-03
drm: cleanup DRM_DEBUG() parameters
Márton Németh
1
-12
/
+10
2007-12-17
drm: don't cast a pointer to pointer of list_head
Li Zefan
1
-1
/
+1
2007-12-07
Fix pipe<->plane mapping vs. vblank handling (again)
Jesse Barnes
1
-2
/
+15
2007-12-05
Remove references to the sarea_priv perf_boxes field.
Kristian Høgsberg
1
-2
/
+0
2007-11-06
i915: cleanup most of the whitespace
Dave Airlie
1
-6
/
+5
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
1
-14
/
+14
2007-10-30
Merge branch 'master' into vblank-rework, fixup remaining drivers
Jesse Barnes
1
-178
/
+173
2007-10-14
i915: fix vbl_swap allocation
Dave Airlie
1
-1
/
+1
[next]