summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-07Merge remote branch 'upstream/master' into i915-zone-renderingi915-zone-renderingMichel Dänzer1-184/+233
2007-08-11i915: i965 non-secure batchbuffer bit has moved.Dave Airlie1-2/+8
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-98/+76
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-6/+6
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-36/+36
2007-07-19Merge branch 'origin'Eric Anholt1-26/+26
2007-07-18fix some missing whitespace/tabDave Airlie1-1/+1
2007-07-16Fix FreeBSD build.Eric Anholt1-5/+9
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-20/+20
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-5/+5
2007-06-15i915: Fix handling of breadcrumb counter wraparounds.Michel Dänzer1-3/+5
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu1-16/+69
2007-05-31i915: Add support for 965GME/GLE chip.Wang Zhenyu1-1/+2
2007-05-29Update a bunch of FreeBSD port code.Jung-uk Kim1-1/+3
2007-05-14i915: HWZ userspace interface cleanup.Michel Dänzer1-3/+0
2007-05-13i915: Move hwz code to new file.Keith Whitwell1-933/+2
2007-05-11i915: Fix build for drm_i915_hwz_t union member which is now named.Michel Dänzer1-3/+3
2007-05-11i915: Invalidate all non-static indirect state at the beginning of HWZ render.Michel Dänzer1-3/+12
2007-05-11i915: HWZ render sub-ioctl supports waiting for pending flips on request.Michel Dänzer1-1/+9
2007-05-11i915: Detect HWB out of memory condition.Michel Dänzer1-1/+15
2007-05-11i915: Fixup handling of total number of bin cliprects.Michel Dänzer1-4/+5
2007-05-10Allow vblank interrupts to remain disabled across VT switch.Keith Packard1-0/+4
2007-05-10i915: Handle cliprects for HWZ.Michel Dänzer1-68/+176
2007-05-10i915: Track HWZ state per file handle.Michel Dänzer1-136/+227
2007-05-09i915: Fix modifications of Cache_Mode_0 register.Michel Dänzer1-8/+2
2007-05-03i915: Fix potential issue related to BPL layout.Michel Dänzer1-9/+8
2007-05-03i915: Clean up HWZ debugging.Michel Dänzer1-52/+65
2007-05-03i915: HWZ resource cleanup improvements.Michel Dänzer1-32/+34
2007-05-03i915: Use HW status page DWORD 16 instead of 5 for fence sequence.Michel Dänzer1-1/+1
2007-05-02i915: Absolute HW offset for static state instead of relative to batch_start.Michel Dänzer1-2/+1
2007-05-02i915: HWZ improvements.Michel Dänzer1-43/+134
2007-05-01i915: Initialize PRIV1 regardless of HWZ.Michel Dänzer1-21/+2
2007-05-01Merge remote branch 'upstream/master' into i915-zone-renderingMichel Dänzer1-9/+13
2007-05-01i915: Add PRIV1 memory type.Michel Dänzer1-0/+37
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-1/+1
2007-04-26i915: More HWZ fixes and extended debugging output.Michel Dänzer1-58/+131
2007-04-24i915: HWZ reorganization.Michel Dänzer1-86/+111
2007-04-23i915: Some minor HWZ cleanup and additional debugging output.Michel Dänzer1-37/+42
2007-04-19i915: Various HWZ fixes.Michel Dänzer1-22/+86
2007-04-18i915: Don't always read/write LP_RING register in generalized ring functions.Michel Dänzer1-4/+4
2007-04-13i915: Miscellaneous HWZ fixes.Michel Dänzer1-13/+41
2007-04-11i915: Emit BIN_CONTROL state.Michel Dänzer1-1/+9
2007-04-11i915: Various calculation fixes.Michel Dänzer1-35/+42
2007-04-10i915: Synchronize HWB and HWZ ring buffers before writing to them.Michel Dänzer1-8/+10
2007-04-10i915: BPL must be 16KB aligned.Michel Dänzer1-1/+1
2007-04-10i915: Flesh out HWZ render sub-ioctl.Michel Dänzer1-8/+37
2007-04-09i915: Initialize bin preambles before rendering when necessary.Michel Dänzer1-2/+32
2007-04-09i915: BPL initialization fixes.Michel Dänzer1-9/+11
2007-04-09i915: Re-initialize BPL before each render.Michel Dänzer1-7/+4
2007-04-09i915: Only pass down relevant HWZ sub-ioctl structure pointer.Michel Dänzer1-28/+36