Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-15 | drm/pcigart: fix warning | Dave Airlie | |
2008-07-08 | xgi: use true/false instead of TRUE/FALSE | martin capitanio | |
2008-07-01 | Revert "i915: only use tiled blits on 965+" | Jesse Barnes | |
This reverts commit 727d4f1d1667e43b3558bd5f6ed6dc2cd9c29401, somehow git deleted the symlink and replaced it with the file. | |||
2008-07-01 | i915: only use tiled blits on 965+ | Jesse Barnes | |
When scheduled swaps occur, we need to blit between front & back buffers. If the buffers are tiled, we need to set the appropriate XY_SRC_COPY tile bit, but only on 965 chips, since it will cause corruption on pre-965 (e.g. 945). Bug reported by and fix tested by Tomas Janousek <tomi@nomi.cz>. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> | |||
2008-07-01 | i915: enable bus mastering on i915 at resume time | Jie Luo | |
On 9xx chips, bus mastering needs to be enabled at resume time for much of the chip to function. With this patch, vblank interrupts will work as expected on resume, along with other chip functions. Fixes kernel bugzilla #10844. Signed-off-by: Jie Luo <clotho67@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> | |||
2008-06-24 | i915: remove unused variable | Jesse Barnes | |
Leftover dev_priv from the move of the suspend/resume code into shared-core. | |||
2008-06-24 | i915: register definition & header file cleanup | Jesse Barnes | |
It would be nice if one day the DRM driver was the canonical source for register definitions and core macros. To that end, this patch cleans things up quite a bit, removing redundant definitions (some with different names referring to the same register) and generally tidying up the header file. | |||
2008-06-22 | agp: use true/false instead of TRUE/FALSE | Dave Airlie | |
2008-06-20 | drm: only use kernel ioctl cmd when doing a core ioctl. | Dave Airlie | |
Need to overhaul the mess that is driver ioctls | |||
2008-06-20 | drm: fix the ioctl to not believe userspace. | Dave Airlie | |
believing userspace causes oopses | |||
2008-06-12 | xgi: Bump kernel version | Ian Romanick | |
This should have been bumped when the fence interface was changed the other day. Better late than never, I suppose. | |||
2008-06-10 | xgixp: Remove dependency on TTM fences | Ian Romanick | |
2008-06-10 | xgi: Fix 64-bit kernel / 32-bit user issue. | Ian Romanick | |
2008-06-10 | ati_pcigart: split out the page insert function | Dave Airlie | |
2008-06-08 | I915 suspend/resume for FreeBSD | Robert Noland | |
2008-06-03 | vblank: Don't wait or update the counter while the CRTC is supposedly disabled. | Michel Dänzer | |
Without kernel modesetting, this requires cooperation of the userspace modesetting driver. We may have to leave the vblank interrupt enabled otherwise to avoid problems. | |||
2008-06-03 | vblank: Clean up compensation for spurious wraparounds of driver counter. | Michel Dänzer | |
Only compensate when the driver counter actually appears to have moved backwards. The compensation deltas need to be incremental instead of absolute; drop the vblank_offset field and just use atomic_sub(). | |||
2008-06-03 | vblank: Special-case driver vblank counter going back by 1. | Michel Dänzer | |
Turns out the radeon driver is affected by the same problem that prompted i915 to revert to less useful counter flipping at the end of the vblank interval. In the long term, we can hopefully implement more reliable methods to achieve counter flipping at the beginning of vblank, but otherwise this should be an acceptable workaround. | |||
2008-06-03 | vblank: Don't return current sequence number and time if interrupted by signal. | Michel Dänzer | |
2008-06-03 | Revert "don't copy back if an error was returned." | Michel Dänzer | |
This reverts commit 6671ad1917698b6174a1af314b63b3800d75248c. The vblank ioctl needs to update the userspace parameters when interrupted by a signal, which was prevented by this. Let's see if this breaks other ioctls... | |||
2008-06-03 | drm/ati_pcigart: use proper page mapping function | Dave Airlie | |
This should be pci_map_page not pci_map_single | |||
2008-05-28 | radeon: split microcode out into a separate header file. | Dave Airlie | |
2008-05-14 | ati_pcigart: oops wrong way around not that it actually mattered | Dave Airlie | |
2008-05-14 | ati_pcigart: stop working in the evenings you mess up too often | Dave Airlie | |
2008-05-14 | Revert "ati_pcigart: fixup properly this version might even work" | Dave Airlie | |
This reverts commit bc0836e12a9790f1cc83f8bc29bc05043c4bc840. tree has some kref hacks in it - oops | |||
2008-05-14 | ati_pcigart: fixup properly this version might even work | Dave Airlie | |
2008-05-14 | ati_pcigart: fill out 40-bit gart table support properly | Dave Airlie | |
Thanks to Alex for supplying this info. | |||
2008-05-07 | drm: nopage compat fixup for drm_vm | Dave Airlie | |
The kernel has removed nopage so move the old nopage codepaths into a compat vm file and switch to using the fault paths. nopfn is on its way out in the future also, so we should switch to using fault for that path as well soon | |||
2008-04-29 | i915: fix off by one in VGA save/restore of AR & CR regs | Jesse Barnes | |
Turns out it's important to save/restore AR14 in particular. | |||
2008-04-27 | Use fixed sized types in new ioctls | Jesse Barnes | |
Make both crtc and the command argument 32 bits to avoid any 32-on-64 compat issues. | |||
2008-04-23 | Don't disable IRQs, just tasklets, when taking the drm lock spinlock. | Thomas Hellstrom | |
2008-04-23 | Fixed unlock check on EAGAIN | Jakob Bornecrantz | |
2008-04-22 | linux-core Makefile: add GIT_REVISION | Pekka Paalanen | |
This tries to automatically fetch a git revision string and if succeeds, it #defines GIT_REVISION string macro. Packagers can override it by 'make GIT_REVISION=foo'. Update Nouveau to use GIT_REVISION, if defined, instead of DRIVER_DATE in struct drm_driver. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2008-04-14 | Fix buffer object map wait error. | Thomas Hellstrom | |
Add some branch prediction hints. | |||
2008-04-14 | Fix buffer object creation validation. | Thomas Hellstrom | |
BO lock fixes. | |||
2008-04-14 | Unlock the BO mutex while waiting for idle, unmapped, unfenced. | Thomas Hellstrom | |
Move unfenced checking into idle checking. Never time out while waiting for software events like unmapped or unfenced. | |||
2008-04-14 | Fix up buffer manager locking. | Thomas Hellstrom | |
2008-04-11 | Save and restore dsparb and d_state regs | Keith Packard | |
2008-04-07 | Missing KERNEL_VERSION macro | Patrice Mandin | |
2008-04-07 | nouveau: enable accelerated move to sysmem | Ben Skeggs | |
2008-04-07 | nouveau: enable m2mf for tt<->vram moves, fix fence_poll | Ben Skeggs | |
2008-04-06 | Place highmem pages last in the ttm page array. | Thomas Hellstrom | |
2008-04-06 | Use clflush() when available for cache flushing. | Thomas Hellstrom | |
2008-04-06 | [I915] Fix VRAM eviction. | Thomas Hellstrom | |
2008-04-06 | Fix emergency allocation accounting. | Thomas Hellstrom | |
2008-03-30 | Initialize the fence::error member. | Thomas Hellstrom | |
2008-03-30 | [i915] Report buffer state _after_ fence submission to user-space. | Thomas Hellstrom | |
This fixes a problem where the wrong bo->fence_type was reported, and also saves some memory space. [bo core] export the drm_bo_fill_rep_arg function. | |||
2008-03-30 | Don't call fence::poll during irq if there are no waiters. | Thomas Hellström | |
2008-03-24 | nouveau: silence warning | Ben Skeggs | |
2008-03-17 | Evict cached_mapped relocatee before applying reloc. | Thomas Hellstrom | |
Fix that got left out after the intel-post-reloc merge. |