[intel-gem] typo fix in DRM_ERROR
[profile/ivi/libdrm.git] / shared-core /
2008-06-24 Keith Packard[intel] Get vblank pipe from irq_mask_reg instead of...
2008-06-24 Keith Packard[intel] Create functions to enable/disable interrupts
2008-06-24 Keith PackardMerge branch 'drm-gem' into drm-gem-965
2008-06-24 Keith Packard[intel-gem] Recover resources from wedged hardware.
2008-06-24 Keith PackardWas using irq_enable_reg in the use_mask_reg path
2008-06-23 Keith Packard[intel] leave interrupts disabled in ISR only on MSI...
2008-06-23 Keith Packard[intel-gem] Recover resources from wedged hardware.
2008-06-23 Keith Packard[intel] Switch to using IMR instead of IER
2008-06-23 Keith Packard[intel] allow the irq code to use either enable or...
2008-06-21 Keith Packard[intel] Use IMR instead of IER to pend interrupts durin...
2008-06-21 Keith Packard[intel] Count received interrupts
2008-06-21 Keith Packard[intel-gem] Add intel-specific /proc entries to help...
2008-06-20 Keith Packard[intel-gem] Use shmem_getpage instead of find_or_create...
2008-06-20 Keith Packard[intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag...
2008-06-16 Eric Anholt[linux] Use the device's irq for handler setup instead...
2008-06-13 Keith Packard[intel-gem] throttle based on frames rather than time...
2008-06-13 Keith Packard[intel] Enable MSI for i915 IRQ
2008-06-13 Keith Packard[intel] Restructure irq to pend all work until after...
2008-06-13 Keith Packard[intel-gem] Use a delayed_work instead of a timer ...
2008-06-13 Eric AnholtFix i915_wait_irq in the presence of interrupt masking.
2008-06-13 Eric Anholt[gem] Remove the interrupt handler for retiring requests.
2008-06-12 Eric AnholtDon't clear USER_INTERRUPT if we're not handling it.
2008-06-11 Eric Anholt[gem] Another round of cleanups from checkpatch.pl
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-06-11 Eric Anholt[intel] Fix BUG_ON trigger in irq masking if you did...
2008-06-11 Eric Anholt[gem] Manage the ringbuffer from the kernel in the...
2008-06-06 Keith Packard[intel] remove settable use_mi_batchbuffer_start
2008-06-06 Keith Packard[intel-gem] Use timers to retire requests periodically.
2008-06-06 Keith Packard[intel] free the hardware status page at driver_unload
2008-06-06 Keith Packard[intel-gem] Add explicit throttle ioctl
2008-06-06 Keith Packard[intel] Allocate hardware status page at driver load...
2008-06-06 Keith PackardIgnore X server provided mmio address
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-30 Dave Airlier500: attempt to make AGP work by programming agp base...
2008-05-28 Dave Airlieradeon: split microcode out into a separate header...
2008-05-28 Eric Anholt[intel-gem] Replace idlelock usage with real lock acqui...
2008-05-28 Dave Airliei915: fix BSD bh, DRI2 not uses anywhere else
2008-05-28 Dave Airlieradeon: bump release date/version for r500 3D support
2008-05-27 Alex DeucherRADEON: add get_param for number of GB pipes
2008-05-27 Jie Luo[i915] Fix typo in (unused) START_ADDR definition.
2008-05-27 Robert Noland[FreeBSD] Add vblank-rework support and get drivers...
2008-05-26 Keith Packard[i915] leave interrupts masked off when not in use.
2008-05-26 Keith Packard[intel-gem] Add DRM_I915_GEM_BUSY ioctl to check for...
2008-05-23 Keith Packard[intel] Add debug code to verify the cached ring tail...
2008-05-23 Eric Anholt[gem] Release GEM buffers from work task scheduled...
2008-05-22 Dave Airlier500: add two more register ranges for mesa driver...
2008-05-22 Dave Airliedrm: fix nouveau warning
2008-05-21 Eric Anholt[gem] Replace ring throttling hack with actual time...
2008-05-21 Dave Airliers690/r500: vblank support.
2008-05-20 Eric Anholt[gem] Use a separate sequence number field from classic/ttm
2008-05-20 Eric Anholt[gem] Rename sequence numbers from "cookie" to "seqno"
2008-05-20 Eric Anholt[gem] Clean up active/inactive list handling using...
2008-05-17 Dave Airlier500: add more register ranges for Mesa driver
2008-05-16 Eric Anholt[gem] Hold dev->struct_mutex to protect structure data.
2008-05-15 Eric Anholt[gem] Rename the GTT LRU lists to active (executing...
2008-05-14 Alex DeucherRS4xx: separate out RS400 and RS480 IGP chips
2008-05-12 Eric Anholt[GEM] Typo (and thinking) fixes in drm-gem.txt and...
2008-05-12 Keith Packard[intel] When polling for ring space, sleep for a lot...
2008-05-12 Alex DeucherRADEON: fix copy/pasto in last commit
2008-05-12 Alex DeucherR3/4/5: init pipe setup in drm
2008-05-12 Alex DeucherRADEON: cleanup radeon_do_engine_reset()
2008-05-12 Alex DeucherR300+: fixup pixcache flush
2008-05-12 Alex DeucherRS4xx: fix MCIND index mask
2008-05-12 Alex DeucherRADEON: write AGP_BASE_2 on chips that support it
2008-05-12 Alex DeucherR300+: fixup PURGE/FLUSH macros
2008-05-12 Alex DeucherRadeon IGP: merge RS4xx/RS6xx gart setup
2008-05-12 Alex DeucherRadeon IGP: wrap MCIND access
2008-05-12 Alex DeucherRadeon IGP: clean up registers and magic numbers
2008-05-11 Keith Packard[GEM] Make pread/pwrite manage memory domains. No luck...
2008-05-11 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-11 Keith Packard[intel-GEM] Clean up GEM ioctl naming.
2008-05-10 Eric AnholtGEM: Separate the LRU into execution list and LRU list.
2008-05-09 Keith Packard[gem] API cleanup. allocate->create unreference->close...
2008-05-08 Keith Packard[intel-gem] Move domains to relocation records. add...
2008-05-07 Eric AnholtGEM: Extend cache domain stuff for 965.
2008-05-07 Keith Packard[intel-GEM] ref count objects in gtt-lru.
2008-05-06 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-06 Keith PackardStart coding up memory domains
2008-05-06 Eric AnholtGEM: Use irq-based fencing rather than syncing and...
2008-05-06 Keith PackardDump last batch buffer when hardware lockup is detected.
2008-05-06 Keith PackardMonitor ACTHD register while polling for idle ring.
2008-05-05 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-05 Keith PackardRemove some debug messages.
2008-05-05 Keith PackardCorrect execbuffer offset. Add memory barrier and chips...
2008-05-05 Keith PackardAdd i915_dispatch_gem_execbuffer (broken).
2008-05-05 Dave Airlier500: add allowed range for us config/pixsize
2008-05-02 Keith PackardAdd name/open ioctls, separate handle and pointer ref...
2008-05-02 Keith PackardRemove drm_driver argument to functions taking drm_gem_...
2008-05-02 Keith PackardFix nouveau warning when returning pointers in uint64_t...
2008-05-02 Keith PackardAdd alignment to all aperture allocation requests.
2008-05-02 Keith PackardFix gem ioctls to be 32/64-bit clean.
2008-05-01 Eric AnholtMake GEM object handles be nonzero.
2008-05-01 Eric AnholtRemove _args from gem ioctl argument structure tags.
2008-05-01 Eric AnholtAdd pin/unpin object ioctls for gem.
2008-05-01 Eric Anholtcheckpoint: relocations support.
2008-05-01 Eric Anholtcheckpoint: gtt binding written.
2008-05-01 Eric Anholtcheckpoint: rename to GEM and a few more i915 bits.
2008-05-01 Ben Skeggsnv50: enable 0x400500 bit 0 after PGRAPH exception...
2008-05-01 Ben Skeggsnouveau: guard against channels potentially not having...
2008-05-01 Ben Skeggsnouveau: disable all card interrupts when unknown PFIFO...
next